I don't want a border on this image. What do I change on it? <input border=0 type="image" src="http://img214.imageshack.us/img214/6378/donatezx0.gif" name="submit"> On my stylesheets, input has a border, but I don't want one on this particular one. Thanks.
try this: <input style="border:0px" type="image" src="http://img214.imageshack.us/img214/6378/donatezx0.gif" name="submit"> or add an id for this tag and set its border on css file