"Auto" code wrapping only partially works for browsers that don't support soft hyphens (it won't break long sequences of non-white-space characters and this often means you'll see very wide pages). In fact, flyingmoose's problem could well be the use of "auto" code wrapping.

For quite a long time, the only browser that supported ­ was IE6. Finally, some of the other browsers are catching up on this front. I've heard reports that the latest FireFox and latest Opera now support ­, though I haven't verified these claims.

See Re: Space or Soft Hyphens (see code wrap) to see if your browser supports soft hyphens.

I have a design for how to reformat <pre> tags similar to how "auto" code wrapping works, which will prevent most of the problems with <pre> tags making pages wide while still having them appear the same (if your window is wide enough).

I'll probably make this optional and it won't use &shy; unless you've enabled auto code wrapping. No, there is no schedule for when it will be available. (At the moment, I'm still rebuilding part of my PM development platform.)

- tye        


In reply to Re^2: Explicit forum width (IE+) by tye
in thread Explicit forum width by flyingmoose

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.