Hello,
When I use internet explorer6.0 browse some websites (e.g.
microsoft.com), your webpage was squeezed in the left half
of the screen. That didn't happen when I browse other
website (e.g. yahoo.com). I'd like make the webpage occupy
the whole screen.
I appreciate if you can help. Thank you!
If I understand you correctly, this is a function of page design and
programming. Designers must design a page to show best on multiple screen
resolutions. They therefore may restrict a page width size to 600, 800, etc
pixels. If your screen resolution is 1200 pixels wide then the page does
not fill the complete window as it would for example for someone with a
screen resolution of 800 pixels. The designers then can place the page on
the left, center, right, or absolutely anywhere within your window.
I noticed that microsoft's page displays full window but the main content
table is oriented to the left. That is a design decision which you cannot
control with your browser, other than changing screen resolution or window
size. Yahoo's page does not fill the window but the main content table is
oriented to the center of the window. Once again, this is a design
decision.
Each site must make similar design and programming decisions and
compromises.
Sorry if I misunderstood your point or question.