Developer Documentation Library > 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, upload a .css file, and then specify something like the following:
#IsaBanner1_logo {
  height: HHpx;
  width: WWpx;
  margin-top: -Hpx;
  position:absolute;
  top:50%;
  right:10px}
This example centers the image vertically on the banner, and puts it 10px from the right edge of the browser window.
IsaBanner1_logo is the ID of the logo <img/> tag
HH is the new image height. Make sure that the height of the logo does not exceed the height of the banner (35px).
WW is the new image width
H is half the height of the new image.
See also
Customizing customer accounts