How do i make my site view well in all/most browsers and resolutions with out problems? www.ps3home.co.uk if you can suggest then PM.
What you describe is usually because the size of table sections are defined in pixels instead of in percentages of the screen width or height. Your two different computers probably have different monitor resolution settings. To make it appear the same across browsers, follow at least these four rules: (1) use percentages in sizing instead of pixels; (2) only use standard HTML and not the proprietary IE HTML extensions that commonly appear; (3) limit the use of javascript for dynamic rendering, because many browsers turn off javascript for security reasons; (4) use XHTML if you know it, it is the new standard (all tags must have an ending tag to be valid). Check the XHTML standard at the links below: http://en.wikipedia.org/wiki/XHTML http://www.w3.org/MarkUp/
This is a marketplace, not for asking questions like this in. I'd advise to use the correct part of this forum in the future (HTML + website design for this type of question)