ok, the site i am working on for my school will have tutorials and other stuff like that on it. i need to be able to type HTML into the textarea and make it display the code of the HTML when i submit it. so if it is a tutorial on how make text bold and i put <b> </b> in there it will show up like it does here. so i am using string replacements to change < to < and > to > but i also need to h