|
Now logging in and looking at your site the first thing I see is looking at your page source is your using multiple html head and body statements in your header etc and your code is not xhtml valid. If you turn off your header and footer in the global options in admin I would suspect your page would view normal. FireFox is able to surpress your errors however IE is strict and will not.
Therefore looking at this recode your header footers to properly remove head body html tags from your header. Just include valid table tr td statements and if opening a table make sure it is properly closed in your footer. You may place meta tags script tags etc in a headtags file and link that via server path in your global options for us to load that in the proper part of the page. You never need to include body html or head tags in your headers etc the program generates all that.
|