PDA

View Full Version : Changing forum header


xellos16
06-26-2007, 02:30 PM
Hello, everybode. I bought a template from VBskins named juice and what I am trying to do is edit the header of it. The thing is that the header is a three part headers as scene here:

www.amginsider.net/forumtest.

It has like for different gifs. I have on designed image that I want to be my header. I have tried inputing it in the Title Image path in the ACP, but nothing happens. And their support there leaves much to be desired. COuld someone please point me in the right direction? Many thanks.

THis is the part of the code that is for the logo

<!-- logo -->
<a name="top"></a>
<div align="center" class="outer_border">
<div align="center" class="inner_border">
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" style="background-image:url($stylevar[imgdir_misc]/header_bg.gif)">
<tr>
<td><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/2e_juice_01.gif" border="0" alt="" /></a></td>
<td><img src="$stylevar[imgdir_misc]/2e_juice_02.gif" border="0" alt="" /></td>
<td width="100%"><img src="$stylevar[imgdir_misc]/header_bg.gif" border="0" alt="" /></td>
<td><img src="$stylevar[imgdir_misc]/2e_juice_04.gif" border="0" alt="" /></td>
</tr>
</table>
<!-- /logo -->

Princeton
06-27-2007, 02:20 PM
edit this line

<td><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/2e_juice_01.gif" border="0" alt="" /></a></td>