I've got a forum and I want to so that when a user adds a HTML line such as a link <a href="http://www.yahoo.com">Yahoo.com</a>
it add's <font color="BLACK"> into it like this when it goes into my MYSQL database
<a href="http://www.yahoo.com"><font color="BLACK">Yahoo.com</a>
How would I do this?