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

Today I posted a site patch to change the little hints that are displayed underneath the new post submission.

Basically the issue it attempts to address is that many new posters dont know how to write a post properly and seem to ignore the current advice. (Too small and in italics is a good recipe to be ignored IMO).

So my patch provides a link to the list of approved tags, along as actually listing the ones currently (ie today) allowed. I think this is a cool for two reasons, the first is that it makes it patently obvious that the use of HTML tags in the post is a necessity. Second it provide the tags available for cutting and pasting for those of use who are like me and cant remember more than 3 tags at a time. ;-)

I thought I would post my proposal here as well as to those that are in the position to approve the proposal to see what the community thinks.

Everything between the lines is part of my patch:


  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags   Currently these include the following....
      <CODE> <A> <B> <BIG> <BLOCKQUOTE> <BR> <DD> <DL> <DT> <EM> <FONT> <H1> <H2> <H3> <H4> <H5> <H6> <HR> <I> <LI> <NBSP> <OL> <P> <SMALL> <STRIKE> <STRONG> <SUB> <SUP> <TABLE> <TD> <TH> <TR> <TT> <U> <UL>
  • Snippets of code should be wrapped n <CODE> tags NOT <PRE> tags. In fact <PRE> tags should in general be avoided but if they must be used then extreme care should be taken to ensure that their contents do not have long lines (<70 chars). Otherwise the Editors might get mad at you.
  • Want more info? How to link
  • or How to display code and escape characters are good places to start.


Im hoping that ultimately this gets approved and we see a few less mangled posts and really ling lines....

Oh and im pretty sure its sized so that it fits exactly underneath the textbox, with the title visible.

Yves / DeMerphq
--
When to use Prototypes?
Advanced Sorting - GRT - Guttman Rosler Transform