Hey there, I need to set up an email campaign with data in the mail body and a background image. However, I'm running into issues with the background image repeating. When I try to prevent repetition using background-repeat: no-repeat;
, the image doesn't align properly in the mail body.
Note - If I use background-repeat:no-repeat;
, the image doesn't show at all. I need help resolving this issue!
Using Outlook 2010 on Windows 10 with C#.
// C# code snippet for creating a mail item in Outlook
After removing the no-repeat
attribute from the style, the image still repeats in the Outlook mail background.
Original Image --