Including Image in Submit button

liunx

Guest
Hi Everybody,<br />
I just want to put a small icon image to the left of my value in Submit button.<br />
Can anybody guide me on this issue??#<br />
<br />
Image+ Value should occur in my button!!!<br />
<br />
Hope Everyone understands my problem#<br />
<br />
regards<br />
Sara<!--content-->Not sure what you mean, but you can use an image as a submit button like this:<br />
<input type="image" src=http://www.webdeveloper.com/forum/archive/index.php/"sub.gif"><br />
<br />
When you click on that it will submit the form.<!--content-->Thx a lot.<br />
<br />
But I want image to the left of text.<br />
<br />
ie) I want both image and some Text on the button.<br />
<br />
Is it possible???<br />
<br />
regards<br />
sara<!--content-->Try this:<br />
<br />
<button type="submit"><img src=http://www.webdeveloper.com/forum/archive/index.php/"your.gif" height="15" width="15" alt="your description">text</button><!--content-->
 
Back
Top