Click to See Complete Forum and Search --> : Incompatible Browsers & Platforms
glennarizona
07-11-2003, 06:16 PM
ACKNOWLEDGMENT: I'm strictly amateurish...
My website appears just okay but when using a Mac, the layout is corrupted...
www.handsonitalia.com
Any ideas what I should be doing? And with that diagnosis, where can I go for a tutorial?
Thanks!
/glenn
Khalid Ali
07-12-2003, 01:53 AM
If you have NS6+(mozilla based) browsers, then test your pages in those browsers...NS has a built in JS debugger which will help you clean your code,that could be better approach.
IE on MAC is way more standard compliant then IE on Windows,so using NS bropwsers will force you to write standard compliant code making a great deal of difference on MAC IE as well..
Charles
07-12-2003, 06:10 AM
The problem is that you are using tables for layout (bad, very bad) and that you have a great number of other HTML errors. Use CSS for your layout and get the page to pass with no errors the validator at http://validator.w3.org/.