carolinepigott
Member
Posted 2 years ago #
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.
http://cpstyle.ca
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?
carolinepigott
Member
Posted 2 years ago #
? how do you insert this?
text
? thanks
carolinepigott
Member
Posted 2 years ago #
Soprano
Member
Posted 2 years ago #
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