The situation has been like this for as long as I can remember, at least far back as 2005 :)

The key difference appears to be the "type" field  type=note versus type= or type=perlquestion

Try it :)

disappearing formatting tips for replies

<form method="post" action="?" enctype="multipart/form-data"> <input name="node_id" value="11911" type="hidden"> <input name="node" value="Re^3: Posting tips no longer appear after pr +eviewing SoPW posts (tye knows)" type="text"> <input name="type" value="note" type="hidden"> <input name="note_parent_node" value="1068655" type="hidden"> <textarea name="_doctext" rows="10" cols="60">asdf</textarea> <input name="op" value="preview" type="submit"> </form>

reappearing

<form method="post" action="?" enctype="multipart/form-data"> <input name="node_id" value="11911" type="hidden"> <input name="type" value="perlquestion" type="hidden"> <input name="lastnode_id" value="" type="hidden"> <input name="node" value="asdf as fda asf asdf" type="text"> <textarea name="_doctext" rows="10" cols="60">asdf as sadfasdf </tex +tarea> <input name="op" value="preview" type="submit"> </form>

Its appears to have something to do with having seperate hints for seperate sections, as can be seen if you use links from RFC new question nodelet proposal (postshortcuts, newquestion, oneclickpostlinks, noscrollnewpost) ... but I guess it never quite got worked out ;)


In reply to Re^3: Posting tips no longer appear after previewing SoPW posts (type=reply) by Anonymous Monk
in thread Posting tips no longer appear after previewing SoPW posts by kcott

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.