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.