Blizzard ha scritto:33 warning... è grave forte???
vedrò di fare il test di validazione... appena ho messo a punto un paio di aggiunte al sistema di posting :P
thx
Gio
Allora, cosa principale, non puoi iniziare la pagina così:
- Codice: Seleziona tutto
<html>
<head>
<!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" dir="ltr" lang="it" xml:lang="it">
<title>Santostefano Giovanni weblog</title>
<meta name="AUTHOR" content="Santostefano Giovanni" >
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" >
<link rel="stylesheet" type="text/css" href="top.css">
</head>
Sistema così:
- Codice: Seleziona tutto
<!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" dir="ltr" lang="it" xml:lang="it">
<head>
<title>Santostefano Giovanni weblog</title>
<meta name="AUTHOR" content="Santostefano Giovanni" />
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="top.css" />
</head>
Attenzione che i tag privi di chiusura devono terminare con spazio+/ (i meta, ad esempio). Sistema così anche tutte le hr...
- Codice: Seleziona tutto
<hr />


