Jake Spurlock wrote: > It gets this characteristic from this part of the CSS: > > a{border:none; color:#333;text-decoration:none;} Try this to target images within a tags. a img { border: none }; Brady