Hola
bbrian
Soluciónalo de esta forma:
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Quitar los puntitos de los enlaces</title>
<style type="text/css">
:focus {
outline: 0;
}
img {
border: 0;
}
</style>
</head>
<body>
<p><a href="detino.html"><img alt="" src="foto.jpg" /></a></p>
</body>
</html>
Saludos