View Full Version : help! (Tables)


Snooze
01-19-2003, 03:42 PM
Is it possible to create tables inside of tables? And how (IF possible?) Once other thing... How can you create a Shout Box?

Do NOT ask for this on the forum

pb&j
01-19-2003, 04:33 PM
table inside table, yes, just put a full table code within the TD of your choice.

Example...

<table><tr><td>

<table><tr><td>
stuff here
</td></tr></table>

</td><td>

<table><tr><td>
stuff here
</td></tr></table>

</td></tr></table>

Shoutbox, dunno what that is.

Ad stopper, you may want to reconsider as that is usually against the Terms Of Service you agreed to when you signed up for web space. It may get your site deleted by the host.

Spirit892
01-19-2003, 04:40 PM
Orginally Posted By:
Dude128

yes, just put another table code (starting with <table ... > and ending with </table> ) between the <td> and </td> tags of the original table

PS: You may want to check the posts first to see if someone else has asked that same question. I'm sure its annoying to people to see the same question over & over again