How remove space between paragraphs but indent them

  • Unknown's avatar

    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)

  • Unknown's avatar

    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.

  • Unknown's avatar

    Oops, I wanted to show that code for the non-breaking space. It’s &nbsp;

  • Unknown's avatar

    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.