Page 1 of 1

How can I use a picture in the blog's header?

Posted: Mon Oct 10, 2005 3:31 am
by Shy
I'm using 0.85. I don't know any way to add a picture to the blog's header instead of just text. Is there a simple way?
Thanks.

Posted: Mon Oct 10, 2005 3:34 am
by Guest
Sorry, I posted under the wrong forum, should be in Themes.

Posted: Mon Oct 10, 2005 1:38 pm
by garvinhicking
You can add a picture either via CSS:

Code: Select all

#serendipity_banner {
background-image: url('http://www.google.de/logo.gif');
}
or you can edit your templates index.tpl file and insert simple HTML code where you want it.

Regards,
Garvin