Getting rid of that Boarder around image
Example
<A HREF="http://www.whenlickedonimage.com">
<IMG SRC="images/yourimage.gif" border="0" width="32" height="32">
</A>
|
Getting of that pesty boarder around the image that has a link attached to it. Just by putting border="0" gets rid of it. Attribute = border="0" Keep in mind that because the image is a link, it automatically gets a border. So if you put that attribute to code, will get rid of it.
Example with boarder :

Example without boarder :

|