Hello,
I have this problem with FXP when editing php and html.
When I edit it while in FXP (without downloading) sometimes it like "formats" the html/php.
It is a super annoyance!
What it does is turns this:
<html>
<head>
<title>MY Homepage</title>
</head>
<Body>
BlahBlah
<br><br>
Blaaa
</body>
</html>
Into:
<html><head><title>MY Homepage</title></head><Body>BlahBlah<br><br>Blaaa</body></html>
Ie. everything gets puched together.
This makes hell for future editing of HTML and worse, it messes up any php
Any suggestions?
Thank you for your time,
Steen.