|
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 09:36 PM..
|