2
Hi! I need to remove an html chunk that bugged my string, it looks like this:
e="text-align:left;"> Texto normal ...
This generates a visual error. Another error generating is at the end of the text ex:
<p style="text-ali ...
Here was missing the rest of the tag and closing, which generates more errors.
Have some regular expression to remove only (>) and (<) when you are under formatting error, in case an attempt fails html markup?