scale
This parameter specifies the scaling algorithm to use when displaying pages.
The parameter takes the following values:
best: The page is scaled to fit into the window area so that all of the page is visible.ftow: The page is scaled so that the width of the page matches the width of the window area. This scaling might require a vertical scroll bar if the visible page height exceeds the available window height.ftoh: The page is scaled so that the height of the page matches the height of the window area. This scaling might require a horizontal scroll bar if the visible page width exceeds the available window width.
Sample syntax
<PARAM NAME="scale" value="ftow">
Default setting: best