View Full Version : table within a table


metallibluegurl
06-10-2003, 11:45 PM
is there a code for that?

metallibluegurl
06-10-2003, 11:51 PM
i got it, i'mo stupid

Dude128
06-10-2003, 11:52 PM
just put a complete table code (beginning with <table> and ending with </table>) between a <td> and a </td> tag of another table.

<table>
<tr>
<td>
&nbsp;&nbsp;<table>
&nbsp;&nbsp;<tr>
&nbsp;&nbsp;<td>
&nbsp;&nbsp;Content goes here
&nbsp;&nbsp;</td>
&nbsp;&nbsp;</tr>
&nbsp;&nbsp;</table>
</td>
</tr>
</table>

metallibluegurl
06-11-2003, 12:01 AM
i got it, i'mo stupid