Andrew
|
| Posted: 10/09/2004, 8:20 AM |
|
Does anyone know how to use a graphic in place of a submit button (I want to use a graphic to submit login info)
THANKS!!!!
I saw the answer for cc but not for ccs
|
|
|
 |
Karsten
Posts: 57
|
| Posted: 10/09/2004, 10:40 AM |
|
hi andrew,
why you dont use a CCS style for this?
just use for example an external html editor(i prefer Dreamweaver MX), then
create a new CSS style class and let it background-image: "pathtopicture"
then apply the style to the button so it works perfect like the normal button but has picture instead of the grey terrible standardgraphics.
if you really need a graphic to be clicked so use a imagelink, look in helpfile for "add image link"
Karsten from germany
_________________
If one gives up, he told himself he failed. |
 |
 |
Andrew
|
| Posted: 10/09/2004, 11:23 AM |
|
Hey thanks man...the problem is that I am trying to add a form to a webdesign that I am not allowed to change. in this design there is a graphic that is supposed to do the submit. I know how to use an image link to go to another page and pass parameters, but I don't know how to use it to submit the form and initiate the code in the action of the form.
Any help would be cool. Thanks
|
|
|
 |
Karsten
Posts: 57
|
| Posted: 10/09/2004, 11:40 AM |
|
hi andrew,
you dont use google much eh?
however here is a sample how to use a image as submit button
http://www.codetoad.com/html/buttons/image_submit_button.asp
_________________
If one gives up, he told himself he failed. |
 |
 |
Andrew
|
| Posted: 10/09/2004, 6:55 PM |
|
I guess I deserved that THANKS MAN!!
|
|
|
 |
|