Mon, 2011-03-07 06:58
my question is on the tag. if you give it an id then css that id, the only thing you can do is change the background color? why is that... thats weird. I wrote it up so you can see what i am saying. does it have to do with my browser (im using firefox)?
#col1 {background-color:red;color:blue;font-weight:bold;}
hello
hello
Mon, 2011-03-07 07:00
#1
woops
i made a mistake by putting in tags... i was talking about the col tag.
Mon, 2011-03-07 08:00
#2
Please post ALL your code in
Please post ALL your code in code tags 
Mon, 2011-03-07 08:20
#3
<col> only supports style for
<col> only supports style for it's backgrounds, width and borders.
Mon, 2011-03-07 12:59
#4
jon19870 wrote: <col> only
<col> only supports style for it's backgrounds, width and borders.
... and visibility. 
http://www.w3.org/TR/CSS2/tables.html#columns
Mon, 2011-03-07 20:46
#5
Lets not forget possible
Lets not forget possible vagrancies in browser support?

