Page 1 of 1

resizing p

Posted: Mon Jul 10, 2006 4:44 am
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

Posted: Mon Jul 10, 2006 5:19 am
by JayBird
Looks okay to me in latest version of Firefox

Posted: Mon Jul 10, 2006 5:40 am
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.