The Viewing area for Netscape 6 is a set display area. This is due to the non-scalability of objects within this particular browser because of a browser limitation. Depending on your setup and/or preferred screen resolution then you may want to alter the display area for the objects.
The change needs to be made to an xslt file located in:
$BELTS_HOME/server/default/deploy/belts.ear/belts-web.war/xsl/object-width.xslt |
The current settings are as follows:
<object data="{@data}" type="{@type}" width="790px" height="590x"> <xsl:apply-templates select="./*"/> </object> |
Simply modify the settings for Pixel width and height as appropriate to your needs. Any edit to this particular file should not be performed unless the user is familiar with xslt. Incorrectly editing this file will break the entire server. i.e. no pages will be served.