View Full Version : Align table to right


angel_victory
02-26-2004, 05:49 AM
ok i made this table thing but when it only has like on layer and i want to but one thing on the right and one thing on the left but on the same layer how would i do that? And if you can do that how do i make it so it looks like individual tables nexts to each other? Can someone help?

salomeyasobko
02-26-2004, 05:54 AM
this might work:


<TABLE BORDER="1">
<TR>
<TD ROWSPAN="4">
column one content
</TD>
<TD ROWSPAN="4">
column two content
</TD>
</TR>
</TABLE>


add all of the font and color attributes and stuff as you wish. i hope that helps! :)

angel_victory
02-27-2004, 02:22 AM
no thats not what i ment. here is my website adderss:

http://www.geocities.com/neopet_nursery/testpage.html

when you go there you will see two tables on the bottom i but both those tables in a big table and i want the updates table to go on the left and the poll table to go all the way to the right is that possible and if so how will i do it? i tried the align=right and left thing but it didnt work.

PLEASE HELP!!!

MaGiCSuN
02-27-2004, 03:00 PM
<table border="0" cellspacing="0" cellpadding="0" height="100%" width="905">
<tr><td valign="top">

everything in here

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

and then in that particular table you want aligned to the right you add around the table this:

<div align="right">
table here
</div>

Try that ;) also all your stylecodes should go between the <head> and </head> :)

Love,
Mirna