Log in

View Full Version : [3.7.x] Placing your header in the center


Reecey
02-02-2008, 10:00 PM
I've made this article as other article that have been made are out-of-date (of the ones I've seen).

Go to your Admin CP

Click Styles & Templates

Choose the style you would like to make the header image center on and press the << >> that is to the right of the style name.

Find the template called "header".

In the box below the large code edit box ( the search box) copy and paste this into it:
<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>

It should then highlight the text inside the large box delete that text and enter this where the deleted text was:
<td align="center"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>

Thank you For Using My Guide To Aid Your vBulletin Forum :D

Opserty
02-03-2008, 11:34 AM
Choose the template you would like to make the header image center on and press the << >> that is to the right of the style name.
Don't you mean "style"?

Find the template called "header" under the category "Forum Home Templates".
The header template is not under any category its listed just as a template.

I'm guessing English isn't your first language, it was just very confusing when I read it at first, thats all.

Reecey
02-03-2008, 02:02 PM
Thankyou change made and article updated :D

breakerboy
05-25-2008, 08:11 PM
Thanks so much..been trying to figure this outt!!!

Daisyboo
07-29-2008, 11:03 AM
I'm trying to do this but I don't have that code, so I'm stuck!

Lethality187
07-31-2008, 07:35 AM
You should still be able to find your header code and add the <td> tag.

puppetmaster222
08-18-2008, 03:32 AM
thanks, nice quick fix to get the logo centered.

KevinGupta
08-29-2009, 03:18 PM
This is very hard for me to understand...
Can someone please rephrase the whole thing?