Email Templates Can't Have Image Links?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • McUSA
    Junior Member
    • Apr 2024
    • 12

    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....
  • yuri
    Member
    • Mar 2014
    • 8442

    #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>
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • esforim
      Active Community Member
      • Jan 2020
      • 2204

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

      Comment

      Working...