Salve
Spero di aver postato nella sezione giusta.
Avevo provato a inserire la toolbar, poi non mi piaceva l'ho tolta e inserito il bannerino.
Da quel momento ogni giorno mi viene cambiato il codice iniziale della pagina, storpiandomela e a volte rendendola invisibile.
questa è la parte di codice che viene modificata:
<script LANGUAGE="JavaScript">
<!--

ScrnSize = screen.width ;

switch(ScrnSize) {
case 640 : document.write('<body leftmargin="0" topmargin="0" background="bg0.jpg">');
case 800 : document.write('<body leftmargin="0" topmargin="0" background="bg1.jpg">');
case 1024 : document.write('<body leftmargin="0" topmargin="0" background="bg2.jpg">');
case 1152 : document.write('<body leftmargin="0" topmargin="0" background="bg3.jpg">');
case 1280 : document.write('<body leftmargin="0" topmargin="0" background="bg4.jpg">');
case 1600 : document.write('<body leftmargin="0" topmargin="0" background="bg5.jpg">');
case 1680 : document.write('<body leftmargin="0" topmargin="0" background="bg7.jpg">');

default: document.write('<body leftmargin="0" topmargin="0" background="bg1.jpg">');
}

// -->
</script>


ogni mattina trovo il codice modificato così:

<script LANGUAGE="JavaScript">
<!--

ScrnSize = screen.width ;

switch(ScrnSize) {
case 640 : document.write('<body leftmargin="0" topmargin="0" background="bg0.jpg">
<p>'); case 800 : document.write(''); case 1024 : document.write(''); case 1152 : document.write(''); case 1280 : document.write(''); case 1600 : document.write(''); case 1680 : document.write(''); default: document.write(''); } // --&gt;</p>
<table style="width: 1100px;" align="center">
<tbody>


Per favore aiutatemi
grazie a tutti