Learn HTML step-by-step from A to Z or improve your professional skills.  Home HTML and CSS Tutorials Spice up Your Input Boxes
Your Ad Here

Spice up Your Input Boxes


Ever wanted to customize your site's Input text boxes but don't know how? Well, here is a quick and easy way to do it.

A regular Input text box looks something like this:



The appearance of your Input can easily be changed to this:

(Note that this little trick will not work on Netscape Navigator, however Netscape 6 promises to be robust enough (by complying with standards) for it to work then.)

<!--The code for the modified input box below -->
<center>
<form method="post">
<input size="25" style="border: 13px solid rgb(255, 204, 0);" name="funform" type="text">
</form>
</center>
<!--The code for the modified input box above -->

 



Author's URL: Chris Fresh
Thank you for voting.
Rate this Materials:
Bad 
1 2 3 4 5 Excellent
print this page subscribe to newsletter subscribe to rss

HTML is Hyper Text Markup Language that is used to make hypermedia and hypertext documents for the Web. More HTML and CSS: Most Popular Materials | Fresh Materials | More HTML Tutorials at Markuptutorials.com

Add comments to "Spice up Your Input Boxes"

Only registered users can write comment

No comments yet...