I want to place my forum logo at center, instead of align it to the left. Can you help ? Thanks in advance.
How to center the forum logo?
Started By youpie, Jan 05 2012 08:10 PM
3 replies to this topic
#1
Posted 05 January 2012 - 08:10 PM
#2 Re: How to center the forum logo?
Posted 06 January 2012 - 03:06 AM
ACP>Look & Feel>your_skin>Templates>defaultHeader, add code in red:
<center><a href='{$this->settings['board_url']}' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'><img src='{parse replacement="logo_img"}' alt='{$this->lang->words['logo']}' /></a></center>
<center><a href='{$this->settings['board_url']}' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'><img src='{parse replacement="logo_img"}' alt='{$this->lang->words['logo']}' /></a></center>
#3 Re: How to center the forum logo?
Posted 06 January 2012 - 02:09 PM
Thanks Broni, it worked.















