How remove space between paragraphs but indent them
-
I want to format some short paragraphs as they are normally formatted in print: single-spaced within and between them, but each one indented. The editor will single-space or indent, but not both. I’ve tried <p style=”margin-bottom: 0px”> and <p style=”padding-left: 30px;”>, but the one cancels the effect of the other. I consulted previous posts on this topic, but without success.
The blog I need help with is: (visible only to logged in users)
-
I found a simple solution: just indent each paragraph by non-breaking spaces, i.e. code instead of using <p style…>. Unsophisticated, but it works.
-
-
Failed again, even though I tried putting it between backtick characters. OK, the code is: ampersand followed by nbsp;
- The topic ‘How remove space between paragraphs but indent them’ is closed to new replies.