Need Help With HTML Code, How Do I Align Tables Up In a Table Cell?

libby

New member
I have a main table 2 by 2 and the 1st one has a colspan of 2. lower left one has a menue and the lower right has the main things in it. Im tring to align the menue table inside the cell UP. I know how to align it left or right, how do I align it Up? As in to the top of the cell?

And is it possable to align it up then down X amount of pixels?

example..

<table>
<tr>
<th colspan="2">Banner</th>
</th>

<tr>
<th>

<!---Menue table start-->
<table>
<tr><th>Home</th></tr>
<tr><th>What ever</th></tr>
<tr><th>what ever</th></tr>
</table>
<!---Menue table end--></th>

<th>Main cell</th>
</th>

</table>


As The Main cell gets longer down the page the menue table will always be half way down its cell. Some pages are longer then others so the menue moves and it bugs me that I have to scroll around just to find the menue. How can I align it? Heres a pic of what it kinda looks like.

http://i55.tinypic.com/29kyqus.jpg

P.S sorry for the bad spelling. i just relized that when i looked at that. *blushes*
 
Back
Top