• On my site http://www.airjordanhistory.com I have added a image to the sidebar, and when you click this image it will take you to the message board.
    Right under that I have

    <b>Michael Jordan’s Career</b>
    and for some reason you can click that and it bring you to the forum as well….when it is suppose to just say it, and not be a link…

    Does anyone know how to prevent this?

Viewing 1 replies (of 1 total)
  • Your link <a href for the picture is not closed. It needs an </a> after the <img> tag and before the </p>.

    you have:

    <p><a href="http://airjordanhistory.com/forum/" title="AirJordanHistory Forum"><img id="image633" src="http://airjordanhistory.com/wp-content/uploads/2006/06/Join_Airjordanhistory_Forums.jpg" alt="Airjordanhistory Forums" /></p>

    but it should be

    <p><a href="http://airjordanhistory.com/forum/" title="AirJordanHistory Forum"><img id="image633" src="http://airjordanhistory.com/wp-content/uploads/2006/06/Join_Airjordanhistory_Forums.jpg" alt="Airjordanhistory Forums" /></a></p>

Viewing 1 replies (of 1 total)

The topic ‘Sidebar Trouble Please Help!’ is closed to new replies.