Posted by Jonathan N. Little on 01/19/07 00:57
dfloss wrote:
> (the proper way is ": 0" not "0px solid" btw)
>
> css is cheap, html is expensive
Not sure what that means but to fix your CSS:
table td { border-left: 1px solid; }
table td.no_left_border { border-left: 0; }
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|