|
Posted by * Tong * on 10/03/40 11:17
On Sun, 29 May 2005 19:35:02 -0400, * Tong * wrote:
>> 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?
Ok, I get this one straight now:
table {border: thin solid black; border-collapse: collapse}
--
Tong (remove underscore(s) to reply)
*niX Power Tools Project: http://xpt.sourceforge.net/
- All free contribution & collection
Navigation:
[Reply to this message]
|