Posts: 2,322
Name: Keith Marshall
Location: West Hartford, CT
|
Wow - I didn't realize that notpad will create new lines for its wordwrap - thats a new one for me!
However, I agree above, I think its best to use a third party text editor in which you can control the line feeds.
DOS - CR LF (\r\n)
Unix - LF (\n)
Mac - CR (\r)
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
Last edited by mgraphic : 08-20-2007 at 08:36 PM.
|