• my bullet lists are not working. My content was written in word and then I copied and pasted and the bullets didn’t show up. So I tried creating them manual with html and that did not work. I also tried writing my content directly in the body of the wordpress post…not showing up.

    anyone else have this problem? I have stars there now because I don’t know what else to do! help would be appreciated.

    https://cpstyle.ca

Viewing 4 replies - 1 through 4 (of 4 total)
  • My content was written in word and then I copied and pasted and the bullets didn’t show up

    that is a big no no – it will bork your layout with the extraneous code.
    You can’t do it with the <ol> in the wordpress editor?

    Thread Starter carolinepigott

    (@carolinepigott)

      ? how do you insert this?
      text

    ? thanks

    Thread Starter carolinepigott

    (@carolinepigott)

    what is

      ? thanks

    Use the HTML editor tab to insert the bullet list into your post, like:

    these are my favorite colors:

    <li>
    
    <ol>red</ol>
    <ol>green</ol>
    <ol>blue</ol>
    
    </li>

    will look like:

    these are my favorite colors:

      red
      green
      blue
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bullet points not working’ is closed to new replies.