Admin > Simple Portal Shoutbox config:
1. Exempt Admins box
ticked2. Regex Filter is
(array('#<html>m#','#</html>#m'),array(' ',' ')3. Regex Callback is
preg_replace('/<html[^>]+?[^>]+>|</html>/i','',$m[0]) (courtesy of Simple Portal)
see more on Callback >
https://www.exakat.io/the-art-of-php-callback/