Indent Paragraphs
-
Can anyone explain in super simple terms how I indent paragraphs in my posts?
Also why on earth word press makes simple things so hard? I can’t even hit the tab buttton.
ababynanny.com
thanks a bazillionThe blog I need help with is: (visible only to logged in users)
-
Duplicate Post – see response here:
https://en.forums.wordpress.com/topic/indent-paragraphs-1?replies=2
-
The web isn’t a wordprocessor. Sorry.
There are two ways to indent whole paragraphs or groups of paragraphs.
1. The blockquote
2. The indent button
If you are talking about indenting just the first line of a paragraph, then you have to use HTML to do that and enter it in the HTML tab in the editor.
<p style="text-indent:20px;">Paragraph text here</p>Or you can do it by wrapping everything in the post in a div tag.
<div style="text-indent:20px;">All your text and paragraphs here here</div> -
-
The editor is the thing your write posts in. At the top right there are two tabs, visual and HTML.
Are you wanting to indent the first line of paragraphs, or entire paragraphs?
-
-
Write all your text and do not worry about the indent. When you have finished and it is ready to publish, switch to the HTML tab in the editor, make a new blank line above all the text you entered and put this on that line.
<div style="text-indent:20px;">Then scroll down to the very bottom, make a new blank line below all your text and put this on that line.
</div>Save and/or publish the post.
Here is an example of what the above will do.
http://allhatnocattle.wordpress.com/2011/03/09/first-line-indent/
-
@ababynanny
If you want to indent the first line of every paragraph then you will have to use HTML code and work in the HTML editor. This is not what most bloggers do. They accept the way blogging editors work, forget the indenting, and work in the Visual editor. I think that’s what you ought to do too.Have you located the step-by-step tutorial Staff have prepared for learning wordpress.com blogging? It’s here. > http://learn.wordpress.com/
-
-
-
-
The indent is at the mercy of the Theme designer – the Themes I can remember just had a space between the paragraphs, might be a Theme here that has the indent, maybe one of the other Forum Volunteers know of one and will pass it on.
-
No themes here have indented paragraphs, and on the web you seldom find anyone using paragraph indents. I guess indents aren’t web 2.0 enough. Or are we on web 2.5 now? I can’t keep up. :-)
-
Exactly and that’s why I would not be bothered with coding in a paragraph indent on every paragraph. It’s not common at all on web — it’s so rare I never witness it in blogs. It’s also time consuming and if a person is not accustomed to coding it’s easy to make a mistake. My advice is to forget this indenting and just blog. :)
- The topic ‘Indent Paragraphs’ is closed to new replies.