Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Previewing web sites in different browsers

Aug 28, 2005 7:55PM PDT

Hope someone can help me with this:

My website looks perfect when previewed on my own computer (a Mac) in Internet Explorer 5.2 and Safari 2.0.
However, when its presented on another computer, the layout appears less than perfect and a huge blank gap appears on the right hand side of each page.
What is the best way of getting a good balance so it looks good in all browsers on all computers? I was told there was a tester program available on this site, can someone point me in the right direction?
many thanks.

Discussion is locked

- Collapse -
This is a neverending story, but...
Aug 28, 2005 10:52PM PDT

Is your HTML code correct?

Put it into the W3C checker at http://validator.w3.org/ to see what errors may be in the code.

Then you can research what or how browsers differ.

Bob

- Collapse -
For starters-
Sep 29, 2005 11:04PM PDT

Use the advice which appears - check your html and css first. Then, install all the browsers you can - if you're dealing with "modern" ones, get Firefox, IE 6, Opera and Netscape. You can even get IE 5 to use as a stand alone. Then use the service which provides a screen shot of your site in Safari (iCapture). I guarantee the problems you mentioned are directly related to CSS - IE is more forgiving, but the other browsers stick to exactly what you tell them to do.

- Collapse -
PS
Sep 29, 2005 11:06PM PDT

If you're really picky, get Netscape 4 and you'll soon learn the art of graceful degradation!