adding a banner and logo to the sidebar in wordpress

Status
Not open for further replies.

mrktn

Banned
Nov 30, 2007
45
0
0
I'm trying to add a banner and a logo to the sidebar in wordpress. I edited the "sidebar" in theme editor but the images aren't being displayed. Does anybody know why it's not appearing? On a previous wordpress install I was working on had a bannerbar.php and a there was a #bannerbar in the style sheet. If I paste code in here could somebody help me make a bannerbar? Or is there an easier way to get the images to display?


Thanks
 


view the source of your blog and see if the html for the img is actually showing up correctly. make sure the path of the img is correct as well.
 
Probably a path problem. If you're putting it in as:
Code:
<img src="whatever.jpg">
and it's not working, then use the full URL
Code:
<img src="http://yoursite.tld/wp_includes/wp-themes/whatever/images/yourimage.jpg">
 
Status
Not open for further replies.