MyBB Community Forums

Full Version: Problem Displaying Image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Im adding a "Blog" link to the very top part of my forum beside search , member list etc. I have the link up but im having problems displaying the image.

Ive added this to "Global css" :

}

.upper_panel a.blog {
	backgroung: url(images/black/icons/blog.png) no-repeat;
}

.upper_panel a.search {
	background: url(images/black/icons/search.png) no-repeat;
}

The "a.search" image is displaying just fine, ive even added the "search.png" to the blog class just to see would it display , but it wont. Any ideas what im doing wrong.

Ive cleard the browser cache and refreshed using ctrl +F5 , still nothing Huh
It would probably be worth checking the file permissions on the blog image through an FTP client - make sure it is readable.

Actually, I just noticed an error in your CSS.

You have backgroung instead of background for the a.blog class. Try changing that too. Wink
Omg lol , how stupid am i ? Dont answer that lol. thanks m8 Smile