Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Block Pages > Working with block pages > Customizing the block message > Changing the size of the message frame
Changing the size of the message frame
Web Security Help | Web Security Solutions | Version 7.8.x
Depending on what information you want to provide in the block message, the default width of the block message and height of the top frame may not be appropriate. To change these size parameters in the master.html file:
1.
Copy master.html from the Websense/BlockPages/en/Default directory to Websense/BlockPages/en/Custom.
2.
3.
<div style="border: 1px solid #285EA6;width: 600px...">
Change the value of the width parameter as required.
4.
<iframe src="$*WS_BLOCKMESSAGE_PAGE*$*WS_SESSIONID*$" ...
scrolling="no" style="width:100%; height: 6em;">
Change the value of the scrolling parameter to auto to display a scroll bar when message text exceeds the height of the frame.
You can also change the value of the height parameter to change the frame height.
5.
6.

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Block Pages > Working with block pages > Customizing the block message > Changing the size of the message frame
Copyright 2016 Forcepoint LLC. All rights reserved.