Quote:
Originally Posted by GekkoPixie
Where would that code go? Main CSS? If so, under what section? Or should it go in the StyleVars somewhere?
|
Under the header template it goes under the commented logo section. Try pasting this in:
<!-- logo -->
<a name="top"></a>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><a href="$vboptions[bburl]" target="_self"><img border="0" src="$vboptions[bburl]/images/heavy_metal/hm/hmsplashleft.gif" width="" height=""></a></td>
<td width="100%" height="158" background="$vboptions[bburl]/images/heavy_metal/hm/hmcenter.jpg" > </td>
<td align="right" ><img border="0" src="$vboptions[bburl]/images/heavy_metal/hm/hmsplashright.jpg" width="" height=""></td>
</tr>
</table>
</center>
</div>
<!-- /logo -->