ciao a tutti
vorrei modificare box newsletter altervista
in modo che non appaia la scritta : "Powered by AlterVista Mailing List"
guardate quì l'esempio della mia pagina di prova : http://maglietta.altervista.org/newsletter.html
questo è il codice :
Codice:
<script type="text/javascript"> var av_nl_lang = 'it'; </script>
<script type="text/javascript" src="http://tl.altervista.org/js/newsletter.js"></script>
<style type="text/css">
.av_newsletter {
padding: 3px;
width: 250px;
height: 50px;
border: dotted 1px #9b736f;
text-align : center;
font-family: "Verdana";
font-size: 11px;
color : #785c58;
margin-left:auto;
margin-right:auto;
}
.avrow {
padding: 3px;
}
.field {
width: 180px;
border: dotted 1px #9b736f;
background: #f7f4ed;
font-family: "Verdana";
font-size: 11px;
color : #785c58;
}
.optional{
display: none;
}
.disclaimer {
text-decoration: none;
cursor:nw-resize;
font-family: "Verdana";
font-size: 10px;
color: #879b59;
}
</style>
qualcuno gentilmente può dirmi come modificare il codice in modo tale che non appaia quella scritta e quel link?
ho provato a togliere il campo :
.disclaimer {
text-decoration: none;
cursor:nw-resize;
font-family: "Verdana";
font-size: 10px;
color: #879b59;
}
...ma il risultato è stato uguale