Quote:
Originally Posted by Smiry Kin's
i can't seem to find the first bit..
im using element skin.
Find:
Code:
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]" class="logobg"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
</table>
And replace it with:
Code:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
showImage();
// End --></script>
please help
|
I don't have any experience with the element skin, but it's just replacing
Code:
<!-- Begin
showImage();
// End -->
with the image that displays your logo.