CSSTemplates.NET
Cascading Style Sheet TemplatesPremium CSS Templates
Visit our new Web Designers Directory
if you are looking for active and reliable Web or CSS Designers to create your CSS or professional templates.
CSS Templates on the Net
Removing border from an image link
The following codes can be placed in the CSS file to remove all the blue default border around the linked images.
In CSS file:
a img { border:0 }

