HGN-Daniel Posted September 2, 2010 Share Posted September 2, 2010 I'm pointing out he either missed, or accidently deleted the '>' at the end of the link, to close the href tag. I understand the img tag goes in there... and I am using Firefox, and Opera. It's not clickable on either for me. Anyone else? It is however on IE8 for me as well. If you knew that then you should have included the image tag inside the anchor in your code. You should not have said "this is what the line should be" because the line you provided was incorrect for the desired behavior because then the image would not be clickable in any browser, not just those where the browser unsuccessfully predicts desired behavior from malformed markup. To make the image clickable in all browsers, replace the code with the following: <a href="http://www.xfactorservers.com/clients/link.php?id=11"><img src="images/xfactor.gif" style="border: 0;"/></a> If you want it to open in a new tab or window, use this instead: <a href="http://www.xfactorservers.com/clients/link.php?id=11" target="_blank"><img src="images/xfactor.gif" style="border: 0;"/></a> Link to comment Share on other sites More sharing options...
Jesse Posted September 2, 2010 Share Posted September 2, 2010 I forgot to close a tag in my original post and have updated it. Couldn't test it Link to comment Share on other sites More sharing options...
ECF Posted September 2, 2010 Share Posted September 2, 2010 I will have Luis look at it when he gets a chance. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.