Editable Content with DWTs

  • Thread starter Thread starter Wendie
  • Start date Start date
W

Wendie

Hello,

I've been charged with overhauling an existing and multi-layered corporate
website (and am a Finance person, not in IT). I found DWTs to, thus far, be
the most useful way to imprint a uniform format to all these sub-pages;
however, in my DWT I've created a box for editable content in all applied-to
pages, yet the editable content box seems to "shift" on its own to arbitrary
locations on the applied-to webpage (after assigning the body1 to the
editable content region). Any thoughts on how to anchor the position of the
editable content box so that it will stay in the same page on all applied-to
webpages? Thanks in advance for your help.
 
One solution is to use a fixed width page layout.
If the editable box uses absolute positioning then it will appear to
move about if users have different sizes for the browser portal, or have
different font size settings. Absolute positioning is often not the
best solution.

If you provide some code (and associated CSS) from the DWT a more
helpful answer will be possible - layout problems are difficult to solve
without seeing the problem.
 
Back
Top