Websites for sale:
Used Cars for Sale - $175 and Car Sale.
If interested drop me a line at ken@kensfi.com. Thanks!

Have questions about Toronto? Check my latest project: Ask about Toronto!

How to Indent First Line of Blog Paragraphs

I’ve been running a while about this thing of indenting automatically the first line of the paragraph. Finally I solved this issue creating a new attribute for the <p> tag (paragraph tag). Is pretty simple to do this.

Go to your css file, open it in notepad and add

text-indent: 2em;

Be sure the code you insert looks like this.

In my css, the p tag is the first and is looking in this manner:

p {text-indent: 2em;}

The only thing remain is that you need to press enter twice to separate one paragraph from other in order to have the first line with indent.

If you enjoyed this post, make sure you subscribe to my RSS feed!

Related Posts

How to, Tips and tricks

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Please read before commenting:

I don't tolerate spam comments. Be human and polite. If you are signing as "Computer repairing", "iPhone store" or other kind of bullshits you'll be marked as spam.
USE YOUR NAME! Thanks!

Comments

9 Responses to “How to Indent First Line of Blog Paragraphs”

Leave Comment

(required)

(required)