Click to See Complete Forum and Search --> : Styling Your Unordered Lists


Joseph Witchard
09-21-2008, 05:26 PM
Is there a way in CSS to remove the bullets from an <ul> HTML element?

Michael_Burgess
09-21-2008, 05:27 PM
list-style-type: none;

Joseph Witchard
09-21-2008, 05:30 PM
Thanks:)