MyBB Community Forums

Full Version: CSS Buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm having a little problem with my forum css icons. Can someone help me?

[attachment=28518]
Somewhere in the code, you have left the <img src="image.png">, something similar to that. You need to remove any reference to an image if you are using css for the buttons. It's still trying to load the old images. At least, this is how I understand the situation.
I'm using MobileWorld by Trint, how do i find that?

(2013-02-08, 06:27 PM)ESR360 Wrote: [ -> ]Somewhere in the code, you have left the <img src="image.png">, something similar to that. You need to remove any reference to an image if you are using css for the buttons. It's still trying to load the old images. At least, this is how I understand the situation.

Where do i start seaching? style.css, or any template?