Embellishing Joel's answer:

On Tue, 17 May 2005, Linda H wrote:

...
> unreadably small font size. I saved the source and tried to open it in
> Notepad (to add line wrapping), but it just comes up as gobbledygook.
> Same in Homesite. I realize I have run across this other times as well.
> What causes it, and how do I fix it so I can read the pages?

If the source was properly formatted to begin with, the linebreaks have 
probably been gobbled up by linebreak translation problems.

Unix-flavor operating systems (including OS X) use a carriage return 
character (ASCII 13/0D, RE \r) to designate a linebreak; previous MacOS 
versions use a linefeed character (ASCII 12/0C, RE \n) likewise; Windows 
uses both in the order CR -> LF.

As a rule, viewing source and copying THAT (as opposed to saving the 
markup to a file and opening it in a text editor) will avoid the problem 
you describe on Windows.  Otherwise, you should be able to find source 
formatting functionality in the tools you're using.  Textpad, which is 
powerful even in the shareware version, provides preferences to sidestep 
this issue by default.


HTH
--
Ben Henick                "In the long run, men hit only what they aim
Sitebuilder At-Large       at.  Therefore, though they should fail
http://www.henick.net/     immediately, they had better aim high."
[EMAIL PROTECTED]       -- Henry David Thoreau


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to