5 Ways to Make Manual Line Breaks in WordPress

Posted by Marty Dickinson on Dec 8, 2014

Here are five ways to add space under a line or paragraph in WordPress. Note that depending on how your WordPress is setup, what theme is being used, how your CSS file(s) are configured, one of these might work whereas all others do not. You just have to try them all, save, and refresh to see which one adds a line for you.

5 Ways to Add Line Breaks in WordPress.


Adding an Indent to a Full Paragraph of Text in WordPress

Posted by Marty Dickinson on Dec 8, 2014

One of the drawbacks of WordPress is its lack of ability to perform certain basic text functions. One of those is to create a basic indented paragraph.

That sentence up above is a standard paragraph with no indent. So, how can I make this paragraph indented and the one below it not indented?

The answer is in the property of your paragraph tag.

Here’s what the in-line code looks like to make the indent happen:

Code for in-line paragraph indent.