in reply to <pre> tags on wide lines

It could be solved for modern browsers by adding pre { white-space: pre-wrap; } to the site's stylesheet.

See the CSS2 specification for how it's supposed to work, and Quirksmode for browser support and test cases.

Replies are listed 'Best First'.
Re^2: <pre> tags on wide lines
by Corion (Patriarch) on Nov 21, 2010 at 10:00 UTC

    Thanks!

    This rule is now used in the common.css file and thus PRE tags should now wrap nicer.

Re^2: <pre> tags on wide lines
by roboticus (Chancellor) on Nov 21, 2010 at 03:58 UTC

    Awesome! That fixed things nicely for me. I'm certain the gang playing with style sheets for a site facelift will want to add this to the default.

    ...roboticus