Im looking for a program that removes all blank spaces from my code. Ive tried numerous searches but cant figure out how to word it exactly.
I want to turn this...
Quote:
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
|
..into this...
Quote:
<html><head><title></title></head><body></body></html>
|
...with the click of the button