Here’s a quick tip! WordPress has this frustrating habit of stripping extra <br> and <p> tags out of your posts once you publish them. This is particularly annoying because the tags stay in when you preview, and aren’t stripped until you actually publish.

Instead of using <br> or <p> tags in your post (which isn’t really kosher anyway), try using this:

<br style=”height:4em” />

This should give you that extra space that you’re looking for. If you need even more space, change the 4em (to 5 or 6em, etc.) until you get the amount of space you’re looking for.

Also, if you’re ever trying to post code like I did above you’ll need to use “& l t ;” in place of the “< " and “& g t ;” in place of “>” (remember to remove the spaces and don’t include the quotes). Otherwise the browser will recognize the code you’ve typed, and format accordingly.

Hope that helps!

Popularity: 100% [?]