H, my blog is http://www.maldivesdive.net
i want to add an image to the header instead of the blog title, but keep the blog tagline as it is. the image is in PNG format. any help?
thanks and regards
H, my blog is http://www.maldivesdive.net
i want to add an image to the header instead of the blog title, but keep the blog tagline as it is. the image is in PNG format. any help?
thanks and regards
Not too bad if you know HTML.
<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1><h1><a href="<?php bloginfo('url'); ?>"><img src=/wp-content/uploads/YOUR-LOGO-FILE.PNG border=0></a></h1>Good luck!
I'm using "pixel" theme. How do I make this work on that theme?
I also would like to have the Blog title in the tabs but don't want them to appear as text in the header. What will I do? Thanks and God bless.
You must log in to post.