views:

22

answers:

1

Hi Guys

I want apply margin property for my html newsletter

But Gmail ignores this CSS property

Is there any way to add margin to html element ?

Thanks

+2  A: 

With HTML email you need to go back to the dark ages and use tables. Sad but true.

Rock Solid HTML Emails will help you.

Skilldrick
Great resource.
Kyle Sevenoaks