Quote:
Originally Posted by Phaedrus
Load the banner in whatever file you want it in on your server. Then go to your AdminCP -> Style Manager -> Style you want new header on -> Scroll down until you see "Title Image" There you put in the path to your new Header...
Something like forum/images/headers/newheader.gif
|
If you want it to stretch do the above but then go to AdminCP -> Style Manager -> Common Templates and edit header to show this
Code:
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" width="100%" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output