[thelist] Hanging indent

Olly Hodgson gnarly at punkass.com
Thu Aug 23 10:55:30 CDT 2001


----- Original Message -----
From: "Peter-Paul Koch" <gassinaumasis at hotmail.com>
Subject: Re: [thelist] Hanging indent


> You might get rid of the bottom margin by
>
> ul,li {margin-bottom: 0px;
>   padding-bottom: 0px;}
> (so for both the UL and the LI)
>
> ppk

The eventual solution was:

li {  margin-bottom: 0px; padding-bottom: 0px; list-style-position: outside;
margin-left: 5px}
ul { margin-bottom: 0px; padding-bottom: 0px; list-style-position: outside;
margin-left: 10px; margin-top: 0px; margin-right: 0px; padding-top: 0px;
padding-right: 0px; padding-left: 0px; border-top-width: 0px;
border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}

Perhaps overkill, but it seems to work in Opera 5.12, IE 5.5, and Moz 0.8.1.
The page refuses to load at all in NS 4.x but I suspect that is another
problem altogether...

Thanks for your help everybody,
Cheers,

Olly.






More information about the thelist mailing list