textarea box

liunx

Guest
Everytime I try to put a textarea box on my site, it shows my source code in the box. Why is that happening? What am I doing wrong? I'm using <textarea name ="comments" rows="10" cols="60"><br />
<br />
I also tried <input type="textarea" name="comments" rows="10" cols="60"> but that only creates a small box like a regular text box.<br />
<br />
Please help,<br />
Currie<!--content-->Currie,<br />
Have you closed the <textarea> tag with a </textarea>?<br />
Other things to check may be whether you have opened a <script> tag earlier in the page without closing it. Just guesses, but hope they solve your problem.<br />
<br />
:)<!--content-->
 
Back
Top