HTML tables alignment problem

B

billsahiker

Why is the top of my right-side table not even with the top of the
left-side table? I want them both to align at the top of the page, in
the content area (master page based asp project).

I have read other posts here, and Google/web, about aligning side-by-
side html tables, but my right-side table is not even with the top of
the left-side table. It is next to it, but its top edge is about 100
pixels below the top edge of the left-side table. I have tried every
trick I know, including style="positon:absolute; top: 0px;" I am using
an outer table with one row and two cells, each with a table in it.
The outer table and left table have no styling, size or postioning
elements at all.
The right table has just the above style.

The nested table works great in straight html, but in my asp project.

Can anyone please help?

Bill
 
T

tomisarobot

in your outer table give the tds this property:

valign="top"

html vertically aligns tds to middle by default.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top