Ver Mensaje Individual
  #5 (permalink)  
Antiguo 27/07/2009, 13:50
fvillalba
(Desactivado)
 
Fecha de Ingreso: julio-2008
Ubicación: Muchas noches sin dormir
Mensajes: 211
Antigüedad: 15 años, 9 meses
Puntos: 7
Respuesta: DOCTYPE y meta para caracteres en español

Codifica el archivo a UTF-8 sin BOM.

Después ponlo así:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es" dir="ltr">

<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8" />

<meta http-equiv="content-language" content="es" />

Saludos,

Última edición por fvillalba; 27/07/2009 a las 14:12