Page 1 of 1

Nice looking buttons

Posted: Wed Nov 22, 2006 9:51 am
by mpiaser
I have created (via FrontPage) so nice looking buttons. I would like to use them on my PHP form instead of the generic <input type=submit ...> Any idea how this is done?

Posted: Wed Nov 22, 2006 9:54 am
by volka
Just send the code to the client, php doesn't care about it.

Posted: Wed Nov 22, 2006 9:57 am
by mpiaser
I don't know what code to send to the client. the <input type=submit tag doesn't seem to have a place to present an jpg name

Posted: Wed Nov 22, 2006 9:58 am
by Burrito
what kind of buttons are they? (<inputs>), regular images with onClick events?

look for <input type="image"...>

Posted: Wed Nov 22, 2006 10:30 am
by JayBird
Moved to Client Side