Start here:
W3.org Validator
Quote:
Validation Output: 453 Errors
|
That's a LOT. That skin is coded terribly (no offense). Your comment markup is incorrect:
Code:
<!---------------------------/ Forum Stats in Header Template--------------- -->
Should be
Code:
<!-- /Forum Stats blah blah -->
For one. And there are TONS of those, everywhere.
You're also closing font tags with:
Where it should just be:
Or, better yet, use CSS and spans instead. There are just way too many errors in that code to troubleshoot them all and determine which one is breaking FF but I imagine once you clean it up it will start working.
You want to see this on every page that you can manage bro.