Viewing 1 replies (of 1 total)
  • the ‘GENERAL’ image has this code:

    <span onmouseover="image1.src=loadImage1.src;" onmouseout="image1.src=staticImage1.src;">
    <img name="image1" src="https://martialartsbushey.co.uk/wp-content/uploads/2011/03/GENERAL.png" border=0></span>

    i.e. no link html

    compared, the one below it has this code:

    <a href="https://martialartsbushey.co.uk/style/" onmouseover="image3.src=loadImage3.src;" onmouseout="image3.src=staticImage3.src;">
    <img name="image3" src="https://martialartsbushey.co.uk/wp-content/uploads/2011/03/bushey-tab-closed.png" border=0></span>

    i.e. with link html; although it is wrongly closed with a </span> instead of a </a>

    https://www.w3schools.com/html/html_links.asp

    btw:
    the second image ‘CLASSES’ only links to the home page, because the link html of the first image is not closed properly (ends with a </span> instead of a </a>)

Viewing 1 replies (of 1 total)
  • The topic ‘Image not linking?’ is closed to new replies.