I am about to post a website and I'd like to make sure that the site does not appear to big on all computers. The last website I developed, even though I won an award for it's design appeared to big on other computers. I'd like to make sure that my website is compatible on all computers. How can I fix the HTML pages so that entire page appears on everyone's computer.
There are some very specific details in this process, it's not just one "do this and it will solve all compatibility problems" answer unfortunately. But as a general rule, you need to write standards-based code, and size most of your objects as percentages of the browser window size, rather than as a fixed size in pixels.
Bookmarks