Ver Mensaje Individual
  #8 (permalink)  
Antiguo 10/10/2004, 21:09
Avatar de Takitei
Takitei
 
Fecha de Ingreso: septiembre-2004
Ubicación: Venezuela
Mensajes: 1.231
Antigüedad: 19 años, 7 meses
Puntos: 5
Mi cabecera actualmente esta asi:

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//WC3//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

¿Debería quedar asi?:

<!DOCTYPE html PUBLIC "-//WC3//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<?xml version="1.0" encoding="iso-8859-1"?>

¿O elimino el XML y lo dejo asi?:

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

¿O asi?:

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<!DOCTYPE html PUBLIC "-//WC3//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

¿O asi?:

<!DOCTYPE html PUBLIC "-//WC3//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
y luego coloco: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> entre los <head> y </head> ???
__________________
Takitei
Ingeniarte.com
DannyHerran.com
"Dadme un punto de apoyo y moveré la tierra" - Arquímedes.

Última edición por Takitei; 10/10/2004 a las 21:11