Websites for sale:
Web Hosting Reviews and Rating, Used Cars for Sale and Car Sale.
If interested please send my an email at ken@kensfi.com. Thanks!

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.

Popularity: 11% [?]

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

Post to Twitter Post to Digg Post to Facebook

Related tech articles

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.

ss_blog_claim=a60fe0ab4bb2f93087f423c86b8d54f3

Comments

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

Leave Comment

(required)

(required)