PDA

View Full Version : Changing CCS buttons into images?


Red Shadow
12-19-2002, 12:01 AM
How can i do that? Like change the login button into a button images? and all the rest of those buttons.

filburt1
12-19-2002, 12:02 AM
Change <input type="button" or <input type="submit" to <input type="image" src="path/to/image.gif"

Red Shadow
12-19-2002, 12:06 AM
ok thanks! :D

Red Shadow
12-19-2002, 12:24 AM
Sorry for the double post but.......

For the browse buttons, if i change it to <input type="image" you the little box besides the button doesnt show up. So what do i do with it then?

Cypher720
12-19-2002, 12:41 AM
what browse buttons?

filburt1
12-19-2002, 12:57 AM
If you're talking about the attachment Browse button that's generated by the browser and can't be changed AFAIK.

Red Shadow
12-19-2002, 01:13 AM
oh ok, thanks for the info

Red Shadow
12-21-2002, 08:17 PM
um...when i try to do that for the reset button, it doesnt reset the forms, it posts the reply or updates profile. So how can i make it reset the stuff instead of replying or updating so its an image?

filburt1
12-22-2002, 12:41 AM
Try:
<a href="javascript:document.vbform.reset()"><img border="0" src="..."></a>

Untested, though.