[Dreamweaver] - 2 tables

This is so annoying! I’m dying here!
How to put 1 table next to another??? One is on the left and the other on the right! HOW???

Well I don’t think you can exactly, but you can do this…


<TABLE>
<TR>

<TD><TABLE><TR><TD></TD></TR></TABLE></TD>

<TD><TABLE><TR><TD></TD></TR></TABLE></TD>


</TR>
</TABLE>

It is just a big table with 2 cells, and each of the cells contain a table inside.

Thanx lost! Why didn’t I think of that? Thanx again!

No problem :slight_smile:

well… no I have another problem! :*(
When I make a table and make it’s height 200 then when I start typing inside the line is in the middle of the table but I want it to be at the top!


<TD VALIGN="top">

That puts it vertical alignment at the top of the cell.

It’s default is middle for some reason :-\

Options for future reference:
Top
Middle(default)
Bottom

ALIGN options:
Left (default)
Center
Right

valign=“top” set this atribute in your td

haha posted at the same time… ■■■■ Im always doing that…:stuck_out_tongue:

Peace

:bad: :bad:

:stuck_out_tongue:

OMG! You’re THE BEST! I thought it wasn’t possible! But I thought what the heck I’ll post anyways! And voila! You guys rock bigtime!

Everythings possible with HTML… well, not everything, but if you combine CSS, Javascript and/or DHTML with it… then anything is possible :slight_smile: