Expand my Community achievements bar.

SOLVED

Reference Public Resource (Image) from a Delivery

Avatar

Level 7

Hello, I'd like to know how to reference an image I uploaded in Public Resources in a Delivery

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi  @CampaignerForLife ,

Go to public resource > select the image > preview tab > you can copy the URL

ParthaSarathy_0-1687436126713.png

 

 

Now when configuring delivery HTML body > source tab > 

<p><img border="0" src="<paste the copied URL here>"></p>

 

or another way is to, Select 'from the library' in HTML

ParthaSarathy_1-1687436184233.png

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi  @CampaignerForLife ,

Go to public resource > select the image > preview tab > you can copy the URL

ParthaSarathy_0-1687436126713.png

 

 

Now when configuring delivery HTML body > source tab > 

<p><img border="0" src="<paste the copied URL here>"></p>

 

or another way is to, Select 'from the library' in HTML

ParthaSarathy_1-1687436184233.png