Click to See Complete Forum and Search --> : Aligning Tables
hAppY pAppY
12-17-2004, 09:30 PM
Hey guys, yet another question. I'm placing two tables side by side, within a larger table. I'm wondering if there is a way for me to get the table that is shorter in height to align itself at the top, rather than the middle. See screenshot:
http://mastodonrocks.com/masto.gif
Melfina
12-17-2004, 11:53 PM
I guess this is what's happening to you:
Your table is within a cell of another table, right? if that's the case, you should put this for the cell where that table is contained:
<td valign='top'>
Hope this helps.
<a href="http://celestial-star.net" target="_blank"><img src="http://img99.exs.cx/img99/5746/signature-cross.gif"></a ('http://img99.exs.cx/img99/5746/signature-cross.gif"></a')>
hAppY pAppY
12-18-2004, 12:27 AM
Melfina said...
I guess this is what's happening to you:
Your table is within a cell of another table, right? if that's the case, you should put this for the cell where that table is contained:
<td valign='top'>
Hope this helps.
I could have sworn I tried that already, but I'll give it a shot, and report back ASAP.
thanks!
Dakota1
12-18-2004, 01:35 AM
Have you tryed using css for your layout? With css you could get rid of all the tables and position your layout just about anyway you want.Also your pages will load faster.There are alot of great sites for learning css if you have never tried it.
Just a thought.http://www.graphicdesignforum.com/emoticons/burger.gif
hAppY pAppY
12-18-2004, 03:28 AM
Melfina said...
I guess this is what's happening to you:
Your table is within a cell of another table, right? if that's the case, you should put this for the cell where that table is contained:
<td valign='top'>
Hope this helps.
this doesn't seem to make a difference, but I appreciate the help!
hAppY pAppY
12-18-2004, 03:29 AM
Dakota1 said...
Have you tryed using css for your layout? With css you could get rid of all the tables and position your layout just about anyway you want.Also your pages will load faster.There are alot of great sites for learning css if you have never tried it.
Just a thought.
/emoticons/burger.gif
update: It worked! thanks!
Post Edited (hAppY pAppY) : 12/17/2004 10:44:31 PM GMT