From a quick look, I can’t see the issue, but there are lots of validation errors on the page, so it would be worth addressing them and seeing if that fixes the issue:
Yes, as molona says, that was the point of mentioning the errors. Some of the errors involved tags not being closed properly, which can often cause problems like what’s being described.
If your website does not perform on Internet Explorer It may be due to the website not being cross browser compatible. Hence, one should use a liquid layout as it will create a website which is cross browser compatible. If you are using a liquid layout then your website will fit all browsers without any problem.
Sorry, but that’s just nonsense. The type of layout you use - fixed, elastic, liquid or whatever - will have no effect whatsoever on cross-browser compatibility. It will make a difference to the ability of different devices to display your site, but that is a different subject.
The actual problem was weird because there was an issue that was just a colspan=“2” when it should have been colspan=“3”… so the error was mine and Internet Explorer was displaying the error of my ways, while Google Chrome was displaying it exactly how I had intended it but the error wasn’t showing the same as it was in IE… pretty weird as I would think such a mistake would look wrong on any browser. I’ve noticed twice now with coding errors I made that Google Chrome always displays it how I actually want it to look even though IE will show me the error and look wrong.