View Full Version : RELP! How do u position..


Inzu
02-08-2003, 06:50 PM
i have a layout like this:


xx---------------------xx
xx---------------------xx
xx---------------------xx
xx --------------------xx

x-table menu
- are iframe

but the stuff won't stay like that.
How do u position the iframe and the table menus on the right so they don't look like this? --

xx
xx
xx
xx
----------------------
----------------------
----------------------
----------------------
xx
xx
xx
xx

epolady
02-08-2003, 07:29 PM
you can place the iframe w/in the table -

<table.....>
<tr>
<td>Left Menu</td>
<td>Iframe</td>
<td>Right Menu</td></tr></table>

(generic example above)