Page 1 of 2

Site design help

PostPosted: Dec 5, 2002 @ 2:21am
by Cameron

PostPosted: Dec 5, 2002 @ 2:44am
by damian
Can't you just nest tables? As far as I can tell, that should work.

You know, as in:

-table-

<tr>
<td>
-table-<tr><td>Menu thing 1</td></tr><tr><td>Menu thing 2</td></tr>
-/table-
</td>

<td>
-table-<tr><td>Article 1</td></tr><tr><td>article2</td></tr>
-/table-
</td>
</tr>

-/table-


(for some reason, phpbb strips the table tags so i did -table - instead)
Am I being stupid here? Did I misinterpret your problem? :?

if you want an example go to , my website. Many of the pages inside it use tables; you can see that in the left menubar there's a table too (actually, more than 1).

PostPosted: Dec 5, 2002 @ 2:58am
by James S
It didn't strip the table tag, table is one of the html functions that works on this forum. also img and font and a and others work.

PostPosted: Dec 5, 2002 @ 3:18am
by damian
oh...

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

/testing

[edit]

So why would you want to do a table if the <tr> and <td> tags don't register? :?

PostPosted: Dec 5, 2002 @ 3:20am
by James S
tr and td aren't recognized :D

But you can use table width=50% align=right etc. to format the text.

PostPosted: Dec 5, 2002 @ 3:29am
by damian

PostPosted: Dec 5, 2002 @ 4:17am
by nicodemus

PostPosted: Dec 5, 2002 @ 7:11am
by Chris Edwards

PostPosted: Dec 5, 2002 @ 5:10pm
by Annoying Snails Master
um, I believe you can write <table> if you click DISABLE HTML at the bottom of the post ;)

PostPosted: Dec 5, 2002 @ 5:30pm
by damian
Oh, shut up SM :P

But that still doesn't answer the question as to why <tr> and <td> don't work.

Site design help

PostPosted: Dec 5, 2002 @ 5:50pm
by BurningSheep

PostPosted: Dec 5, 2002 @ 6:02pm
by David Horn

PostPosted: Dec 5, 2002 @ 10:25pm
by Cameron

PostPosted: Dec 5, 2002 @ 10:31pm
by damian

PostPosted: Dec 5, 2002 @ 10:42pm
by Cameron