Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to hide the bullet list css

/* do this in CSS  to hide the bullets from ul list*/

ul {
    list-style: none;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #hide #bullet #list #css
ADD COMMENT
Topic
Name
8+6 =