🕸💡📝Fergus Duniho wrote on Tue, Feb 19, 2013 09:42 PM EST:
I got the BUTTON tags to work for links in Internet Explorer by adding an onClick element to each one with some JavaScript for redirecting the page. Although this has the disadvantage of requiring JavaScript, Game Courier already works best with JavaScript enabled, Internet Explorer normally has it enabled, and I couldn't even find out how to disable it in Internet Explorer. I also added a huge message that appears when JavaScript is disabled, explaining why JavaScript should be enabled.
The CSS wasn't working with some pages, because the form was in a stray P element, and IE is stricter in how it interprets nesting elements. I fixed this by removing or closing the stray P element.