Topic: Trying to change forum status indicator icons
I'm trying to change the default square status indicator icons to my own icons.
in the _cs.css file, I found the DIV.icon code for the default icon and changed it to this: DIV.icon {background: url(/punbb/icons/folder_old.gif) no-repeat left center;} which should display this image: http://www.kentuckygolfing.com/punbb/ic … er_old.gif but it just displays a black square as you can see here: http://www.kentuckygolfing.com/punbb
What am I doing wrong?