Re: Why Don\'t My Posts Have Paragraphs?
Bob -
Your research contains many truths, but not whole truths, so help me. /w3tcompact/icons/laugh.gif
I feel compelled now to do more research myself (see what you've done to my weekend?), but for now let me say this about that:
<font color=blue>UNIX software (specifically that which runs the forum) is unable to distinguish between different lines in a Mac format text file (more precisely, it thinks the file contains one, extremely long "run-together" line). </font color=blue>
Kinda makes you wonder why you're seeing paragraphs right now, since I'm using a Mac.
Actually, UNIX simply interprets carriage-returns as carriage-returns. The "proper" way to start a new line is to move the cursor back to the beginning of the line (CR) and then down to the next line (LF). Text with carriage-returns only, just keeps overwriting itself on the same line. Text with line-feeds only skips to the next line right where it is (doesn't go back to the left side of the window).
What we're talking about here, though, is posting text messages through a browser, which introduces a whole new level of interpretation. My browser knows it's running on a Mac, and Muhammad's CGI scripts know that they are running on UNIX. When a message is posted from an HTML form on a Mac (or any platform), line breaks are properly converted before they come to rest on the server. When I get a chance, I'll find out exactly who/where/what does the conversion.
In short, browsers are designed to break down cross-platform barriers. Sometimes they even succeed.
<font color=blue>You may want a file to open and by read on a Mac, but not knowing that, most users (being on Windows) will transfer a file with no resource fork. Sorry about that. </font color=blue>
No need to apologize. When a Mac receives a file without a resource fork, it simply creates an empty one. For many file formats (like txt)), there is nothing of value in the resource fork anyway. When a file is transferred from a Mac to a non-Mac environment, the resource fork is simply stripped off. Have you noticed that even us Mac types successfully post attachments to our messages which are then viewed on Windows?
There are more and more cross-platform file formats showing up in the world these days. Even Micro$oft is doing it. When youse guys post a PDF or PowerPoint file, for example, us Mac folks can read it just fine.
Apple is very much aware that Macs are in the minority and have gone to great pains to make sure they can interact with the rest of the world. It is built into the operating system, for example, that DOS/Windows disks can be read on a Mac. It is for all these reasons that I am convinced that the problems that Glenn is experiencing is a simple (albeit elusive) configuration problem. /w3tcompact/icons/clever.gif