Quote:
Originally Posted by momoha
Is there any way to remove the bullets/numbering in lists? The code « list-style-type: none; » doesn’t seem to be working.
|
Did you apply the style to the <ol> tag? The following style works for my NAV TOCs:
Code:
ol { list-style-type: none; }