XWiki.com

Search:

The best way to share information, build online
communities and web applications.
Language: | en
The FAQ has moved to http://www.xwiki.org/xwiki/bin/view/FAQ/

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


Copyright 2004-2006 (c) XWiki.com
Powered by XWiki