HTML people: How to make short table column NOT center next to tall one?

Electrode

Diamond Member
May 4, 2001
6,063
2
81
Take a look here. I'm using a table with two columns on a single row for layout. Notice that the menu bar on the right side is centered against the content on the left. How to I make it stay at the top of the page?

CSS for that page is here btw.
 

dukdukgoos

Golden Member
Dec 1, 1999
1,319
0
76
You could easily do that whole layout with CSS, no need for a <table>. It would make it easier to change your layout later. Do a search on "CSS layout" to find out how if you're interested...