Zen Cart Logo
Forums / General Questions / prob with first page

prob with first page

Locked

Views: 594

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
3 Nov 2009, 6:23 PM
#1
mera avatar

mera

New Zenner

Join Date:
Jul 2008
Posts:
60
Plugin Contributions:
0

prob with first page

Hello again
I have a problem with my first page on my website... in the french part, in the bottom of the page I have the new items for november but the font is sooo big I don't know what happen... and it's only there that it does that...

here's my website https://www.creationmera.com/catalog

and I know I have a lot to do...

Linda

3 Nov 2009, 10:54 PM
#2
kdays avatar

kdays

Zen Follower

Join Date:
May 2008
Posts:
239
Plugin Contributions:
0

Re: prob with first page

I'm assuming you have a french_stylesheet.css (sorry I haven't had a close look).

First thing I would check is in the body section at the very top of the stylesheet. In the classic template (for example) you will see:

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #e5edf5;
}

Do you have font-size: 62.5%; in your french language stylesheet as well?

3 Nov 2009, 11:25 PM
#3
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: prob with first page

You are editing your main_page content with an external HTML editor... (I did warn you about Frontpage in another thread!).

I suspect you are creating content in Frontpage and then blindly copying and pasting it into HTMLArea. It is stripping in (EMBEDDING) a whole lot of rogue styles which are overriding the stylesheets.

Get rid of Frontpage - or at least get to know the principles of how to capture and paste PLAIN, UNFORMATTED html into the <> (code) function of HTMLArea...

4 Nov 2009, 11:27 AM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: prob with first page

You might also look at the source of your main page - unless you inserted all those strange links yourself for some reason, it's possible you've been hacked in some way.