Cos'é l'overall header??
Nella tua home:
Elimina questo che hai scritto:
Codice HTML:
<html>
<head>
<style type='text/css'>
<!--
body
{
background-image: url(styles/1thank/theme/images/background.gif);
background-repeat: repeat-x;
background-attachment: fixed;
}
-->
</style>
</head>
<body>
</body>
</html>
Poi sostituisci questo:
Codice HTML:
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="it" xml:lang="it">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
con:
Codice HTML:
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="it" xml:lang="it">
<head>
<style type='text/css'>
<!--
body {background-image: url(styles/1thank/theme/images/background.gif); background-repeat: repeat-x; background-attachment: fixed; }
-->
</style>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
...spero di essere stato chiaro.
Ciao!