There are ways on the user's end to combat some of these: for font issues, adjust them in your browser and don't let web pages change them. Turn on "Large CODE fonts" in your user settings on PM.

For the "d/l code" option, however, any extraneous stuff in <code> tags without providing for it (ie, use "__END__" on the real code to ease things) is a real problem.

Personally, I find that both serif fonts and proportional fonts make it unappealing to my eyes to read the text. Of course, "Courier New," as a fixed serif font, is rather ugly on the eyes, especially when small. So, I ditch Courier in favour of Andale Mono or Lucida Typewriter for fixed fonts, and Lucida Sans for proportional fonts. Much easier to read.

Closer to the subject at hand, I feel that editing nodes that use the code tags in violation of their spirit is justified, though I would hope that the person doing the editing is the author.

--
Me spell chucker work grate. Knead grandma chicken.


In reply to Re: Code Tags by yakko
in thread Code Tags by Ovid

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.