Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/09/2010, 11:50
alex760125
 
Fecha de Ingreso: enero-2010
Mensajes: 239
Antigüedad: 14 años, 3 meses
Puntos: 0
problemas con html

Hola amigos....
Por qué mi explorer no muestra la foto. Hay algún error en ese código??
Tengo win7, explorer8, y la foto la tengo en C:\Users\ALEXANDER\Pictures\perr3.png
Guardo mis archivos en servidor Apache.


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
</head>

<body>
<center>
<h1>MASCOTAS</h1>
<table width="100%">
<tr>




<td aling=center><img src="C:\Users\ALEXANDER\Pictures\perr3.png" widht=100 height=100></td>


</tr>

</table>

</center>
</body>
</html>