Ok guys I need your brains once again, ya ya.
Let's say I have this html:
<h1>boobs</h1>
<br />
<br />
It is all nice and dandy, and real good having boobs in big letters but I want to show it as:
<h1>boobs</h1><br /><br />
When it is excuted. So is there a way to remove using a function in PHP all the lines spacing and keep all my html on one line?
If anyone can help I would be very greatful