p.firstPage {
font-family:Comic Sans MS;font-size:20px;line-height:20px; ;"
It's missing the closing } and the " is not needed, which is making everything below that line not work.
Check out the links about validation in my signature line. They can really help you. There is also a link about tables there that you should have a look at.
Thanks a bunch
I don't know how that happened but it's working now.
Now I have a new problem.
p.firstPage {
font-family:Comic Sans MS;font-size:20px;line-height:20px;
}
This code is used on a different page. It is now effecting the help page. I have researched this and found nothing.
Is there a way to stop this code from effecting the help page?
Haven't you linked us to the help page? I don't see it affecting any paragraph text here.
Specificity is the answer though. If your styling is more a blanket style than pinpointed, you are not specific enough. See specificity here.
I disagree with some of what that page says, floats and specificity are pretty simple concepts for new coders to grasp. I think the box model and clearing floats give them more trouble.