• When I tried to add blank lines in an ordered list by inserting br, WordPress starts the numbering all over by creating a new ordered list for the next li entries. Is there some way to add blank lines to separate the individual li lines?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try inserting this just before the closing li tag:

    <br class="none" />

    If you want an easy way to do this in the editor, the Ultimate TinyMCE plugin will add a br icon to the editor (along with lots of other useful ones!).

    Thread Starter RochesterNovice

    (@rochesternovice)

    Thank you! Yes, Ultimate TINYMCE definitely solves the line spacing problem.

    I now have a different spacing problem which may not be related to UltimateMCE so I’ll create a different post about amount of space between words changes after I insert mumoe than one space between words.

    HTML converts multiple spaces into a single space. That is not something you can change. With Ultimate TinyMCE installed, you can insert ‘non-breaking spaces’ with the icon that looks like a bent arrow pointing down-left. HTML will not convert those.

    Ideally, this should all be handled using CSS – not via HTML markup.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add Blank Lines In Ordered List’ is closed to new replies.