How do I stop wrapping and get scrolling

First off, I am a total newbie to DW. Using CS4. Converting from GL. Hate this program. Spent two weeks doing Lynda courses, reading books and have no clue what I am doing.
Created a page. See it at http://www.koobraey.com/Test/
Current problem is that the page wraps everything on top of itself when browser window is resized. I want the content to stay where it is (as it used to in GL) and the user could scroll right and left. How do I tell it to do that. I know it's possible but I can even figure what to search for in HELP.
Thanks so much in advance for your help with this. I am a long time InDesign and Photoshop print designer who must move to the web to survive.

You chose a liquid layout.  That's what liquid layouts do.
CSS Centered Fixed Width layout (pixels):
http://alt-web.com/TEMPLATES/CSS2-Centered-Page.shtml
CSS Centered Liquid Layout (percentages)
http://alt-web.com/TEMPLATES/CSS2-Liquid-Page.shtml
For a quick fix, try adding a width to your body CSS like so:
body {
     width: 1200px;
Nancy O.
Alt-Web Design & Publishing
Web | Graphics |  Print | Media Specialists
www.alt-web.com/
www.twitter.com/altweb

Similar Messages

Maybe you are looking for