[Express] page width 100%

Hi - does anyone know if it’s possible to make page width of 100% in Freeway Express? Currently I have to manually edit it to 100% outside of Freeway and upload again, but the changes get blown away the next time I edit in Freeway.

Thanks in advance for any help!
Damon.


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

You can try changing the width of the table item using CSS. Depending on which table items you want to target your CSS will look something like this;

<style type="text/css">
<!--
#PageDiv, #PageDiv > table {
width:100% !important;
}
-->
</style>

Copy and paste this code into Page > HTML Markup and make sure it goes in the Before section.
Regards,
Tim.

On 7 Apr 2014, at 07:06, damonv wrote:

Hi - does anyone know if it’s possible to make page width of 100% in Freeway Express? Currently I have to manually edit it to 100% outside of Freeway and upload again, but the changes get blown away the next time I edit in Freeway.


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

Thanks for the reply Tim - will give that a go.

Cheers
Damon.


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