• Resolved dtashley

    (@dtashley)


    At this page:

    http://blog.dtashley.com/?p=96

    The bullets (“ul”, “li”, HTML tags) begin at this text:

    “LSI refused to support me”

    but the bullets don’t show up (they are invisible in my browser).

    I created the post in the visual editor (built into WordPress), and the HTML looks correct …

    Thanks for all

Viewing 4 replies - 1 through 4 (of 4 total)
  • They don’t show because your stylesheet makes them not show:

    list-style-type: none

    Either delete all instances of that in the stylesheet or change it to something like:

    list-style-type: disc

    Thread Starter dtashley

    (@dtashley)

    Stylesheet changed, didn’t work. Any other suggestions?

    Thread Starter dtashley

    (@dtashley)

    Changed the style sheet back, will try other things. But this is in the right direction.

    Thread Starter dtashley

    (@dtashley)

    Changed back to classic style, the bullets now appear. There is something odd about the default style. But the .CSS style sheet is definitely the problem. I’m satisfied for now. I need to get off my butt and figure it out.

    Not resolved, but resolved enough for me.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Bullets are Invisible! How to Make Them Visible’ is closed to new replies.