Centering

C

Centering

Is there anyway to center a whole page that has frames so that if you go into
different resolution browsers your magrins will auto adjest please
thank you
 
M

Murray

If you really MUST use frames, then there is a simple way to do this. Make
your frameset into a letterbox design, e.g.,


111222222333
111222222333
111444444333
111444444333
111444444333
111555555333
111555555333

The central frame (or frameset would be the "4" in the diagram above.
Frames 1, 2, 3, and 5 would all be 'dummy' frames that are flexible (i.e.,
they are set at "*" in the frameset code).
 
Top