Click to See Complete Forum and Search --> : Image Link


mdanan
09-25-2003, 06:16 PM
How do you remove lines around images serving as links?

pyro
09-25-2003, 06:18 PM
Just use this bit of CSS:

<style type="text/css">
img {
border: 0;
}
</style>

mdanan
09-25-2003, 06:23 PM
THANKS!!!

pyro
09-25-2003, 06:27 PM
You bet... :)