Thank you for the reply. I tried your solution, but it has a problem. The "width:1200px;" makes the page 1200px wide on loading, no matter what the width is of the browser. So, if a browser is set to only 800px wide, there will be a scroll bar on the bottom to see the remaining 400px of data on the right side of the page.
What I want to do is have the page load with a width of what ever the browser is set to, with a maximum width of 1200px. So, if the browser is set to 800px wide, the webpage will only render at 800px. If the browser is set to 1024px wide, the webpage will render at 1024px wide. If the browser is set to 1600px wide, the webpage will only render to 1200px wide.
Thanks,
Jim