Forum Moderators: coopster
<html>
<body>
test<br>
<br>
</body>
</html>
How Could I turn it into this:
<html><body>test<br><br></body></html>
I tired doing a str_replace with "/n" to "" but that didn;t work.
Does anyone know how I can make an html document a single line?
Thanks in advance for your help :)
Wes