Jump to content

TCA Forum & IE8


jbiloh

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

  • Who's Online   0 Members, 0 Anonymous, 12 Guests (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use