Re: list-item alignment in CSS

Hakon Lie wrote:
> ... With the keyword value 'outside', the marker will be put
> outside the box and the box will be formatted and positioned as any
> other box.

BODY     { margin-left: 0 }
UL       { margin-left: 0 }
UL LI    { margin-left: 0 }

...

<BODY>
<UL>
<LI>Those bullets are out there...<LI>
<LI>But who knows where?</LI>
<LI>Somehow this doesn't seem right to me.</LI>
</UL>

...

Those bullets are out there...

But who knows where?

Somehow this doesn't seem right to me.

Received on Wednesday, 4 June 1997 22:25:36 UTC