Click to See Complete Forum and Search --> : tables


loser_matt
01-04-2003, 11:50 AM
I know with CSS you can create a uniform format for things such as fonts and background colors and whatnot, but I was wondering if there is a way to create a uniform format throughout a website for tables, other than having to type the information out on each page. Thanks.

khalidali63
01-04-2003, 05:55 PM
you can use CSS in the same manner for tables as you would use for any other style for the page.
the CSS syntax is
table{
CSS_Properties:value;

}

tr{

}

and td{

}

you can use any css property