Need help centering logo image

Temporary forum to obtain support for MODs/Styles while phpbb.com is down
Locked
jdman321
Registered User
Posts: 16
Joined: Fri Feb 06, 2009 3:58 pm

Need help centering logo image

Post by jdman321 »

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.
GameProNetwork...Where the Pros play \/
http://boards.gamepronetwork.com

User avatar
will_hough
Registered User
Posts: 65
Joined: Tue Feb 28, 2006 2:35 pm
Location: Michigan
Contact:

Re: Need help centering logo image

Post by will_hough »

Open: /overall_header.html
Find:

Code: Select all

<div style="float: none;">
                          <a href="{U_INDEX}" title="{L_INDEX}" class="headerlink">
                                {SITE_LOGO_IMG}
                          </a>

                     </div>
Replace:

Code: Select all

<div style="float: none;">
With:

Code: Select all

<div style="text-align:center;">

jdman321
Registered User
Posts: 16
Joined: Fri Feb 06, 2009 3:58 pm

Re: Need help centering logo image

Post by jdman321 »

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 :oops: :P
GameProNetwork...Where the Pros play \/
http://boards.gamepronetwork.com

Locked