
23/06/2008, 10:58
|
| | Fecha de Ingreso: enero-2003 Ubicación: punta arenas
Mensajes: 65
Antigüedad: 22 años, 2 meses Puntos: 0 | |
Respuesta: Problema con Include eso es efactivo tienes dos cabeceras y dos codigos html
<html>
<head>
<title>Most Wanted - El Mejor Recurso para Neopets en Español</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="estilo.css" rel="stylesheet" type="text/css"> . . .
el segundo
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div align="center"><img src="imagenes/publicidad.jpg" width="508" height="50">
</div>
</body>
</html>
saludos |