Removing unencessary border around image input

Seapixenrerie

New Member
I am inserting an image as an html button, however the image has a black border around it, how do i remove this black border. I did not set a border pixel at all\[code\] <div class="homeButton"><input type="image" src="http://stackoverflow.com/images/signInButton1.png" name="submit" id="submit_button" value="http://stackoverflow.com/questions/6388504/Login" width="900" ></input></div>\[/code\]
 
Top