This content has been marked as final.
Show 2 replies
-
1. Re: Styling a consistent look in enewsletters - What to say??
Ben Pleysier May 16, 2013 5:20 AM (in response to ottz0)You could try giving CSS values for the paragraph element.
-
2. Re: Styling a consistent look in enewsletters - What to say??
Jon Fritz II May 16, 2013 6:14 AM (in response to Ben Pleysier)If he can't understand "different email clients render code differently" I think you're stuck.
Adding a specific margin for the <p> tags should do the trick though...
<p style="margin:##px;">
Giving the margins a pixel setting "should" make the <p> element render much closer to "the same".



