Including Your Logo

You can update the global.css file to use your organization’s logo or image.

  To include your logo:

  1. Place the image in this directory:

    WebAppServer/ApplicationDirectory/ui_themes/tadpole/images_global

  2. Open the global.css file using a style sheet editor tool.

  3. In the Tadpole Masthead section of the global.css file, change the reference to the image:

    .masthead TD.co_brand {

    background-image: URL("images_global/image_name.gif");

  4. Open the BannerTop.jin file, and make the same change to the <td> tag that has this comment: Insert Co-Brand Logo onto this TD.

    <!--Insert Co-Brand Logo onto this TD -->

    <td class=”co_brand logo_padding”>&nbsp;

    <img class=”co_brand” src=”<%=iconPath %>spacer.gif”/>

    </td>

  5. To change the image on the Logon screen to your organization’s logo or image, replace the logon_panel.jpg file with the image in this directory:

    WebAppServer/ApplicationDirectory/ui_themes/tadpole/images_global