Hi,
How can we add an image as a background in a marketing email? We do not want to add it in a block since. Is there a way do to it in the HTML?
Thank you!
Hi,
How can we add an image as a background in a marketing email? We do not want to add it in a block since. Is there a way do to it in the HTML?
Thank you!
Hi Elizabeth2369
You can resize the image in the html.
You can modify the image size in background-size, for example, the size I entered is 550px.
Code
background-size:550px
The background image effect is as follows:
Regards,
Qingqing Xin
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.
Hi, it's very nice! Do you know if we can resize the image in the html?
Thank you!
Hi Elizabeth2369,
You can follow the steps below to fix this issue:
1.Copy image link.
2.Find the interior style code and add the code in style
Code:
background-image:url(image link); background-repeat:no-repeat; background-size:cover
Test result
Regards,
Qingqing Xin
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156