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.
How can I use a picture in the blog's header?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
You can add a picture either via CSS:
or you can edit your templates index.tpl file and insert simple HTML code where you want it.
Regards,
Garvin
Code: Select all
#serendipity_banner {
background-image: url('http://www.google.de/logo.gif');
}
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/
# 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/