I'd like to alternate the rows in a table between having a shaded
background and being transparent to the background.
It's a table of people's names, phone numbers, and beeper numbers. So,
by having alternate rows be shaded, it will make it easier to read
which number in the leftmost column belongs to the name in the
rightmost column.
Are there basic html tags to allow shading alternate rows by the whole
table, rather than setting each one by hand? By that, I mean that
people move into and out of the group at a fairly good rate, so, is
there a tag I can put that covers the "whole" table and says
"alternate background effects in these rows" rather than hand-setting
the color of each background row?
I'm sure this could be handled by CGI, but, I'm looking for non-CGI
options to start.
Gwen
background and being transparent to the background.
It's a table of people's names, phone numbers, and beeper numbers. So,
by having alternate rows be shaded, it will make it easier to read
which number in the leftmost column belongs to the name in the
rightmost column.
Are there basic html tags to allow shading alternate rows by the whole
table, rather than setting each one by hand? By that, I mean that
people move into and out of the group at a fairly good rate, so, is
there a tag I can put that covers the "whole" table and says
"alternate background effects in these rows" rather than hand-setting
the color of each background row?
I'm sure this could be handled by CGI, but, I'm looking for non-CGI
options to start.
Gwen
Comment