resizing p

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
jammyjames
Forum Newbie
Posts: 12
Joined: Fri Jun 30, 2006 8:45 am

resizing p

Post by jammyjames »

Hi,

I have just built a site http://www.yarmouthportal.com and when the page first loads the main text is bigger than it should be. After you go to another page the text goes to the normal size.

All the formatting is held within one stylesheet.

Does anyone know why this would happen?

Thanks

James
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Looks okay to me in latest version of Firefox
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Post by matthijs »

You have several inline styles on the page like

Code: Select all

.text{	font-family: Arial; color: #000000; font-size: 12; }
maybe add those to the stylesheet and within the stylesheet bring all text-size rules together, so it's easier to see what's going on.
Post Reply