• My client wants to set up a page of text links to images that users can then download. I can do this manually in the text editor, but my client can’t — he has to use the WYSIWYG editor.

    What I want to end up with is:
    <a href="https://www.website.com/link/to/image1.jpg">Image 1<a>

    versus what the Media tool will give me:
    <a href="https://www.website.com/link/to/image1.jpg"><img src="https://www.website.com/link/to/image1.jpg"></a>

Viewing 1 replies (of 1 total)
  • They’ll need to copy the URL from the image in the media library, and then manually paste it into the link. The standard media library “Insert into post” functionality inserts the image, and not text.

Viewing 1 replies (of 1 total)
  • The topic ‘href text link to image instead of img src?’ is closed to new replies.