I have developed a website having 10 pages and now i am facing a major problem that when i run it on any other machine having more wide screen than my site goes unbalanced and not showing properly as it looks in my own machine.
I want help that how can i make this site browser compatible that can run on any machine with same layout and can run on any screen with same layout.
please provide me help that what should i do ??
To create a cross-browser compatible website:
Use only standard compliant coding.
Don’t use browser specific (proprietory) HTML tags and features.
These only work in the browser they were created for and may even break your web page when viewed in another browser.
Validate your web pages.
Validate your HTML/XHTML coding using the W3C free validation service
Validate your cascading style sheets using the W3C free validation
service
For details see a link
http://www.netmechanic.com/products/Browser-Tutorial.shtml