DWT changing the row height

T

TruAdam

Here's my problem. I have created DWT's just the way I want them. I have placed some cells with buttons I created on the left side, and the editable region is in the middle. If I add content that is a little longer than the editable region cell (so the user would have to scroll), the cells on the left get taller, so my buttons are now spaced too far apart.
 
T

Thomas A. Rowe

You need to insert a two column, single row table, then in the left cell,
insert another table to handle you navigation.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


TruAdam said:
Here's my problem. I have created DWT's just the way I want them. I have
placed some cells with buttons I created on the left side, and the editable
region is in the middle. If I add content that is a little longer than the
editable region cell (so the user would have to scroll), the cells on the
left get taller, so my buttons are now spaced too far apart.
 
T

Thomas A. Rowe

Have you tried to?

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Top