Image link

I have text wrapping around an image. I would also like the image to link to another site and tried this code which does not work. Can you see any errors in it?

Hi there,

You can not add the a tag inside the image shortcode. You need to change the code to something like this:

<a href="LINK TO THE WEBSITE">[image src="http://yourdomain.com/image.jpg" alt="Text"]</a>

Change the link and the source of the image with your appropriate case.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.