Lists, Lead Scoring & Workflows

mariejahan
Participant

I need to insert a code that would allow a picture to show in an email

SOLVE

How to insert properties in a code?

 

<a href="rps_contcat_code"><img data-imagetype="External" src="rps_prop_main_image_link" "alt="image property" style="display:block; border:none; outline:none; width:650px; opacity:1; max-width:100% "width="650">

0 Upvotes
1 Accepted solution
Aakar
Solution
Key Advisor

I need to insert a code that would allow a picture to show in an email

SOLVE

Hi @mariejahan 

 

You can directly upload your picture in your HubSpot email.

 

If you want to insert a picture hosted outside of HubSpot, you can simply replace rps_prop_main_image_link by image URL (example: https://blog.hubspot.com/hubfs/assets/hubspot.com/buzz/HubSpotOpenGraph.png) in your above code.

 

Also you need to close the HTML <a> tag. Your final code should look like this (You need replace the URLs with your own URL and image URL):

<a href="https://blog.hubspot.com/">

<img src="https://blog.hubspot.com/hubfs/assets/hubspot.com/buzz/HubSpotOpenGraph.png" "alt="HubSpot Blog" style="display:block; border:none; outline:none; width:650px; opacity:1; max-width:100% "width="650"></a>

 

Thanks.

Aakar Anil
Marketing Technologist
aakar.me | @aakarpost | in/aakarpost

View solution in original post

2 Replies 2
NSScott
Contributor

I need to insert a code that would allow a picture to show in an email

SOLVE

Hi @mariejahan ,

 

If you still stuck and struggle to make this update yourself, here's a pre-packaged service created by someone who works HubSpot Solutions Partner: https://onthebench.io/service-bundles/view/bug-fixes.

They should be able to help you out with this small task. 

0 Upvotes
Aakar
Solution
Key Advisor

I need to insert a code that would allow a picture to show in an email

SOLVE

Hi @mariejahan 

 

You can directly upload your picture in your HubSpot email.

 

If you want to insert a picture hosted outside of HubSpot, you can simply replace rps_prop_main_image_link by image URL (example: https://blog.hubspot.com/hubfs/assets/hubspot.com/buzz/HubSpotOpenGraph.png) in your above code.

 

Also you need to close the HTML <a> tag. Your final code should look like this (You need replace the URLs with your own URL and image URL):

<a href="https://blog.hubspot.com/">

<img src="https://blog.hubspot.com/hubfs/assets/hubspot.com/buzz/HubSpotOpenGraph.png" "alt="HubSpot Blog" style="display:block; border:none; outline:none; width:650px; opacity:1; max-width:100% "width="650"></a>

 

Thanks.

Aakar Anil
Marketing Technologist
aakar.me | @aakarpost | in/aakarpost