first of all, do you want to store them as a blob, TEXT might be more appropriate...
i would also recommend stripping the html before the post is added to the database. this will use less space in the database, and not require the stripping each time the post is displayed.
to strip tags, use the php function strip_tags()
-paul
http://xhawk.net