Topic: Forum Image -> How to change this?

Hi, how do i change this? I guess its css but in what file must i find it sad

http://www.serverdebate.com/files/where.gif

I hope someone can help sad

Re: Forum Image -> How to change this?

In your style_cs.css find DIV.icon wink

Re: Forum Image -> How to change this?

Hi! This is what i found

DIV.icon {BORDER-COLOR: #E6E6E6 #DEDEDE #DADADA #E2E2E2}
TR.iredirect DIV.icon {BORDER-COLOR: #F1F1F1 #F1F1F1 #F1F1F1 #F1F1F1}
DIV.inew {BORDER-COLOR: #0080D7 #0065C0 #0058B3 #0072CA}


But how do i modify it for my image?

for example i want it to be bullet1.gif instead of that square image, how do i edit it?

Please help sad

4

Re: Forum Image -> How to change this?

http://punbb.org/forums/viewtopic.php?id=9258

This is how I was able to do it at my site....

Re: Forum Image -> How to change this?

add url(path-to-img/bullet1.gif); to it.