Log in

View Full Version : Logo hyperlink - Not working properly


Fulla
07-01-2009, 07:24 PM
The hyperlink from the Logo at top of my site, currently isn't working properly. It will always link/redirect to the page you are already on.

It used to always redirect to the forums section of the site, but after installing vbAdvanced & setting up a frontpage, I've attempted to get it to redirect always to the main site, but ended up screwing it up. So requesting help.

Site: www.gamingcraft.net
Here's the code used:

<td align="center">
<a href="">
<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />
</a>
</td>


If I put anything in the "", it will combine that link with the current page's link making a huge broken link. Hard to explain but hope that makes sense.

For example I tried simple using "www.gamingcraft.net", but it then redirect to www.gamingcraft.net + currentpage address, which always fails.

What do I need to put in the "", to always link to the main front page? Something like $mainpage ?

Thank you

cheat-master30
07-01-2009, 10:58 PM
You need to put http:// in links, otherwise it will think you're linking to a page under the current domain. Or, try a non absolute URL for the link, like 'index.php' or 'forum.php' or whatever your site's home page is.