link e-mail to a graphic

expressgraphisc

New Member
below is a sample

Below is how i have the set-up

<a href="mailto:[email protected]">{File:"AStE-MAIL.jpg"}</a>

When apply this, I only get a link above the graphic and the graphic does not have a hyperlink to go and send the e-mail
 

stanbusk

Administrator
Staff member
This is not supported actually, only http links. I have changed the code to give support to that in next 6.0.1 / 6.1.
 

stanbusk

Administrator
Staff member
Yes, are you using the Styled Text format? If so, the format is:
Code:
<a href="LINK_URL_HERE">{File:"PICTURE_NAME_HERE"}</a>
 
Top