Add the
tags in the text feild? You can just let them type it in and strip out the rest with strip_tags
http://ca.php.net/striptags or dont let any tags and replace newlines (\n) with
using str_raplace
http://ca.php.net/manual/en/function.str-replace.php