You can update the global.css file to use your organization’s logo or image.
To include your logo:
Place the image in this directory:
WebAppServer/ApplicationDirectory/ui_themes/tadpole/images_global
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");
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”>
<img class=”co_brand” src=”<%=iconPath %>spacer.gif”/>
</td>
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