PDA

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.

r007
10-19-2006, 09:41 PM
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]">
&nbsp;
</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>