Difficulty: 1/5
There may be times when you are trying to add extra spacing between paragraphs, or you need spacing between an image and the next paragraph.
The problem with simply pressing the ENTER button in the HTML editor is, that will only create new paragraph tags ( <P> <P /> ) behind the scenes. And not all email clients will honor an extra spacing between Paragraph tags.
If you are running into a similar problem, try SHIFT + ENTER. This keyboard trick will force Line Breaks ( <BR> ) in the HTML code, and every email client and browser out there will render them.