http://www.perlmonks.org?node_id=156708


in reply to Re: Re: PerlMonks CSS Examples
in thread PerlMonks CSS Examples

I don't have any problems with whitespace with the above stylesheet (I use it every day, so I'd probably notice). You might try adding something like:
pre { white-space: pre; }
I'm not sure whether that will fix things, but I don't see how it could hurt.

Replies are listed 'Best First'.
Re: Re: Re: Re: PerlMonks CSS Examples
by demerphq (Chancellor) on Apr 05, 2002 at 14:03 UTC
    Unfortunately it didnt work, thanks though. Turns out it was the width setting. Once I commented it out everything returns to normal.

    Yves / DeMerphq
    ---
    Writing a good benchmark isnt as easy as it might look.