Forum Moderators: open
I checked the web site in multiple browsers and for the most part it appears ok except for firefox, netscape and chrome.
The page is was looking at is extremely basic - 3 tables all centered underneath one another. How can I found out what is wrong with my coding in the browsers where the alignment is out of skew?
Not enough information to make many suggestions, but working in IE, and not several other browsers is a flag. This would indicate a coding problem and not a browser problem. How about Opera? If it is was designed with IE as the primary testing platform that is problem #1. Code to standard first, then fix IE.
W3C Validator - HTML [validator.w3.org]
W3C Validator - CSS [jigsaw.w3.org]
Trying to fix display problems with invalid code can actually be impossible, like trying to win a whack-a-mole.
The description of your tables not stacking correctly in some browsers or browser versions screams margin issues however, and my first bet sloppy code that validates, but doesn't render 'correctly'. It could be good code that just trips up and needs a fix, but that would be my second option.