i’ll like to print in a web page, text-user input, but it could have HTML-TAGs. However, if user makes wrong HTML or applies some CSS rule (e.g using style tag), i want that page content doesn’t to be affected. (i don’t like to use iframes).
Tags-user must be applied. I need to prevent bad-close-tag or errors or global css rules, in the possible isolate javascript. A kind of “sandbox” by text-user.
Best regards
you can use:
the javascript / style wont be executed,
but this doesnt get rid of the tag’s body.