This post will help you to put text box.specially posting
code,can use the text box.
1. Editable Text box
</textarea>
2. Read only text box
3.Link Text box
Enjoy it.
code,can use the text box.
1. Editable Text box
<textarea rows="3" cols="10">
Your Text Here
2. Read only text box
<textarea rows="5" cols="20" name="Privacy Policy" readonly="readonly">
Your text here
</textarea>3.Link Text box
<textarea rows="5" cols="20" name="Link To Blog" readonly="readonly">
Your HyperLink Code Here
</textarea>Enjoy it.
thanx
ReplyDeleteThanks for this tip. The 3rd Link Text Box automatically copied when i click? or just automatically highlighted?
ReplyDeletehow can i change the text color
ReplyDelete@Sandeep Kumar Punia
ReplyDeleteAdd this
style="color: red;
Hi How can change the font and background colour to default pls
ReplyDeleteThanks