convertah
Oct 12 2004, 08:42 PM
Hello everyone,
I have a question about text boxes that I would appreciate some help with.
Have been trying to put a text box on a new page using the format:
<textarea name="NAME" cols=? rows=?></textarea>
Every time I update the inside header the </textarea> tag vanishes, and after refreshing the page I have my text box with the remaining code of the page, ( below the missing tag), in the text box.
Any Suggestions?
Much Thanks
Gary
Oct 12 2004, 09:34 PM
We are aware of this bug within our system, and will be making a fix soon.
The problem lies with the <textarea> command, in that we use this command to provide an area for you to edit your code.
The problem lies when the source html exists in the following form:-
<textarea>
<textarea>
</textarea>
</textarea>
HTML doesn't allow you to use a textarea within a textarea.
I will get someone to look into this.
Gary
Charles
Oct 20 2004, 03:11 PM
Hello,
We have now updated the system to allow text area tags within your inside headers and these will now be displayed properly within the site.
To insert a textarea just use the normal html format :
CODE
<textarea name=anything cols=as_many_as_needed rows=as_many_as_needed>any text you like</textarea>
Charles