I am trying to remove the space between 2 consecutive paragraphs.
<p style="margin:0; padding:0;"> Text </p>
<p style="margin:0; padding:0; "> more text</p>
I am using inline styles because I am trying to create html email. However it does not remove the spaces in Entourage email service.