numbered list keeps appearing

  • Unknown's avatar

    For a long time, I’ve been cutting & pasting my work to my blog and it always displayed correctly what I pasted. All of a sudden, when I copy and paste, a numbered list always appears (where I want it to be A,B& C, instead I get a 1,2,3 numbered list) . How do I disable this function?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    I’m happy to help you out with this. I’ve never tried to copy and paste a lettered list into WordPress.com before. Is this something you’ve done successfully before? Can you give me a link to a post where you were able to do this?

    Otherwise, you should be able to accomplish this through the Text editor. When you look at your numbered list in the Text editor you’ll see something like this:

    <ol>
            <li>Item #1</li>
            <li>Item #2</li>
            <li>Item #3</li>
    </ol>

    In order for the list to display lettered instead of numbered, change that first tag to this:

    <ol style="list-style-type:upper-alpha;">

  • Unknown's avatar

    Thanks for responding. I’ve been pasting from my own Word document and never had any trouble until now. But I just found the “paste by text” icon and that seems to do the trick.

  • Unknown's avatar

    Oh great! Definitely use the Paste as Text button when copying from Word.

    Rich text editors like Word can add a lot of extraneous code to your posts, which we strip out when you’re using the “Paste as Text” button.

    Let me know if you have any questions about that! :)

  • Unknown's avatar

    Thanks, Shawna. I think we have it solved.

  • The topic ‘numbered list keeps appearing’ is closed to new replies.