page size

K

kene_terry22

i heard that there's a way to sort of 'compress' the page/site so that
viewers with any size screen, or browser will not have to scroll on their
screens.
 
M

MD Websunlimited

Hi,

Vertical scroll is acceptable but horizontal is considered taboo. To stop the latter you would design your layout using tables set
to either a fixed size, e.g., 790 or setting it to 100% of the screen. Using a percentage allows it to adjust to the full width of
the screen resolution.

You may also utilize CSS layout utilizing div tags.
 
Top