I Am Currently Using A Scipt & The Fixed Size Only Takes Up Like Half Of My Page. #container { width: 600px; } Code (markup): What Can I Put To Make It Fit Any Screen?
qazu was correct. #container { width: 100%; } Code (markup): you will have to go back and fix the other errors.
If you are designing a tableless xhtml website use auto, it auto adjusts to the width of the screen. For a minimum width use. min-width: 600px;