I am sending campaign to customers in which i have one div with background-image.
This background image is working properly in gmail and yahoo account. but not in rediffmail.
When I inspect element problem is there. Code snippet for that html is
background-image: u-rl('http://www.mysite.com/Content/Images/discount_bg.png')
where in my actual code there is nothing like '-' as we can see in 'u' and 'rl'
Any solutions.