zoobie
09-30-2002, 05:54 AM
I'm using:
<table width=90%>
<caption>HOWDY!</caption>
<tr>
<td>data</td>
</tr>
<caption align="bottom">BYE BYE</caption>
</table>
and it works fine...Problem is, only 1 caption is recommended per table. Isn't there a 'title' attribute or some other way?
Thanks :p
<table width=90%>
<caption>HOWDY!</caption>
<tr>
<td>data</td>
</tr>
<caption align="bottom">BYE BYE</caption>
</table>
and it works fine...Problem is, only 1 caption is recommended per table. Isn't there a 'title' attribute or some other way?
Thanks :p