I have a \"Submit\" button which I\'m trying to replace with an image
I can\'t modify th
input[type="submit"] { font-size:0; width:120px; height:30px; background: url('dir/image.png') no-repeat left top; border: none; }
This will do the trick. Remember your image path is relative to the stylesheet.