in reply to Re: 'show as entered' option for poorly formatted posts.
in thread 'show as entered' option for poorly formatted posts.

I would say that if you know nothing about HTML then formatting the post could be quite tricky. After all you came here to get an answer, not to get confused over HTML tags. Something as simple as using <p> tags to get line breaks is far from intuitive to a beginner.

--tidiness is the memory loss of environmental mnemonics

Replies are listed 'Best First'.
Re: Re: Re: 'show as entered' option for poorly formatted posts.
by mirod (Canon) on Mar 04, 2004 at 14:31 UTC

    Oh, come on! This is 2004, who doesn't know about <p> and <br>? besides here is the first entry in Writeup Formatting Tips:

    Carriage returns are stripped
    All carriage returns are ignored in posts except within <CODE> sections. Use a <br> to get a line-break and a <p> tag to get a paragraph break.

    Maybe the entry about wrapping code in <code> tags could be moved up in the list, but still, I would expect anyone on this forum to be able to write a simple post.

      This is 2004, who doesn't know about <p> and <br>?
      Tons of people. Not everyone is interested in using HTML for markup. Hey, Perl is older than HTML, and there are still people who don't know anything about Perl. Or Unix.

      Abigail