On Friday, June 16, "Lennart Borgman" <[EMAIL PROTECTED]> wrote: >I wonder if anyone knows how different HTML tools (HTML, CS and >JavaScript editors; webservers etc) handle end of lines. Can the >different tools handle LF line endings (the line endings used on unixes) >on MS Windows? (Where the line endings normally are CR-LF.)
Note that white space does not mean much in HTML. To a browser, it may make no difference what sort of line endings an HTML file uses. Regards, David V.
