treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Link Error Problems

  • I am still having problems with this so just wondering if anyone had any other ideas.

    In my footer I have set up an image (PetroWest) that is linked to open up to new webpage. Some people have had problems with it saying that link will not work but when I click on it everything works fine. If someone could look at it and see if they know anything that cold be causing this that would be great.

    http://quigleycontracting.squarespace.com/

    Thanks for the help,
    Chris
  • Looks fine to me at first glance. Whenever someone reports this problem, ask them what browser they use on which OS. If everyone who reported it has the same browser/OS, you know where you'll have to look.
  • It still has the same error of the two quotes:
    <li id="ulNav18" class=""><a href="http://petro-west.com&quot; target="_blank"">Petrowest Corporation</a></li>

    Should be:
    <li id="ulNav18" class=""><a href="http://petro-west.com&quot; target="_blank">Petrowest Corporation</a></li>
  • Ok I will have to ask the people what browser they are using and having problems with.
    Here is the code I have for the image and link.
    <a href="http://petro-west.com&quot; target="_blank"><img style="position:absolute; top:100px; right:40px; width:100px; height:74px" src="/storage/petrowest-fortmac.png?__SQUARESPACE_CACHEVERSION=1322716491051"></a>
  • Sorry, thought you were talking about the one in the listing under 'About Quigley Contracting' - could this be the link that some users are experiencing an error with? It's the only one that contains invalid HTML.