If you use images as links in your webpages and want them without border you can use CSS:
A:link IMG, A:visited IMG { border-style: none }
A IMG { color: white }
You get links without the underline with:
A {text-decoration: none}