Viewing 16 replies (of 16 total)
  • on the edit page I have discs and then indented again to white discs.

    add:

    #content ul ul { list-style-type: circle; }

    review http://www.w3schools.com/cssref/pr_list-style-type.asp

    please make an effort to learn to understand and apply CSS.

    On my first page the bullets are still not showing up

    the first page has the CSS id of #content-full instead of #content;

    add:
    #content-full ul { list-style-type: disc; }

Viewing 16 replies (of 16 total)

The topic ‘Bullet Lists’ is closed to new replies.