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>
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>