HTML Comment Box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kid Programmer
    New Member
    • Mar 2008
    • 176

    HTML Comment Box

    Hey guys. I was just wondering how to make a comment box. Thanks.
  • eWish
    Recognized Expert Contributor
    • Jul 2007
    • 973

    #2
    Do you mean "textarea"? If so, then here is an example. Also, check out the link.
    [CODE=html]<textarea rows="10" cols="30"> This is my textarea where comments can go. </textarea>[/CODE]
    HTML Forms and Input


    --Kevin

    Comment

    • Kid Programmer
      New Member
      • Mar 2008
      • 176

      #3
      Originally posted by eWish
      Do you mean "textarea"? If so, then here is an example. Also, check out the link.
      [CODE=html]<textarea rows="10" cols="30"> This is my textarea where comments can go. </textarea>[/CODE]
      HTML Forms and Input


      --Kevin
      I knew how to make the textarea. I just wanted to know how you post it.

      Comment

      Working...