![]() |
HTML Guru - need your help
I'm trying to use an image as a button to submit a form ... but when I use :
<input name="fgd" type="image" id="fgd" value="Submit" src="Pictures/SignIn.gif" width="117" height="47" border="No"> it shrinks my image ... what can I do ? |
lose the height,width and border attributes on that
|
<input name="fgd" type="image" id="fgd" value="Submit" src="Pictures/SignIn.gif" style="width:117px; height:47px;">
|
I would never use the hard code of the size, unless you have no choice.
|
Thanks !
Works quite fine :) |
All times are GMT -7. The time now is 09:39 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123