There are two type text area
1. The simple text area without highlight
2. The simple text are with highlight ( It is given for make easy to copy HTML code inside)
Simple text area with highlight
The code is :
<div><form name="copy"><div align="center"><input onclick="javascript:this.form.txt.focus();this.form.txt.select();"
type="button" value="Highlight All"> </div><div align="center"></div><p
align="center"><textarea style="WIDTH: 300px; HEIGHT: 144px" name="txt"
rows="100" wrap="VIRTUAL" cols="55">put your words here and the visitor can see it</textarea></p></div></form>
The simple text area without High light / select all
The code is :
<p align="center"><textarea name="code" rows="2" cols="10">; put your words here </textarea>