http://boards.gamepronetwork.com/ is my board.
I uploaded my own image to the imageset, and changed it to the main logo via ACP > Style > ImageSet.
I have tried nearly everything as far as editing this and that in many different templates and in the main theme but none of which centered the image.
Need help centering logo image
Need help centering logo image
GameProNetwork...Where the Pros play \/
http://boards.gamepronetwork.com
http://boards.gamepronetwork.com
- will_hough
- Registered User
- Posts: 65
- Joined: Tue Feb 28, 2006 2:35 pm
- Location: Michigan
- Contact:
Re: Need help centering logo image
Open: /overall_header.html
Find:
Replace:
With:
Find:
Code: Select all
<div style="float: none;">
<a href="{U_INDEX}" title="{L_INDEX}" class="headerlink">
{SITE_LOGO_IMG}
</a>
</div>
Code: Select all
<div style="float: none;">
Code: Select all
<div style="text-align:center;">
Re: Need help centering logo image
Thanks! Forgot to change it to text-align when I was trying to figure it out on my own I think I tried float: center

GameProNetwork...Where the Pros play \/
http://boards.gamepronetwork.com
http://boards.gamepronetwork.com