![]() |
html question - Printable Version +- MacResource (https://forums.macresource.com) +-- Forum: My Category (https://forums.macresource.com/forumdisplay.php?fid=1) +--- Forum: Tips and Deals (https://forums.macresource.com/forumdisplay.php?fid=3) +--- Thread: html question (/showthread.php?tid=7655) |
html question - bazookaman - 03-22-2006 I'm using Dreamweaver MX04. What's the difference between, Windows, Macintosh and Unix line breaks? Which one should i be using? Re: html question - Greg the dogsitter - 03-22-2006 The following is blatantly ripped off from http://www.editpadpro.com/tricklinebreak.html "A problem that often bites people working with different platforms, such as a PC running Windows and a web server running Linux, is the different character codes used to terminate lines in text files. Windows, and DOS before it, uses a pair of CR and LF characters to terminate lines. UNIX (Including Linux and FreeBSD) uses an LF character only. The Apple Macintosh, finally, uses a CR character only. In other words: a complete mess." Re: html question - Seacrest - 03-22-2006 Use anything but Mac-only line endings (carriage return). Re: html question - Carm - 03-23-2006 LF |