Announcement

Collapse
No announcement yet.

Email Templates Can't Have Image Links?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Email Templates Can't Have Image Links?

    I've searched and can't find anything on this. I can't simply add a link to an image within an e-mail template? I have to be missing something....

  • #2
    It can be done in the code view.

    1. Add an image.
    2. Switch to the code view.
    3. Wrap the <img src="..."> with <a> tag.

    Code:
    <a href="https://your-link"><img src="..."></a>

    Comment


    • #3
      You can also copy the image and paste the image if I remember correctly.

      Comment

      Working...
      X