Question Where do I make the changes to allow for a differently sized logo?
Answer First you need to create a skin. Then the size needs to be changed in two places.

One in the description of the image in the tag in the Header section of the skin. (I assume this is header.vm.)

<img src="$logourl" alt="XWiki" width="440" height="108" />

The second place is in the style section where the banner size is defined. The height should be equal to the height of the image.

#xwikibanner {
 height: 110px;
}

PS: thanks for the contribution Carolyn

Version 1.5 last modified by Vincent Massol on 17/08/2007 at 13:55

Comments 0

No comments for this document

Attachments 0

No attachments for this document

Creator: cybrary on 2005/11/02 23:29
This wiki is licensed under a Creative Commons license
1.3.2.9174