27/12/2007, 02:09
|
| | Fecha de Ingreso: diciembre-2007
Mensajes: 10
Antigüedad: 16 años, 11 meses Puntos: 0 | |
Re: ayuda con dtd gracias por responder tan pronto daniel, este es el codigo fuente que tengo, pero cuando le paso alguna página de accesibilidad por encima me da que no está definido el dtd.
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/xsl" href="copy.xsl"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">l
<html lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>asuna</title>
<link href="estilos/estilo1.css" rel="stylesheet" type="text/css" />
<link href="estilos/texto.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="965" height="498" border="0" align="left" cellpadding="0" title="elmejor">
<tr>
<td width="250" rowspan="2" valign="top" bordercolor="#ECE9D8" background="../imagenes/quienessomos.jpg" class="fondo_celda"> </td>
<A accesskey="P"
rel="contents" href=
"http://www.eljueves.es"
></A> letra p:el jueves
<A accesskey="C"
rel="contents" href=
"http://www.google.com"
></A>letra c:google
</body>
</html> |