I see two ways to solve this. I prefer using the HTML strategy that the default-html message employs and use tables. To do this, clear out what you have in the message body, click the ..., go to the Advanced tab, and choose Default HTML. Then you can customize it as you wish. A row is only displayed if there's a value for it. The other solution is to add CSS to the email body to remove the margins from the paragraph tags. Something like this: p {margin:0}
Please login or Register to submit your answer