OK. It's NOT just the new lines that I need to get rid off. I can do that. I did it in the past. They are the new/broken lines between < and > that I can't figure out how to get rid of. Just like it is in the example:
Code:
<img src="http://something.com/images/image.png"
border="0">
Let's say someone cuts and pastes this code into my editor, I want it to automatically become this:
Code:
<img src="http://something.com/images/image.png" border="0">
Can you see the difference? Is it really this hard for someone who is a js/php programmer?