
June 9th, 2002, 12:23 PM
|
|
UberGeek
|
|
Join Date: Apr 2001
Posts: 67
Time spent in forums: 4 h 50 m 48 sec
Reputation Power: 13
|
|
|
I wanted to use CAPTIONs because it made CSS a bit more cross-functional than trying to use selectors (first-childs, etc.) for TRs.
Furthermore, the CAPTION automatically spans any number of columns, while with using TRs and TDs to create a caption, you must call COLSPAN (is there a CSS wildcard to span all columns? I know there is a CSS attribute to span a specific number...).
I've worked around the issue by making a special class of TR and then by using COLSPAN in the first TD (my PHP script plugs in the correct number of columns to span).
Take care,
N8
|