Click anywhere in the inner table in Design view. Look at the
Quick Tag
Selector bar at the bottom of the document window. Click on
the rightmost
<table> tag to select that inner table. Then put the
left arrow on the
keyboard once. Your insertion point should now be in the cell
that holds
that table. Look at the Property inspector and set Valign to
TOP. That
will give you this code -
<table width="800" height="600"
background="/images/midpage.gif"
cellspacing="15" cellpadding="0">
<tr>
<td valign="top">
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"WOLFcfm" <webforumsuser@macromedia.com> wrote in
message
news:e3bhd4$6hs$1@forums.macromedia.com...
> hmmm...its funny, i cant seem to get it to align to the
top, but im sure
> you
> right and thats how you do it but its not working for
me, maybe there is
> something else wrong with my code
>
> <table width="800" height="600"
background="/images/midpage.gif"
> cellspacing="15" cellpadding="0">
> <tr>
> <td>
> <table width="770" height="600" border="0"
cellpadding="0"
> cellspacing="0"
> bgcolor="#FFFFFF">
> <tr>
> <td>
> <table width="500" bgcolor="#DDDDDD" cellpadding="1"
cellspacing="0">
> <tr>
> <td align="center" valign="top">
> <table width="500" border="0" cellpadding="0"
cellspacing="0">
> <tr align="center" valign="middle">
> <td width="460" align="left" bgcolor="#FFFFFF"
class="pad10">
> <div class="title">Welcome</div>
> </td>
> </tr>
> </table>
> </td>
> </tr>
> </table>
> </td>
> </tr>
> </table>
> </td>
> </tr>
> </table>
>