Submitted by Al on Fri, 2008-02-15 18:35 in Price Tapestry
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?
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.