News

Change the CSS rule:.myList{ list-style-type: none;}To:ul{ list-style-type: none; }This targets the HTML "ul" tag, and removes the bullets from all unordered lists on your page.
Cascading Style Sheets provide a set of tools to customize and control the look of your company's website. Changing the bullet style in an unordered list is as simple as using "list-style-type ...