Developer Documentation Library > Interviewer - Server > Configuration and customization > Customizing the preview page for the web browser
 
Customizing the preview page for the web browser
You can customize the preview page that many web browsers (including Safari, Chrome, Firefox, and Internet Explorer) display in their list of recently‑visited pages.
Creating a customized preview page
Create an HTML file that contains what you want to display as the preview page. Call the file Preview.htm, and then put it in this folder:
Server\mrIWeb\Content\
If this page does not exist, an error message is logged indicating that Preview.htm is missing.
Preview pages for different languages
You can create different preview pages for different languages. Create a file called Preview.htm with the content in the appropriate language, and then put the file in a subfolder:
Server\mrIWeb\Content\language_code
The name of the subfolder is the ISO 639-1 language code.
The Web Services looks for a subfolder that matches the browser language. If a language region is specified, the Web Service looks first in the region-specific subfolder, and then the region-neutral subfolder. For example, if the browser language is “fr-BE”, the Web Service looks first in the fr-BE subfolder; if that subfolder does not exist, or it does not contain a Preview.htm file, then the Web Services looks in the fr subfolder.