href text link to image instead of img src?
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘href text link to image instead of img src?’ is closed to new replies.