How do you remove bullets from list items?

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default How do you remove bullets from list items?

    I 'm working on my first site using css and it is going well thanks to the help
    I have gotten from these forums. Now I am in need again. I can't figure out
    how to get rid of the bullets that show up beside list items. Can someone tip
    me in the right direction???

    Thanks,
    lacy:confused;

    netlace design Guest

  2. Similar Questions and Discussions

    1. Remove multiple selected items listbox
      How, using asp.net (vb.net), can I remove multiple selected items from a listbox. Everything I try does not seem to work. Thanks in advance.
    2. Unordered list bullets and Spry Accordion widget
      In all browsers except IE (surprise, surprise!), the page works fine. Otherwise the bullets in my unordered list appear at the bottom of the...
    3. Flashpaper not rendering bullets in unordered list
      I'm using cfdocument to to create a FlashPaper file. Unordered lists are not showing their bullets. Ordered lists do display the numbers. I...
    4. JavaScript: html list items within list items?
      Hi, I've seen how to implement a JavaScript to change the CSS class of every other list item in an unordered list, but, being new to JavaScript,...
    5. how to remove a programe from the add/remove list manually
      i am using winXP home, i just remove a programe from the start menu(start>>all programes>>name of the programe>>uninstall),but the programe name is...
  3. #2

    Default Re: How do you remove bullets from list items?

    [url]http://meyerweb.com/eric/css/references/css2ref.html[/url]

    Using above reference - I think it would be:

    li { list-style-type: none;}

    you might try "ul" or "ol" instead of "li" too. - Hope that helps - L



    Luwana Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139