<ul> Remove Indent

C

CEFM

Is there a way as an html attrabute or css attrabute to remove the indent in
an unorderd list?
 
D

David Dorward

CEFM said:
Is there a way as an html attrabute or css attrabute to remove the indent
in an unorderd list?

No, but there are CSS properties: margin and padding.
 
T

Toby Inkster

David said:
No, but there are CSS properties: margin and padding.

And if you set margin or padding on an unordered list, make sure you set
them both, and set both padding and margin on the list items too.

UL {
padding: something;
margin: something;
}
UL LI {
padding: something;
margin: something;
}

Otherwise you will have a bunch of problems getting it to work
cross-browser.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,534
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top