+ 2
list not display bullet points
list-style-type:none;
4 odpowiedzi
+ 1
Hey , you may have a problem in selector for example
we have this code for list
<ol id='ls'>
<li>some text</li>
<li>soke text</li>
</ol>
so our css code become like this
#ls{ list-style-type: circle;}
select with id value if you have multiple list .
+ 1
list-style-type:none;
+ 1
list-style-type:none;
0
How do you make a list not display bullet points?
list-style-type: none;