storm

Posts: 141 Points: 415 Reputation: 0 Join date: 2012-12-05
 | Subject: Beautiful and Stylish Text Box Thu Dec 13, 2012 12:06 pm | |
| Are you bored with simple text boxes? Here is a code for you to make a different text box for your site. we have included different styles to it, to make it beautiful.| Code: | <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->
<textarea rows="3" name="S2" cols="22" style="text-align:center; font-family: Times New Roman; font-size: 14pt; font-style: italic; color: #0000FF; border: 4px groove #008080; padding: 8px; background-color: #FFFFCC">This is Beautiful Text Box for Your site! Isn't it? Simply Copy and Enjoy</textarea><p> </p> <font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="font-size: 8pt; text-decoration: none">HTML Free Code</span></a></font> |
|
|