I need to clean up some VERY ugly html (think < span>< /span> < em>< /em> < em> < /em> < strong>< /strong> ) over and over again...
I'm looking for a nice and easy preg_replace to eliminate any html tags that contain optional whitespace between them. Your assistance is greatly appreciated!
Oh, and just found this beauty:
< p>< strong>< strong>< /strong>< /strong>< /p>
looks like this will need to live in a while loop as well.