This topic is locked

List page align center

12/11/2012 5:14:18 PM
ASPRunnerPro General questions
T
Tim author

Hello,
In version 7.2 I am using the Paris layout and on the list pages I'd like to align the entire page/table to the center, like the edit and add pages are (for the list pages it is left by default). Is this possible, and if so how?
Thanks,

Tim

Sergey Kornilov admin 12/14/2012

You can make this change in Visual Editor in HTML mode. See my changes in bold:

<BODY class="{$stylename}" {$bodyattrs}>

{BEGIN body}<DIV align=center>{$header}

...

{$footer}

</DIV>{END body}</BODY></HTML>

T
Tim author 12/14/2012

Thank you!!! I was hoping it would be in the new Customize Layout section so I could easily apply it to all list pages, but this works.
Thanks,

Tim