HorizonWeb Online Support

        How do I setup a custom banner for HorizonWeb?

To setup your own custom banner on HorizonWeb you need to go into Horizon in the ‘Setup’ section and select ‘Web’.

If you go onto the ‘Web Banner’ tab you are then able to enter your html text to display your new banner.

 

You can use the following html code to display the customer’s logo when they login to HorizonWeb.

<IMG src=”%customerlogo%”>

Here’s an example Web Banner

<body>

<table width="100%" border="0">

<tr>

<td><img src="/Images/file_name.jpg" align="left"></td>

<td><IMG src="%customerlogo%" align="right"></td>

</tr>

</table>

</body>

 

        Back To Horizon Settings for HorizonWeb