I’m starting to feel like it is something i’m doing something wrong since I can’t find anybody else with this issue so i’m asking for assistance from you devs! Thanks in advance!
The reset button has a border around it that I want to remove. It’s weird because my submit button doesn’t have one:
<div class="contact-submit">
<input type="image" src="images/submit-btn.png" width="93" height="33" value="Send Message">
<button type="reset">
<img src="images/reset-btn.png" width="93" height="33"/>
</button>
</div>
The button looks like a button because it is a button. To change this look you will have override the browser button style with your own CSS style:
CSS