HI,
I like the way EE automagically encodes email links. However, I am having problems. I want an email address, which has been applied to an image, to be encoded. I can’t get this to work. The images are in a weblog:
<a href="mailto:[email protected]">myimage.jpg</a>The mailto: links isn’t seen, and the email address is left naked and bare to the universe.
I did try using HTML entities (xx;) to encode certain characters, but sadly the & symbols are output as & so that kills that idea.
The {encode} tag works for links applied to runs of text, but not to images. How do I get email addresses used this way encoded?
Thanks.