|
Framesets
Sectioning the full browser window, filling it up from left to right and top to bottom is basically all that framesets are about, so no, you can't change that behaviour.
Frames however can be assigned various portions of the available room, either a fixed (pixel) width or a percentage. You might want to consider not using frames in the first place if you want a fixed width, centering layout (which can be accomplished using regular HTML and CSS).
|