
December 9th, 1999, 05:00 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
I think your refering to embedded tables.
Tables which have tables in them.
Netscape is very unforgiving when it comes to missed table tags, however if all your tags are in place, it will work, for instance:
<table width="600">
<tr>
<td width="500">
<table width="400">
<tr>
<td>
your content
</td>
</tr>
</table>
</td>
</tr>
</table>
This is bare bones, you can get creative and really embed those tables. Just be sure all your tags are in place.
------------------
|