I want to add a .jpg logo on the top of the page in the header area. How do I do this? I know HTML ok, but I'm still dodgy in php yet
Btw, just love s9y!
Cheers,
Greg
Code: Select all
<div id="serendipity_banner">
<h1><a class="homelink1" href="http://your.host/s9y/">Blog title</a></h1>
<h2><a class="homelink2" href="http://your.host/s9y/">blog subtitle</a></h2>
</div>Code: Select all
#serendipity_banner {
background-image: url(templates/idea/img/I_had_an_idea.jpg);
background-repeat: no-repeat;
height: 150px;
}