quote:
Originally posted by Shawnz
is it possible to remove the 'Community Forums' image?
You can use the
Adblock extension
Or, if you dont want to install the extension, put this somewhere in the css file:
code:
/*Remove Community Forums Image */
img[src*="title.gif"]{
visibility:hidden;
}