Martin Sammtleben wrote: > a img { border: solid 0px } > You also need to specify this for the pseudo-classes: a img, a:visited img, a:hover img, a:active img { border: none } dan