PDA

View Full Version : More buttons


Blog
11-09-03, 10:13 AM
Is there any way, you can make submit buttons, with color in them ? Without using Javascript? Here's the submit button code :

<FORM METHOD="LINK" ACTION="index">
<INPUT TYPE="submit" VALUE="Home">
</FORM>

If you can't get color to that, could you please tell me how to make one with javascript. Thanks..

sc0tt
11-09-03, 06:52 PM
Uss CSS? :)

Blog
11-10-03, 02:08 AM
Oh yeah. thanks.