Cita:
Iniciado por rayden12345
Hola gracias por contestar
te cuento que lo cambie y sigue el problema:
es raro
Pues a mí me lo valida. No lo habrás hecho como yo te dije.
Copia y pega mi código validado:
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 http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="keys" />
<meta name="description" content="Contenido" />
<title>test</title>
<link rel="stylesheet" type="text/css" href="estilos.css" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<div id="general">
<div id="header">
<div id="titulos">
<center>
<table class="titulos" border="0">
<tr>
<td ><div id="icon"></div></td>
<td ><div id="titulo-arriba">test
<div id="titulo-abajo">test </div>
</div></td>
</tr>
</table>
</center>
</div>
</div>
<div id="contenido"> <span class="texto-grande"> test<br/>
<small>test</small> </span> <br/>
<br/>
<input class="texto" />
<br/>
<br/>
<input type="submit" value="Photos!" />
</div>
<div id="footer">
<table border="0" width="100%" style="height:100%; padding-right:5px;" >
<tr>
<td valign="bottom"> Links | FAQ | About | Contact</td>
</tr>
</table>
</div>
</div>
</body>
</html>