Saturday 29 June 2013

// // Leave a Comment

How to add comment box with color and background picture.

Hey guys You are interested for putting codes in your website for that your website is looking good.
So,you have to follow some steps before put this codes in your website.

if you are a blogger:
Blogger>layout
html/javascript
Lastly copy and paste the below codes inside.

Comment box code :
<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>
Comment box colors:
<form action="/html/tags/html_form_tag_action.cfm" method="post">
Comments:<br />
  <textarea name="comments" id="comments" style="width:160px;height:90px;background-color:#D0F18F;">
  Hey... say something!
  </textarea><br />
  <input type="submit" value="Submit" />
</form>
Comment box pictures:
<form action="/html/tags/html_form_tag_action.cfm" method="post">
<textarea name="comments" id="comments" style="width:150px;height:150px; background:url('/pix/milford_sound/milford_sound_t.jpg');">
Enter your comments here...

...and watch your comment box grow scrollbars!
</textarea><br>
<input type="submit" value="Submit">
</form>


0 Peoples tell for us:

Post a Comment

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. Make sure to click the "Subscribe By Email" link below the comment to be notified of follow up comments and replies.
2. Please "Do Not Spam" - Spam comments will be deleted immediately upon our review.
3. Please "Do Not Add Links" to the body of your comment as they will not be published.
4. Only "English" comments shall be approved.
5. If you have a problem check first the comments, maybe you will find the solution there.