
www.progmania.dk/cmsmadesimple
Jeg har læst Faq og jeg har ændret i Layout: Left sidebar + 1 column stylesheet og det jeg har ændret ser sådan ud:
Code: Select all
div#header {
height: 175px; /* adjust according your image size */
background: #385C72;
}
div#header h1 a {
/* you can set your own image here */
background: #385C72 url(http://img220.imageshack.us/my.php?image=progmanialogov1vw4.png) no-repeat 0 12px;
display: block;
height: 175px; /* adjust according your image size */
text-indent: -999em; /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}