Hello, we're going to be listing links using the <ul><li> tags, however the default indentation is a bit much for our design - how can we decrease indent with css?
drbrain
6:30 pm on Nov 17, 2003 (gmt 0)
The easiest way is to adjust the left margin of the list-item:
defanjos link is a good one. Lists tend to come with default margin and/or padding. I usually get a handle on it by setting both to 0, and then positioning with my own margin or padding.
drbrain
7:07 pm on Nov 18, 2003 (gmt 0)
Negative values are allowed in most places, but not in others.
padding and borders, for example, do not allow negative values.