FIND IN scripts/portal.inc.php
AROUND LINE 79
Code
			$bodyTXT = ubbchars(strip_tags($bodyTXT));	// All HTML is stripped

REPLACE WITH
Code
			$bodyTXT = strip_tags($bodyTXT);			// All HTML is stripped

This update will be in the next release


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com