Custom Forms

liunx

Guest
Does anyone know how to create a single-line border around a text field on a form? Visit <!-- m --><a class="postlink" href="http://www.expressfashion.com">http://www.expressfashion.com</a><!-- m --> and look at the newsletter signup field in the upper right.<br />
How about a custom submit button? Thanks guys.<!--content--><input type="text" name="name" style="border:solid 1px #000000" /><br />
<br />
You can customize the border style (solid line), width, and color that I highlighted in red. Read more about border styles such as "solid" at <!-- m --><a class="postlink" href="http://www.w3schools.com/css/pr_border-bottom_style.asp">http://www.w3schools.com/css/pr_border-bottom_style.asp</a><!-- m --><br />
<br />
For a custom submit button, simply make a graphic. Let's call this hypothetical graphic "button.gif"<br />
<br />
<input type="image" src=http://www.htmlforums.com/archive/index.php/"button.gif" /><br />
<br />
I might be wrong about the above. Consult Scoutt.<!--content-->
 
Back
Top