• I have several images in my sidebar via the widgets section

    they are all working bar one!

    I have checked everything I know and have checked the source code below:

    [Code moderated as per the Forum Rules. Please use the pastebin]

    The non working image is in ITALIC

    website: http://martialartsbushey.co.uk/

    TAB; Style

    any help would be gratefully received

    thank you

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="http://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="http://martialartsbushey.co.uk/style/" onmouseover="image3.src=loadImage3.src;" onmouseout="image3.src=staticImage3.src;">
    <img name="image3" src="http://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>

    http://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.