Forum Moderators: mack
Ken
The best thing to do is to make sure your code is valid HTML. Try [validator.w3.org...] to validate your site (or, in Opera, just press Ctrl-Alt-V).
Please note that even with valid HTML there's no guarantee that your pages will display exactly the same in all browsers.
RonPK and lorax offer sound advice, make sure you have a valid DOCTYPE specified, then do the CTRL+ALT+V to validate your HTML. Writing valid HTML and CSS is sure a lot easier than tweaking your code to work in each individual browser. Valid code should get you pretty close in all major browsers and will make things a lot easier when you need to make adjustments...