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

Having trouble installing serendipity?
Post Reply
Shy

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

Post 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.
Guest

Post by Guest »

Sorry, I posted under the wrong forum, should be in Themes.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply