How can I use a graphic as submit button

This is a discussion on "How can I use a graphic as submit button" within the Web Page Design section. This forum, and the thread "How can I use a graphic as submit button are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 17th, 2007, 13:11
Junior Member
Join Date: Nov 2006
Location: London
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
How can I use a graphic as submit button

Hi there,
I hope you can help me. I currently working on a contact page with a contact form. I use Dreamweaver and when I normally insert a submit button with this code <input type="submit" name="Submit" value="Submit" /> Dreamweaver automatically creates this dull looking default submit button.
This time I have a little image which fits to the design of the site and I don't know what to do to make this image work like a button. If I use the above code it again automatically creates this default button.
Can anyone let me know if I can use an image/graphic as a button and if so what I have to do to make it work?
Thank you very much for your help.
Cheers
Sporky
Reply With Quote

  #2 (permalink)  
Old Apr 17th, 2007, 13:33
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I use a graphic as submit button

Code: Select all
<input type="image" src="image.jpg" value="submit" name="submit" />
Note that the "value" will not show however.
Reply With Quote
  #3 (permalink)  
Old Apr 17th, 2007, 14:56
Junior Member
Join Date: Nov 2006
Location: London
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can I use a graphic as submit button

Thank you Karinne, this was very helpful and actually quite simple
Reply With Quote
Reply

Tags
forms, graphic, submit button

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Submit button problems lucyhjones Starting Out 4 Sep 6th, 2007 18:22
Does a submit button have to be in the form itself Sylvester Web Page Design 1 Apr 17th, 2007 12:14
Submit Button Confirmation brian1971 Web Page Design 6 Mar 9th, 2007 18:15
Combo <input> and submit graphic masonbarge PHP Forum 0 Jan 20th, 2007 11:58
Form Submit button Help!!! Aaron1988 Web Page Design 2 Nov 25th, 2006 13:51


All times are GMT. The time now is 08:51.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43