To create a text area, please copy the code below:
<p align="center"><textarea name="code"
rows="6" cols="20"> Write your text that you want here, you can put
html code here </textarea></p>
so the result is
<textarea cols="20" name="code"
rows="6"> Write your text that you want here, you can put html code
here</textarea></div>
Cols is the width of text area, change it to value that you want
To create a text area using Highlight, please copy the code below:
And the result is
Explanation:
Rows is the height of text area, you can change it to value that you wantCols is the width of text area, change it to value that you want
To create a text area using Highlight, please copy the code below:
<div><form name="copy"><div
align="<span style="color: red;">center"><input
onclick="[removed]this.form.txt.focus();this.form.txt.select();"
type="button" value="<span style="color: red;">Highlight All"> </div><div align="center"></div><p
align="center"><textarea style="WIDTH: <span style="color: blue;">300px; HEIGHT: 144px" name="txt"
rows="100" wrap="VIRTUAL" cols="55">Write your text that you want here, you can put html code here</textarea></p></div></form>
type="button" value="<span style="color: red;">Highlight All"> </div><div align="center"></div><p
align="center"><textarea style="WIDTH: <span style="color: blue;">300px; HEIGHT: 144px" name="txt"
rows="100" wrap="VIRTUAL" cols="55">Write your text that you want here, you can put html code here</textarea></p></div></form>
And the result is
<form name="copy"><div align="center">
<textarea
cols="55" name="txt" rows="100" style="height: 144px; width: 300px;"
wrap="VIRTUAL">Write your text that you want here, you can put html
code here</textarea></div></form></div>
Explanation:
You can change the blue code with value that you want, and the red code is the value of highlight element
0 komentar