View Full Version : Image Hyperlink Not Working Properly
alioconsult
02-26-2009, 02:07 AM
Hello every one, I thought I would start my first post on this forum with a problem I've ran into working on my business website. For some reason I cannot get one out of a group of 3 images to hyper link properly. Maybe some one can have a look and give me some comments on it. The website is http://alioconsult.ca ...the issue is with the 3 icons I have linking to download locations of different web browsers. For some reason the hyper link to Chrome just wont work but Firefox and Safari work fine. Thanks in advance to any one who can shed some light on this problem.
Schmoopy
02-26-2009, 02:11 AM
Very simple to fix as I'm sure you'll be happy to know, your current code:
<a href="http://www.mozilla.com/en-US/firefox/">
<img src="images/firefox.gif" border="0"/></a>
<a href="http://www.apple.com/safari/">
<img src="images/safari.gif" border="0"/></a>
<a hfref="http://www.google.com/chrome">
<img src="images/chrome.gif" border="0"/></a>
You've put "hfref", just a simple typo, correct it to "<a href" and it should work fine.
It's sometimes hard to spot these problems if you've been staring at the code for a while, so it's good to get another view of it.
Good luck :)
alioconsult
02-26-2009, 02:15 AM
Oh boy do I ever feel dumb I just solved my own problem:
<a hfref="http://www.google.com/chrome">
That might have some thing to do with it.
alioconsult
02-26-2009, 02:16 AM
Thanks Schmoopy for replying I saw it before your post.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.