Page layout wrong

Locked
Results 1 to 5 of 5
This thread is locked. New replies are disabled.
06 Jul 2010, 11:45
#1
leest35 avatar

leest35

Zen Follower

Join Date:
May 2010
Posts:
134
Plugin Contributions:
0

Page layout wrong

Hi,

Ok i am moving my website from a shared hosting server to a dedicated server the problem is, the front page seems to have gone a little crazy in IE on the new site.

What i don't understan is all the files have transfered across and it looks fine in Firefox but not ie. Is there anyway i can find out what the problem is?.

Thanks
Lee

Links is here: http://95.131.66.39/~pestcont/
06 Jul 2010, 11:51
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

Re: Page layout wrong

First things first:

Zencart loads all stylesheets with the .css extension that it finds in the current template's css folder. You have thirteen, (including two each named stylesheet.css and demo.css), most of which seem to be not intended to be actually used (stylesheet_originalish ? :laugh:). All these sheets are fighting with each other to style your pages.

Move all the unused sheets to another folder, and you might find your problem goes away.
06 Jul 2010, 12:04
#3
leest35 avatar

leest35

Zen Follower

Join Date:
May 2010
Posts:
134
Plugin Contributions:
0

Re: Page layout wrong

Thanks, for that i had some work done and they were left in the main css folder, however i have removed them all and still the problem persists
06 Jul 2010, 12:21
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

Re: Page layout wrong

I don't know if it would cause that problem, but you have a stray quotation mark here:

<body id="indexHomeBody" ">
06 Jul 2010, 12:42
#5
leest35 avatar

leest35

Zen Follower

Join Date:
May 2010
Posts:
134
Plugin Contributions:
0

Re: Page layout wrong

Hi Thank you,

I didn't find the extra quotation mark, but i did find where one was missing in the body tag, i replaced that and it works fine now.

Thank you