Unordered List CSS:

liunx

Guest
How do you get rid of the indent on an unordered list?

My CSS reads (thus far)

ul{
list-style-type: none;
}

My problem is its indent sets my links WAY over, and is screwing up my layoutul {
list-style: none;
padding: 0;
}Excellent! Thank you!Welcome.
 
Back
Top