Re: Why Don\'t My Posts Have Paragraphs?
<font color=blue><Ctrl>-M and <Ctrl>-L. Those two are the equivalent of Carriage return and line feed</font color=blue>
Ummm... that would give you carriage return and
form feed.
Line feed is generated by <Ctrl>-J.
Okay, Glenn. Here's what I'm seeing --
Your return key results in a proper
CR character, but a backslash (
\) is being inserted in front of it. Your enter key generates an
ETX character, which is just what it should do on a Mac. It's a non-displayable character which has no meaning to your browser. The box you see is the standard "undefined character" symbol (at least on a Mac), which is what should display for
ETX.
The backslash is a common "escape" character, which means "take the next character literally, without interpretation". Somewhere along the line,
I believe this is preventing your
CR's from being converted to HTML line breaks (
<br>). Muhammad would know where better than I.
So, the question is, where the heck are these backslashes coming from? Assuming it's not an artifact of the copy and paste process, is this a browser option I'm not familiar with? Which browser are you using? Maybe there's an OS X option that says to escape carriage returns?
And my final question to you, Glenn -- this isn't one of those "let's-keep-Harv-and-GlueGuy-awake-nights" pranks you love to play, is it? /w3tcompact/icons/laugh.gif
We're getting closer. Asymptotically.