• Resolved quickbuck

    (@quickbuck)


    Hi,

    I wanted an image to be a link to my home page, so in child theme i put

    <a href="http://mysite>

    before

    <img src="http://mysite/wp-content/uploads/2013/12/image.jpg" alt="YOUR ALT" />

    It works, but when I click to play a video (completly different then the image with a link) it returns to the home page instead.

    What can I do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you made sure to close the anchor tag after the image? i.e:

    <a href="yoursiteaddress">
    <img src="http://mysite/wp-content/uploads/2013/12/image.jpg" alt="alt"/>
    </a>
    Thread Starter quickbuck

    (@quickbuck)

    You are right, I forgot about it.
    Thank you for your help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘image as hyperlink’ is closed to new replies.