It won’t work and I can’t see why? Its just testing at this stage, I have a loop through the DB to remove all the rubbish formatting thanks to “data inputters”.
Hi,
Input is anything really. I have all rows in the table returned if the description contains xx-small.
Input is usually lots of text with:
TEXT…<span style=“font-family: Interstate-Bold; font-size: xx-small;”>…TEXT…</span>…TEXT…
And I want to return:
TEXT…<span>…TEXT…</span>…TEXT…
Basically remove the styling added by tinymce and the data inputters.