Skip to content
WJunction - Webmaster Forum

[HIRE] Need vB skin page problem fixed.

Status
Not open for further replies.
I have a problem with my front page, if i use IE, Google Chrome or FireFox 4 on the front page i get all links linking together with index.php, it happens when you mouse over on the "What's Going On link or just mouse over the forum, but when i use FireFox 3 it doesn't happen.

Could someone please help me fix this problem.
Any help would be very much appreciated.
My site is: http://spiderswc.com

Thank you in advance.

SᴩiDᴇЯ.
 

4 comments

Well it looks like with in the skin code , from the logo that <a (link) isn't closed
[SLIDE]http://i47.imgcafe.com/i9zcjs.png[/SLIDE]
try closing it and see :)
(look in the header template hopefully it's there)

replace:
Code:
<div width="100%"><a href="index.php"><img src="images/spider/logo.gif" border="0" alt="Home Page" /></div>

with:
Code:
<div width="100%"><a href="index.php"><img src="images/spider/logo.gif" border="0" alt="Home Page" /></a></div>
 
Last edited:
Status
Not open for further replies.

About the author

SᴩiDᴇЯ
Banned · Joined
425
Messages
3
Reactions
18
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom