|
Posted by * Tong * on 11/21/02 11:17
Hi, thank you all who replied, Steve and David.
On Sun, 29 May 2005 17:47:42 -0400, * Tong * wrote:
> th { bgcolor="#FFDB4A" }
Ahh, silly me.
Am I getting the syntax right this time?
- - - - >8 - - - -
th { bgcolor: #FFDB4A }
..row1 { bgcolor: #EFEFEF }
..row0 { bgcolor: #FFFFFF }
tr.row1 { bgcolor: #EFEFEF }
tr.row0 { bgcolor: #FFFFFF }
- - - - >8 - - - -
Why my table is still not colored as it supposed to?
> Another simple question, how can I make my table border to be thin black
> lines (in css)?
Thanks to Steve's suggestion, I put the following in my css:
- - - - >8 - - - -
table {border: thin solid black;}
td {border: thin solid black;}
- - - - >8 - - - -
But it is not exactly as I hoped -- I get double borders with white space
in between them -- the corner of a cell look something like "#".
How can I make my whole table/cells separated by single thin black lines?
thanks a lot!
--
Tong (remove underscore(s) to reply)
*niX Power Tools Project: http://xpt.sourceforge.net/
- All free contribution & collection
[Back to original message]
|