I've been doing some more work on my webpage using HTML. The part that's been giving me trouble is that the buttons don't work on IE 8, yet they did on the older versions of IE and on the current version of Firefox. On the Firefox browser, if you click on the button, it will take you to a different page, yet on the IE8 when you click on the button it does nothing. Any advice or comments?
The specific piece of code (well, it's just a snippet of the code; none of the buttons work in IE8) that I'm having trouble with is...
<a href="contact.html"><input type = "button" value = "Our Contact"></a href>
I'm kinda stumped here.
The specific piece of code (well, it's just a snippet of the code; none of the buttons work in IE8) that I'm having trouble with is...
<a href="contact.html"><input type = "button" value = "Our Contact"></a href>
I'm kinda stumped here.