replacing the submit button

liunx

Guest
I am constructing a mailing list but I would like to replace the standard 'gray submit button' with a graphical button like the above 'mailing list' at htmlforums. How can I do this? Any ideas? Also I would like to make the 'text box' a narrow one rather than the fatter default size. Any takers?<!--content-->For the submit image, try this...<br />
<br />
<INPUT TYPE="image" SRC=http://www.htmlforums.com/archive/index.php/"SomeImage.gif" ALT="My Submit Image"><!--content-->HTMLLite has it right for the button, try this for the text field.<br />
<br />
<input STYLE="height: 10px; width: 100px; border-width: 1px";><br />
<br />
You can change any of those values and you can add additional ones to control font type, size, border color, etc.<!--content-->
 
Back
Top