You can remove bullets by setting the list-style-type to none on the CSS for the parent element (typically a <ul> ), for example: ul { list-style-type: none ...
確定! 回上一頁