Server User Guides > Interviewer - Server Admin > User administration > Managing customer accounts > Customizing customer accounts > Changing the logo
 
Changing the logo
By default, the logo is a 41px (width) by 15px (height) IBM logo. You can specify a new image in the Edit Customer Account dialog.
To use an image that is a different size, you must upload a .css file and specify something like the following:
#IsaBanner1_logo {
  height: HHpx;
  width: WWpx;
  margin-top: -Hpx;
  position:absolute;
  top:50%;
  right:10px}
IsaBanner1_logo is the ID of the logo <img/> tag
HH is the new image height
WW is the new image width
H is half the height of the new image.
The new specification ensures that the image is centered vertically on the banner and 10px from the right edge of the browser window. It is recommended that the logo does not exceed the height of the banner (35px).
See also
Customizing customer accounts