Click to See Complete Forum and Search --> : Including Image in Submit button


saravanan_anna
09-12-2003, 08:19 AM
Hi Everybody,
I just want to put a small icon image to the left of my value in Submit button.
Can anybody guide me on this issue??#

Image+ Value should occur in my button!!!

Hope Everyone understands my problem#

regards
Sara

requestcode
09-12-2003, 08:42 AM
Not sure what you mean, but you can use an image as a submit button like this:
<input type="image" src="sub.gif">

When you click on that it will submit the form.

saravanan_anna
09-12-2003, 10:10 AM
Thx a lot.

But I want image to the left of text.

ie) I want both image and some Text on the button.

Is it possible???

regards
sara

pyro
09-12-2003, 10:25 AM
Try this:

<button type="submit"><img src="your.gif" height="15" width="15" alt="your description">text</button>