Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/07/2008, 20:17
ir00
 
Fecha de Ingreso: julio-2008
Ubicación: Arica
Mensajes: 5
Antigüedad: 15 años, 9 meses
Puntos: 0
Respuesta: El famoso Border...

Aún me siguen saliendo los errores.

Aquí está mi código.
Cita:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>PAGINA_PERSONAL</title>
</head>

<frameset rows="86,*" cols="*" frameborder="no">
<frame src="topframe.html" name="topFrame" scrolling="no" noresize="noresize" id="topFrame" title="topFrame" />
<frameset rows="*" cols="180,*" frameborder="no">
<frame src="leftframe.html" name="leftFrame" scrolling="no" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="mainframe.html" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
</frameset>
<noframes>
<body>
<p>Contenido visible para navegadores sin soporte de marcos</p>
</body>
</noframes>
</html>
y el Screen con los dos Errores según la W3C.