View Full Version : borders on header image?
ariadnee
10-19-2006, 09:13 PM
I want my header image to align properly to the corners of the page. I can't seem to find the template where I can change this. Can someone help?
I've included a screenshot.
Hey ariadnee -
What you need to do is open up the header template and change
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
</tr>
to
<tr>
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.