Page width increase?

Hi … I’d like to increase the width of my FW pages in a site but want it to expand centrally rather than to the right. need the content to remain centrally in the page … possible?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You can set your Master(s) to centre align - then check all your pages work OK without fiddling with the layout before you change the page width on your Master(s).

Might be best to do a Save As first so that you are not working on the original in case you make a mess of it.

Remember to change the (or create a new) Site Folder in File>Document SetUp so that you do not overwrite the existing site files.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks but that still adds the extra width to the right of the “page” … want the page width to increase from a central point.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks but that still adds the extra width to the right of the
“page” … want the page width to increase from a central point.

I may be wrong but out of curiosity, are you referring to when the
browser window is resized the “page” will expand/contract accordingly
while remaining centered in the browser?

Todd


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

No quick fix way to do that I am afraid.

You will have to adjust your layout.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

No its not the browser behaviour its just on iPad’s the site is hard up against the left border, which looks unsightly …


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

hard up against the left border, which looks unsightly …

You must have built it hard up to the LHS of the FW page then.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes I did


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Can you post a link to your page(s) - you may be able to adjust padding or margins to bring it in.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

http://www.howlingbasset.com

Thanks for looking

A


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

OK - try this

In Page>HTML Markup go to the before section and paste in the following code

<style type="text/css">
<!-- 
#PageDiv {
margin-left:10px;
}
-->
</style>

See if that does the trick - if necessary adjust the 10px up or down.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options