To change the logo displayed in the top left corner of your wiki pages:
2. Select Visual Appearance.
3. Under Site logo, upload the file containing your logo.
4. You can perform additional tweaks by modifying the skin directly. For example, to include the logo on the print screen, add the following to the bottom of to bottom of _print.css (Deki Wiki VM: /var/www/deki-hayes/skins/ace):
div.w_top_logo {
display: block;
}
div.loggedin {
display: none;
}
I would like to get rid of the auto-scaled function that reduces my logo. Indeed, in the Ace skin, I would like to use the logo as a banner for our intranet (size about 700x80). What is the best way to do that??? edited 13:44, 1 Feb 2008