News:

The "Support Requests" forum is now viewable by guests.

Main Menu

html tables

Started by darkdemun, March 25, 2006, 09:59:55 PM

Previous topic - Next topic

darkdemun

i need to know how to align three tables beside eachother like...

TABLE 1       TABLE 2       TABLE 3
lalallalalla         LALALA          fgffdsg
lalallalall                                 fgdfgdfg
lalallalllla
lalallalalala
allllalallallal
lalalalalal
lalalalalala
lalalalalala

TABLE 4
fdfdgf
fgdfgdf
gdfgdfg
rfgfdg



so in the first table would be the menu, in the second will be the News and updates and in the 3rd will be advertisements  and in the 4th will be affiliates i cant get it  to work some please help



Thanks.

Ben

Nested tables would work fine for this situation.. Just make a table and put tables in the cells.

But I still prefer divs for all that stuff.. lol.
--Ben
Ben@freepgs.com

darkdemun

i think i unserstand do you have a quick example

Ben

<table>

<tr>
<td>
<table><tr><td>Table 1</td></tr></table><table><tr><td>Table 4</td></tr></table></td>
<td><table><tr><td>Table 2</td></tr></table></td>
<td><table><tr><td>Table 3</td></tr></table></td>
</tr>

</table>
--Ben
Ben@freepgs.com