Changing the organization logo for branding

The organization logo is displayed at the upper-left corner of HTML Workspace. To update the logo, follow the Generic steps of HTML Workspace customization and then the following steps.

  1. Create a logo and name the file as NewWorkspace.png. Place the image file in /apps/ws/images folder using a WebDAV client.

    Note:

    The recommended size of the logo image is 218 px × 20 px.

    Note:

    For more information about WebDAV access, see WebDAV Access.

  2. Reference the new logo image in style sheet at /apps/ws/css/newStyle.css by adding following style.

    #logo {
    
           background: url(../images/NewWorkspace.png) no-repeat 14px 11px;
    
    }