
Originally Posted by
rstevenson
I use FCKEditor, as many here do, but I'm not sure that's your problem. The computed (by the browser) value of the font size on your Authorized Consultants page is less than 8px, which is why it's so small. But when I remove just that content and put it into a page of its own, it comes out a whole lot larger. In other words, the code you're entering is correct. Another clue that tells me that is that the page validates with only a small error near the bottom.
There's something wrong in your stylesheet which is causing (I guess) a font size to be calculated more than once, and each time it gets smaller. You'll have to do some debugging in the stylesheet to track that down.
Rob