Text Area Standart
<textarea rows="3" cols="40" name="Secret Tips and Tricks Blogger">
Save Your Post, Text Link, Banner Link Here
</textarea>
Result:
Remark:
rows="3" shows the height of the text area, it can be replaced as needed
cols="40" shows the width of the text area, it can be replaced as needed
Text Area with Highlight
<div>
<form name="copy">
<div align="left">
<input onclick="javascript:this.form.txt.focus();this.form.txt.select();" type="button" value="Highlight All">
</div>
<div align="left"> </div>
<p align="left">
<textarea style="WIDTH: 95%; HEIGHT: 144px" name="txt" rows="100" wrap="VIRTUAL" cols="55">
Save Your Post, Text Link, Banner Link Here
</textarea></p>
</form>
</div>
Result:
0 comments:
Post a Comment