I believe there is a tag for this but I cannot find it. I want to turn my image into a form button. Does anybody know how this is possible? Or what tage I have to add to do this??
thanks,
gsnipe
Turning an image into a form button
Page 1 of 12 Replies - 7737 Views - Last Post: 07 October 2005 - 06:26 PM
Replies To: Turning an image into a form button
#2
Re: Turning an image into a form button
Posted 04 October 2005 - 09:55 AM
would it be correct to say that you have a form button that you want as an image?
I was reading here
that you can use standard html tags within the cfform tag
so theoretically, you should be able to do this:
I was reading here
that you can use standard html tags within the cfform tag
so theoretically, you should be able to do this:
<cfform> <input type = "image" src="someimage" > </cfform>
#3
Re: Turning an image into a form button
Posted 07 October 2005 - 06:26 PM
<INPUT TYPE="image" SRC="button.gif" VALUE="Submit now"
ALT="Submit now" NAME="Submit now">
will work on either html form or cfform
you can also use javascript to have rollover effects and so forth heres a good starting page for more info
http://www.cs.tut.fi...magebutton.html
the cf tags are parsed at the server so you are basically using <form> tags when it gets to the browser
ALT="Submit now" NAME="Submit now">
will work on either html form or cfform
you can also use javascript to have rollover effects and so forth heres a good starting page for more info
http://www.cs.tut.fi...magebutton.html
the cf tags are parsed at the server so you are basically using <form> tags when it gets to the browser
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|