Nel foglio CSS "stylesheet.css" presente in "TEMI" ho cambiato questa parte:
Codice:
body {
background: url(http://www.kaltesterne.altervista.org/download/file.php?id=9) top center;
background-attachment:fixed;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
margin: 0;
padding: 0;
}
#body-simple {
background: #url(http://www.kaltesterne.altervista.org/download/file.php?id=9);
background-attachment:fixed;
padding: 5px;
}
#wrapper {
background: url(http://www.kaltesterne.altervista.org/download/file.php?id=9) top left repeat-x;
background-attachment:fixed;
padding: 5px;
}
In TEMPLATE - overall_header.html ho cambiato questo:
Codice HTML:
<tr>
<td id="logorow" align="center">
<img src="http://www.kaltesterne.altervista.org/download/file.php?id=8" width="900" height="215" alt="header" />
</td>
</tr>
e in overall_footer.html ho cambiato questo:
Codice HTML:
<td id="logorow" align="center">
<a href="http://www.aipcnet.it" target="_blank"><img src=http://www.kaltesterne.altervista.org/download/file.php?id=10></a>
</td>
grazie dell'aiuto. premesso che ci capisco pochissimo. e che ho raggiunto questi risultati a forza di tentativi !!
[DS] Evita di fare più post consecutivi, se non è necessario. Usando bene i tag di codice il messaggio è ugualmente comprensibile...