14/04/2009, 10:18
|
| | | Fecha de Ingreso: marzo-2009
Mensajes: 146
Antigüedad: 15 años, 10 meses Puntos: 1 | |
Advertencia en Validacion xHTML Hola amigos, tengo una web que estoy validando y me sale esta unica advertencia: Info Using Direct Input mode: UTF-8 character encoding assumed
Unlike the “by URI” and “by File Upload” modes, the “Direct Input” mode of the validator provides validated content in the form of characters pasted or typed in the validator's form field. This will automatically make the data UTF-8, and therefore the validator does not need to determine the character encoding of your document, and will ignore any charset information specified.
If you notice a discrepancy in detected character encoding between the the “Direct Input” mode and other validator modes, this is likely to be the reason. It is neither a bug in the validator, nor in your document. Probe de todo y no lo puedo quitar!, por las dudas adjunto el codigo html
Saludoos
(Las url las mande con espacios sino no me las dejaba adjuntar)
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "h tt p : // w ww. w3 .org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="h tt p : // w ww. w3 .org/1999/ xhtml" xml:lang="es-es" lang="es-es" dir="ltr" > <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="keywords" content="keys" /> <meta name="description" content="Contenido" /> <link rel="stylesheet" type="text/css" href="estilos.css" /> <link rel="shortcut icon" href="favicon.ico" /> <center> <table class="titulos" border="0"> <td ><div id="titulo-arriba">test <div id="titulo-abajo">test </div> </center> <div id="contenido"> <span class="texto-grande"> test <br/> <input type="submit" value="Photos!" /> <table border="0" width="100%" style="height:100%; padding-right:5px;" > <td valign="bottom"> Links | FAQ | About | Contact </td>
|