Thursday, December 23, 2010

Comment Box Code

You can use the following HTML code to create a comment box within your HTML document.
  • You can make it easy on yourself by using the text box generator.
  • MySpace Users: If you need a comment box for your MySpace profile, use the MySpace comment box code.



The code is...



<form action="/html/tags/html_form_tag_action.cfm" method="post">
  Comments:<br />
  <textarea name="comments" id="comments">
  Hey... say something!
  </textarea><br />
  <input type="submit" value="Submit" />
</form>
<p style="font-size:10px;"></p>