View Full Version : addin a table beside another 1


freekstyler
03-30-2003, 02:35 AM
on my 1st wit html which is my homepage now i did aight so far wit it since im a newbie at it.......JUST HOW THE ^^^^ U ALIGN A TABLE AT THE LEFT AND ANOTHER ONE IN THE MIDDLE BESIDE IT????? I saw another thread like this 1 and tried wat that dude told the threader wat 2 do. it didnt work. just put my table into another 1.....dude help......ne1....please

zangerbanger
03-30-2003, 02:59 AM
Instead of using 2 different tables, why don't you just split the first table into 2 different cells. Eg.

<table width="#" height="#" border="#" cellspacing="#" cellpadding="#">
<tr>
<td>
EVERYTHING YOU WANT IN CELL #1
</td>
<td>
EVERYTHING YOU WANT IN CELL #2
</td>
</tr>
</table>