How do I stop the non-editable columns in a template moving?

C

Catherine

I have made a template with a column on the left and a row along the top.
Inside the left hand column I have inserted a menu bar. This area is not
editable however when I add text to the editable area in the middle of the
page and press return the menu bar also moves down. How do I stop the menu
bar moving down the page at the same time as the text?
 
S

Stefan B Rusynko

Set the table cell property for it (in the DWT) to be vertically aligned top instead of middle




|I have made a template with a column on the left and a row along the top.
| Inside the left hand column I have inserted a menu bar. This area is not
| editable however when I add text to the editable area in the middle of the
| page and press return the menu bar also moves down. How do I stop the menu
| bar moving down the page at the same time as the text?
 
C

Catherine

Thanks. I've never used this discussion group before. An answer in five
minutes is fantastic. Very much appreciated!

Catherine
 
M

Murray

Editable regions have no control over page layout. They just allow you to
edit their contents. The underlying structure of the page is what allows
that movement - Stefan has the right answer for that....
 
Top