Forum
Is it possible to remove tags using the replace feature?
I'm trying to remove the <p> tags from content generated by redactor. Basically I want a string of text without the opening and closing <p> tags automatically added by redactor.
I don't want the user to have to choose a format type as the text is being output into an existing tag.
replace="<p>|"
Doesn't work as it closes the content tag early.
Is this possible in anyway?
In the end I passed the whole region into a php variable and used string replace.