Hey. How do i make the default value of a textarea have the <textarea> tags in it. So for example, lets say i want the textarea default value to be: <textarea></textarea> When i do this: <textarea><textarea></textarea></textarea> HTML: I get a textarea with a default value of just <textarea>. Any help? Thanks, Dan.
You need to use <textarea></textarea> Code (markup): otherwise it will be construed as HTML.