Log in

View Full Version : logo hyper link doesnt work


Thug
02-07-2005, 09:38 AM
logo hyper link doesnt work
Ive got a logo and centerd it but theres no hyperlink now to the main forum
How do i doit? see www.oh-twadi.com/forum and see the top logo

Guest190829
02-07-2005, 09:45 AM
Just make it into a link in the header template

<a href="$vboptions[bburl]/$vboptions[forumhome].php?$session[sessionurl]"><img src="PUT IMAGE HERE" border="0" /></a>


Hope that helps,
Danny

Thug
02-07-2005, 10:03 AM
heres my header codes can u reply with the exact code it shud be

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
<!--
NEW HEADER &amp; NAVBAR

Now that the nav buttons are in the
navbar template, you can stick whatever
you like into this space.

This makes it much easier for novice
admins to customize their header
template without affecting important
navigation elements.
-->
<center>
<script language="JavaScript">
<!--
var now = new Date();
var uaid = now.getTime() % Math.floor(8640000 - Math.random()*1000);
document.write('<scr'+'ipt src="http://focusin.ads.targetnet.com//ad/id=galacnet&opt=hjj&rw=468&rh=60&cv=220&uid=' + uaid + '" ></scr'+'ipt>');
//-->
</script>
<noscript>
<iframe allowTransparency="true" src="http://focusin.ads.targetnet.com//ad/id=galacnet&opt=hhn&rw=468&rh=60&cv=220&uid=1" width=468 height=60 frameborder=0 marginheight=0 marginwidth=0 scrolling="no">
<a href="http://focusin.ads.targetnet.com//ad/id=galacnet&opt=cin&rw=468&rh=60&cv=220&uid=1" target="_top"><img
src="http://focusin.ads.targetnet.com//ad/id=galacnet&opt=hin&rw=468&rh=60&cv=220&uid=1" alt="Click here to visit our sponsor" width=468 height=60 border=0></a>
</iframe>
</noscript>
</center></td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

Guest190829
02-07-2005, 06:04 PM
Well I'm just learning all this, just wrap the code you were using around the tag i gave you and it should work.

Thug
02-07-2005, 06:36 PM
done thanx

sedline
01-25-2008, 12:57 AM
Thanks :up: