a little CSS help required please

h@ck3r

New Member
I've added this to my forum:

Code:
<div class="smallfont"><img src="$stylevar[imgdir_misc]/arrow.gif"  alt="" class="inlineimg" /> <a href="http://www.facebook.com/pages/[color=Red]PAGE LINK[/color]"><img src="http://www.[color=Red]MYWEBSITEURL[/color]/forum/facebook.small.jpg" alt="Join us on Facebook" width="40" height="13"></a></div>

But the image appears with an outline and rollover effect (Like when I hovver text on the forum).

How can I add a new class to this image, and what do I add to my CSS code?

I simply want the image to appear and be linkable, but not have any outline, even on rollover.

Hope I've explained enough.
 

bluescorpion

New Member
HTML:
<div class="smallfont"><img src="$stylevar[imgdir_misc]/arrow.gif"  alt="" class="inlineimg" /> <a href="http://www.facebook.com/pages/PAGE LINK"><img src="http://www.MYWEBSITEURL/forum/facebook.small.jpg" border="0" alt="Join us on Facebook" width="40" height="13"></a></div>
 
Top