• Bullets: When trying to add bullets they show in the editor but not when published. Also, the text size is different for the lines bulleted.

    Numbers: When trying to number lines of text the numbers do appear, but the font size is larger for those lines.

    Any solutions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have largely the same issue. I believe the problem is in WordPress and will be fixed – someday – maybe. I am using 2.5.1. For an example see
    https://www.featheredfamily.org/2008/06/host-a-bird-toy-party/
    The unordered list items follow the 3rd paragraph.

    Is there a better place to report these errors or is this the place? (Scary, cause it looks like no one is watching here.)

    Your list (ol or ul) problems are due to your theme’s css (found in style.css). No bullets or numbers in your lists? This is why:

    ol, ul {
    	list-style: none;
    }

    list-style: none puts nothing in front of your list items.

    iridiax
    Thank You! I have made a donation in your honor (ur profile url) to:
    Southern Arizona AIDS Foundation, 375 S Euclid Ave, Tucson, AZ 85719
    Keep up the good work here at the forum and
    Thanks for not telling me how dumb I am.
    Ron

    Thanks knotmyline. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bullets and Number Not Working Properly’ is closed to new replies.