Why do I get a blue line around my images when they are links in IE6?
Is there a quick CSS trick to get rid of them?
These are the borders around the image, try adding this to your CSS file:
a img { border: 0; }
This will remove the borders from all hyperlinks.