Hi everyone,
I have a form that has a textarea.
I want this textarea to allow html code to be entered into it.
I can enter the code into the textarea.
eg) <table><tr><td>Hello<br>There</td></tr></table>
Well rather than keep it as a big string just like that, it actually puts it in a table.I don't want that.
Does anyone know what I can look for in my code that might be throwing it off?
Any help is greatly appreciated. Thanks for your time.