View Full Version : Centering the header
Lee Wisener
11-05-2004, 09:17 PM
I know it's simple but how do you center the logo at the top of the forum?
Winchester
11-05-2004, 10:36 PM
Try........
<div align="center"><img src="http://www.yourwebaddress.org/*****/*****/vbulletin_logo.gif"</a>
Lee Wisener
11-05-2004, 11:31 PM
That I know, its where do you do it?
manguish
11-06-2004, 05:29 AM
Goto your header template.
Find :
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
Change to :
<td align="center"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
Lee Wisener
11-09-2004, 07:51 PM
Thanks I thought it was around that point but just wanted to make sure before I broke it.
Thanks again.
Lee
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.