Seems that every time I insert 1 table inside another (I usually create a
template for links, etc. and then insert another table for the body/copy of
the page), the inside table will not align to the top of the outer table in
the design view (FP2003). It does, however, show up correctly on the page
itself. Is this just a FP issue or is there a way to force the inside table
to the top of the outer table?

Thanks!

Re: Table Within Table Formatting by Karl

Karl
Sun Jan 30 23:32:26 CST 2005

I guess I should provide more detail. The issue probably stems from
creating a blank cell at the bottom of the left column where the links are
in the outer table. I have to change the value here each time I modify the
contents of the inner table so the inner table will align along the top and
to keep the link cells above it in the correct position (they will space
themselves out if I don't manually adjust the cell height each time). I
thought using 100% for the cell value would automatically fill in the
spacing to align the column and tables. Maybe the issue here is how I get
the bottom "fill" cell to not mess up the rest of the cells and inner table.

Does that make more sense?

"Karl Burrows" <karlspam@spam.yourbeacon.com> wrote in message
news:OPM$Ho0BFHA.1564@TK2MSFTNGP09.phx.gbl...
Seems that every time I insert 1 table inside another (I usually create a
template for links, etc. and then insert another table for the body/copy of
the page), the inside table will not align to the top of the outer table in
the design view (FP2003). It does, however, show up correctly on the page
itself. Is this just a FP issue or is there a way to force the inside table
to the top of the outer table?

Thanks!




Re: Table Within Table Formatting by Ronx

Ronx
Mon Jan 31 02:10:56 CST 2005

A picture (or a link to a problem page) is worth a thousand words.

My interpretation of your description leads to this solution:

<table>
<tr>
<td valign="top">
<table>
Links go here
</table>
</td>
<td valign="top">
<table>
Content goes here
</table>
</td>
</tr>
</table>

Do not set heights for tables or cells - let them find their own levels.
The links and content will be aligned at the top of the outer table.

--
Ron Symonds (Microsoft MVP - FrontPage)
Reply only to group - emails will be deleted unread.


"Karl Burrows" <karlspam@spam.yourbeacon.com> wrote in message
news:%23iFnAZ1BFHA.3820@TK2MSFTNGP11.phx.gbl...
>I guess I should provide more detail. The issue probably stems from
> creating a blank cell at the bottom of the left column where the links are
> in the outer table. I have to change the value here each time I modify
> the
> contents of the inner table so the inner table will align along the top
> and
> to keep the link cells above it in the correct position (they will space
> themselves out if I don't manually adjust the cell height each time). I
> thought using 100% for the cell value would automatically fill in the
> spacing to align the column and tables. Maybe the issue here is how I get
> the bottom "fill" cell to not mess up the rest of the cells and inner
> table.
>
> Does that make more sense?
>
> "Karl Burrows" <karlspam@spam.yourbeacon.com> wrote in message
> news:OPM$Ho0BFHA.1564@TK2MSFTNGP09.phx.gbl...
> Seems that every time I insert 1 table inside another (I usually create a
> template for links, etc. and then insert another table for the body/copy
> of
> the page), the inside table will not align to the top of the outer table
> in
> the design view (FP2003). It does, however, show up correctly on the page
> itself. Is this just a FP issue or is there a way to force the inside
> table
> to the top of the outer table?
>
> Thanks!
>
>
>