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
resizing p
Moderator: General Moderators
You have several inline styles on the page like
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.
Code: Select all
.text{ font-family: Arial; color: #000000; font-size: 12; }