Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Is it possible to use mail merge to add a variable url to an image?

  • 1 отговор
  • 1 има този проблем
  • 2 изгледи
  • Последен отговор от scchang

more options

I'm using the mail merge add on. The body of my message has a variable url that is contained in a referenced csv file. I would like the url to be a clickable image. I am able to insert the image, but not sure how to reference the variable url. I've tried adding <a href="{{url}}"> in the "insert a link" drop down dialog box under the "Link" tab without success.

I'm using the mail merge add on. The body of my message has a variable url that is contained in a referenced csv file. I would like the url to be a clickable image. I am able to insert the image, but not sure how to reference the variable url. I've tried adding <a href="{{url}}"> in the "insert a link" drop down dialog box under the "Link" tab without success.

Всички отговори (1)

more options

Solution was to view source in the compose window and add <a href="{{url}}"> to the image html.

Променено на от scchang