Help - Search - Members - Calendar
Full Version: Text Boxes
DIYDating > DIY-Dating > Design Help
convertah
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
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
convertah
Thank You,

Convertah
Charles
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
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.