Spaces between content?
Posted: Sun Jan 18, 2004 10:48 pm
Im using a textarea to edit my html content and then fwriteing it back into the file. What seems to happen is content that looks like this:
<html>
<head>
<title>Title</title>
</head>
<body>
etc...
Ends up looking like this:
<html>
<head>
<title>Title</title>
</head>
<body>
etc...
Is there anyway to stop that?
Thanks
<html>
<head>
<title>Title</title>
</head>
<body>
etc...
Ends up looking like this:
<html>
<head>
<title>Title</title>
</head>
<body>
etc...
Is there anyway to stop that?
Thanks