Saturday, January 29, 2011

How To Add Text Box For Posting Area

This post will help you to put text box.specially posting
code,can use the text box.

1. Editable Text box
                                   <textarea rows="3" cols="10">
                                            Your Text Here
                                            </textarea>

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.

5 comments:

  1. Thanks for this tip. The 3rd Link Text Box automatically copied when i click? or just automatically highlighted?

    ReplyDelete
  2. Hi How can change the font and background colour to default pls

    Thanks

    ReplyDelete