You are here:  » Center page

Support Forum



Center page

Submitted by Al on Fri, 2008-02-15 18:35 in

How can I center my page?
The featured articles (and the search bar)page keep centered when you change the browser window width. But I want a banner on top of the page to center as well... What should I change to accomplish this?

Submitted by support on Sat, 2008-02-16 09:42

Hello Al,

The easiest way is just to put your banner HTML within a DIV that is centered. For example:

<div align='center'>
// YOUR BANNER HTML HERE //
</div>

Cheers,
David.

Submitted by Al on Sat, 2008-02-16 18:34

Thank you David.