Ok. So you know how you draw an HTML box and give it a image and check the
width can grow box. I did that and it does not work if you set the page
alignment to center, left, whatever. And I need the page align to be center.
On Dec 16, 2010 2:56 PM, “DeltaDave” email@hidden wrote:
When you set the page to center, you have to give it a width, and that
causes the elements inside the page to be constrained to that width.
There is a way to simulate what you are talking about here, without
actually centering the page. Set the page to Align:None, and that will
let your full-width elements scale to fill the browser window. Then
select everything else (the Page part that needs to have a defined
width and remain centered), group it together, then cut it to the
clipboard, and then draw an HTML box big enough to hold it. Set this
HTML box to 100% width, double-click inside it so you have a flashing
text cursor, and paste. Click once on the inline “page” element, and
set its Margin to Auto. Preview, and as they say, the rest is magic.
Walter
On Dec 16, 2010, at 3:17 PM, Nathan Ander wrote:
Ok. So you know how you draw an HTML box and give it a image and
check the
width can grow box. I did that and it does not work if you set the
page
alignment to center, left, whatever. And I need the page align to be
center.
On Dec 16, 2010 2:56 PM, “DeltaDave” email@hidden wrote: