[-ExTorTeR-]
05-16-2001, 06:00 PM
im using dreamweaver to do this:
well
...
goto http://owned.core-dumped.net
see how those tables are lined up right next to eachother?
i dont know how i did that but i want to do it again
i accidently made that happen when i mashed my keyboard
can anyone help me do it again
kuz i already got the navagation table up but i cant get another table to line up on the right of it like on index.htm :(
[-ExTorTeR-]
05-16-2001, 06:10 PM
right click and view source
or just save the page and open it up in dreamweaver and you will see the tables
alpha
05-16-2001, 06:15 PM
yea i know that the tables are there...
but which part of the table?
you have to be more precise... tell me exactly where you are talking about
[-ExTorTeR-]
05-16-2001, 06:18 PM
ok
you see how the table on the left is lined up with the table on the right
like, the tops of them are lined up perfectly
and i dont know how to do that
i did it by accident the first time :\
alpha
05-16-2001, 06:20 PM
like where it has
(NAVAGATION)(TUESDAY, MAY 15, 2K1 - Posted by: [-ExTorTeR-])
like how those are aligned perfectly along the top banner thing?
[-ExTorTeR-]
05-16-2001, 06:22 PM
no
the table around each one of those
the stuff your talking about is a different table inside of the table that iam talking about
but they are aligned perfectly like...vertical-wise
alpha
05-16-2001, 06:28 PM
thats exactly what im saying... there are couple tables in there... tables within tables within tables maybe... so which exact table are you talking about?
lol, can you take a screenshot of what you're talking about?
alpha
05-16-2001, 06:52 PM
ok...
i think what you did was the following...
<table>
<tr>
<td>
<table><tr><td>NAVAGATION</td></tr>
<tr><td>LINKS HERE</td></tr></table><br>
<table><tr><td>LINKAGE</td></tr>
<tr><td>BUTTONS HERE</td></tr></table>
</td>
</tr>
<tr>
<td>YOUR NEWS AND STUFF
</td>
</tr>
</table>
there are multiple ways to do this... but since i didn't find any "colspan" in your source, i assumed you used a two column table and put separate tables for each "heading section"