Added site logo
Blog » Added site logo
Posted on 1266091678|%A: %d %B, %Y|agohover
I've added the site logo so that it appear on top of the page following these steps:
http://snippets.wikidot.com/code:adding-a-site-logo
- Create logo, 90px high by (e.g.) 500px wide
- Upload logo to start page as file 'logo.jpg'
- Go to site manager
- Choose Appearance/Custom themes
- Create a new theme called 'custom'
- Enter CSS code below and save theme
- Choose Appearance/Themes
- For _default, choose custom theme
#header-extra-div-1 {
height: 150px;
width: 200px;
float: left;
background-image: url('http://mactutorial.wikidot.com/local--files/start/Closed_captioning_symbol_Leopard.png');
background-repeat: no-repeat;
padding: 0;
position: absolute;
top: 14px;
right:97%;
}
Discuss
page revision: 0, last edited: 13 Feb 2010 20:07














