Click to See Complete Forum and Search --> : form buttons
netman182
04-06-2003, 12:14 AM
Is there a way to change the bland Windows/mac form buttons with some of my own creation??? i want to add flash buttons... if i can't do that can i add images instead of the reg. buttons. let me know thanks...
stefan
netman182
04-06-2003, 12:17 AM
Is there a way to change the bland Windows/mac form buttons with some of my own creation??? i want to add flash buttons... if i can't do that can i add images instead of the reg. buttons. let me know thanks...
stefan
khaki
04-06-2003, 07:15 AM
Good Morning Stefan...
instead of:
<input type="submit" .....
use:
<input type="image" src="yourImg.gif" ...
(i don't do Flash... but if it handles like an image on the page, i suppose it could be referenced as a source the same way as any other image. Yes/No?)
let me know if it works.
thanks
;) k
It is against the rules of the forums to post the same question in multiple sections. Thread from the Graphics section is now merged with this one.
netman182
04-08-2003, 12:54 PM
It still didn't work with flash. It's not a big deal i'm just gonna make a gif image... thanks Khaki