|
Posted by Steve Pugh on 10/06/54 11:17
* Tong * <sun_tong@users.sourceforge.net> wrote:
>th { bgcolor="#FFDB4A" }
>.row1 { bgcolor="#EFEFEF" }
>.row0 { bgcolor="#FFFFFF" }
>tr.row1 { bgcolor="#EFEFEF" }
>tr.row0 { bgcolor="#FFFFFF" }
>
>I want my table show up with nice colors, but I just can't get it works.
>What I'm missing?
A basic understanding of CSS syntax.
property: value;
NOT
property="value"
>Another simple question, how can I make my table border to be thin black
>lines (in css)?
table {border: thin solid black;}
Steve
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor
Steve Pugh <steve@pugh.net> <http://steve.pugh.net/>
Navigation:
[Reply to this message]
|