CMS w MySpace like user editable profile w CSS HTML
Wikis use their own code system for text entry.
If you're going to allow HTML in user input, I would suggest a whitelist of allowed tags, for example a, p, em, strong, ul, li, code, blockquote. Don't give full HTML/CSS access because you'll either get exploited easily or your attempts at stopping exploits could quickly turn into a full-time job if your site gets enough traffic..
vgarcia
|