rickykalsi 0 Report post Posted June 6, 2011 Hi All, I normally use the tag align="center" within a div to center a logo. I would like to know how I can can center the logo in the platform pro theme. Kind regards Ricky Share this post Link to post Share on other sites
timlinson 3 Report post Posted June 7, 2011 Inline attributes have mostly been phased out by css styling. You can center things in css with `width=500px; margin:0 auto;` (http://simplebits.com/notebook/2004/09/08/centering/) Share this post Link to post Share on other sites