TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Changing the Submit button to a graphic.

Page: 1 Reply
Aug 28th 2002#66551 Report
Member since: Apr 20th 2002
Posts: 3000
How do you go about changing the submit button to a graphic you have made yourself?
Reply with Quote Reply
Aug 28th 2002#66554 Report
Member since: Mar 16th 2001
Posts: 2421
[code]
<input type="image" src="go.gif"
name="Submit" border="0"
align="center">[/code]
Reply with Quote Reply
Aug 28th 2002#66683 Report
Member since: Jun 30th 2001
Posts: 447
You might want to put some width and height tags in there to make it XHTML compatible.

[code]<input type="image" src="go.gif"
name="Submit" border="0" width="88" height="31"
align="center" />[/code]
Reply with Quote Reply
Aug 28th 2002#66684 Report
Member since: Apr 20th 2002
Posts: 3000
Thanks alot. Now only if I knew alot more about XHTML. :p
Reply with Quote Reply
Aug 29th 2002#66694 Report
Member since: Jun 30th 2001
Posts: 447
It's really just HTML with certain rules. Like: all lowercase tags, quotes around values of attributes, proper closing of all tags, etc. My site digi-FX.net is pretty valid XHTML except for things that I just said SCREW!
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum