I'm not much of a CSS guru, and I'm having a spot of difficulty.
I am attempting to create a table with alternating background colors
for comments made on my web page. The table is generated on the fly,
and I am attempting to define and apply a style to each cell. the
styles are "look0" and "look1".
"look1" works fine.
"look0" will not work no matter what I tried. In desperation, I
deleted "look0" and replaced it with a copy of "look1". Then I changed
the name of the style to "look0".
I'm still getting plain, unformatted text.
An example of the problem is here:
If anyone could view the source and explain to me in small words what
is going wrong, I'd appreciate the help.
I am attempting to create a table with alternating background colors
for comments made on my web page. The table is generated on the fly,
and I am attempting to define and apply a style to each cell. the
styles are "look0" and "look1".
"look1" works fine.
"look0" will not work no matter what I tried. In desperation, I
deleted "look0" and replaced it with a copy of "look1". Then I changed
the name of the style to "look0".
I'm still getting plain, unformatted text.
An example of the problem is here:
If anyone could view the source and explain to me in small words what
is going wrong, I'd appreciate the help.
Comment