Click to See Complete Forum and Search --> : text size and font within a table


little_lisa
05-21-2005, 10:34 AM
I have a table on my web page i would like all text within the table to be the same size and type. What is the code to do this?

thanx

Fang
05-21-2005, 10:41 AM
table {
font-family: "Times New Roman", Times, serif;
font-size:1em;
}

little_lisa
05-21-2005, 02:26 PM
cheers m8
site looks loads better now:)