7
I'm probably wrong, but I suspect that I can narrow down the issue for you. In all the other locations on the page, except around the header, you ARE calling a css class- "blockTitle". In the two header area locations, you ARE NOT calling a css class. I believe that the css is overrriding the html. Work out the conflicts there - add the css call "blockTitle" to the two calls for that around the header. Here's a couple of examples of the differences:
NO CSS CALLED(the two areas around the header:
Quote:
CSS CALLED (the rest of the page)
Quote:
Hope this helps
PS Firefox, being more standards oriented, will not make guess as to what you want. IE guesses a lot of the time.