Click to See Complete Forum and Search --> : centering lists...


xdementia
11-13-2006, 08:13 PM
It's strange... it seems my lists don't center to the same alignment that the other block elements do on the page. Any advice?

Kravvitz
11-13-2006, 08:21 PM
Could you provide a link to the page?

xdementia
11-13-2006, 09:31 PM
http://www.existest.org/existest/links.php

ray326
11-13-2006, 09:34 PM
ul { padding:0 }

xdementia
11-13-2006, 09:44 PM
that got it, thanks.

but why do lists have built in padding? Seems kinda strange.

Kravvitz
11-13-2006, 11:48 PM
So that the list-item markers don't overlap anything to the left of the list.

Several other elements, including headers and paragraphs have default margins and/or padding too.