Re: Hanging indent

James Craig wrote:
> 
> Hi Joe... I hope this is what you need but I don't think I'd call it klugey.
> It's seems to me to be the intended use of the CSS properties.

I doubt it's the intended use of the CSS properties. Add a border and you'll
see what I mean.

> I've tested it in several browsers on Windows and Mac platforms. It seems to
> work in all 4+ version browsers besides Opera.
> 
> p {
>   margin-left:25px;
>   text-indent:-25px;
>   }


Received on Tuesday, 28 May 2002 04:50:24 UTC