Keller
05-10-2001, 08:12 PM
Many times I download a ZIP which contains text files (txt, php etc.) and when these are extracted it seems they lose all the formatting of the original file.[nbsp][nbsp]Usually it is one long line without any breaks, for example:
<html>
<head></head>
<body>
becomes: <html><head></head><body>
This makes the text unreadable.
If the file is tar.gz then there is no such problem.
Does anyone know why this happens, and better yet - how to solve this?
<html>
<head></head>
<body>
becomes: <html><head></head><body>
This makes the text unreadable.
If the file is tar.gz then there is no such problem.
Does anyone know why this happens, and better yet - how to solve this?