I am working with a table that is three rows and two columns.

The column on the left changes size as text is added. I would like the
cells in the righthand colmun to remain the same size with the bottom one
only getting longer due to the change in the length of the left side.

Any idea how to do this?

Thanks so much!
Hope

Re: Tables: keeping one cell the same size as others change by Murray

Murray
Mon Sep 06 18:45:44 CDT 2004

You cannot, given your description. But tell me - which cell on the left is
changing size? Is it row 1, row 2, or row3?

--
Murray

"Hope" <Hope@discussions.microsoft.com> wrote in message
news:66BFDC86-3D11-4F7C-A2F3-08D02E57F32F@microsoft.com...
>I am working with a table that is three rows and two columns.
>
> The column on the left changes size as text is added. I would like the
> cells in the righthand colmun to remain the same size with the bottom one
> only getting longer due to the change in the length of the left side.
>
> Any idea how to do this?
>
> Thanks so much!
> Hope



Re: Tables: keeping one cell the same size as others change by Hope

Hope
Mon Sep 06 19:05:03 CDT 2004

Hmmm...I figured there was a way.

In answer to your question, it is all three cells merged. It has the text
of the page and the cells in the right column contain the links. I guess I
will have to see if I can make that one long cell as well, instead of three.

Thanks a lot.

"Murray" wrote:

> You cannot, given your description. But tell me - which cell on the left is
> changing size? Is it row 1, row 2, or row3?
>
> --
> Murray
>
> "Hope" <Hope@discussions.microsoft.com> wrote in message
> news:66BFDC86-3D11-4F7C-A2F3-08D02E57F32F@microsoft.com...
> >I am working with a table that is three rows and two columns.
> >
> > The column on the left changes size as text is added. I would like the
> > cells in the righthand colmun to remain the same size with the bottom one
> > only getting longer due to the change in the length of the left side.
> >
> > Any idea how to do this?
> >
> > Thanks so much!
> > Hope
>
>
>

Re: Tables: keeping one cell the same size as others change by Murray

Murray
Tue Sep 07 06:29:53 CDT 2004

OK - try this.

Put a 2column x 3 row table on the page. Merge the 3 columns on the left
into a single cell. Merge the top 2 cells on the right into a single cell.
Nest a new table in the top right cell, and make that cell's vertical
alignment be TOP.

With this arrangement, as you vertically expand the left cell, the nested
table on the right will not be affected, but the bottom cell on the right
will be pushed down.

--
Murray

"Hope" <Hope@discussions.microsoft.com> wrote in message
news:94B0997E-3D90-4B45-A3EA-DF01CF935691@microsoft.com...
> Hmmm...I figured there was a way.
>
> In answer to your question, it is all three cells merged. It has the text
> of the page and the cells in the right column contain the links. I guess
> I
> will have to see if I can make that one long cell as well, instead of
> three.
>
> Thanks a lot.
>
> "Murray" wrote:
>
>> You cannot, given your description. But tell me - which cell on the left
>> is
>> changing size? Is it row 1, row 2, or row3?
>>
>> --
>> Murray
>>
>> "Hope" <Hope@discussions.microsoft.com> wrote in message
>> news:66BFDC86-3D11-4F7C-A2F3-08D02E57F32F@microsoft.com...
>> >I am working with a table that is three rows and two columns.
>> >
>> > The column on the left changes size as text is added. I would like the
>> > cells in the righthand colmun to remain the same size with the bottom
>> > one
>> > only getting longer due to the change in the length of the left side.
>> >
>> > Any idea how to do this?
>> >
>> > Thanks so much!
>> > Hope
>>
>>
>>