Blue border around image link

Hi Jonathan.

If no style is applied to the links, they are rendered in blue underlined text for unvisited links and other colors in the case of visited and active links.

These codes are also applied to images contained inside elements by the corresponding colored border.

To remove such a border, just apply the appropriate css style.

For instance:


#the-selector a img {
border: 0
}