Ho un problema... devo inserire il codice JavaScript per far sì che gli utenti si possano iscrivere alla newsletter, il problema è questo però:
Io inserisco il codice nella pagina, dove voglio che spunti, solo che quando visualizzo l'anteprima del sito, il form non si trova dove avevo messo io il codice, cioè non dentro la "tabella" dove dovrebbe stare, ma fuori dal template.
Vi faccio vedere il punto in questione dove io vorrei mettere il form:
Codice:
<td width="621" rowspan="2" align="left" valign="top"><table width="610" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="24"><img src="http://pzc.altervista.org/interfaccia/w_top_angolo_sx.gif" width="24" height="35"></td>
<td width="557" align="left" valign="top" background="http://pzc.altervista.org/interfaccia/w_top_baar.gif"> </td>
<td width="29"><img src="http://pzc.altervista.org/interfaccia/w_top_andolo_dx.gif" width="29" height="35"></td>
</tr>
<tr>
<td width="24" background="http://pzc.altervista.org/interfaccia/w_bordo_sx.gif"> </td>
<td width="557" class="centro"><div align="justify"><strong><font size="2">Newsletter:</font></strong><br><br>
Vuoi essere periodicamente aggiornato sulle news di PhotoshopZone & Computer?
Ti interessa sapere l'ultimo tutorial pubblicato? E allora cosa aspetti!? Iscrivi alla nostra <b>Newsletter,</b> è <b>GRATUITO!</b>
Ti basta semplicemente compilare il form sottostante con la tua email e spuntare la casella "Iscrivi.
Se invece sei iscritto e ti interessa annullare l'invio della Newsletter, inserisci la tua email e spunta la casella "Rimuovi".
<br><br>QUI VORREI INSERIRE IL CODICE JAVASCRIPT PER LA NEWSLETTER!<td width="29" background="http://pzc.altervista.org/interfaccia/w_bordo_dx.gif"> </td>
</tr>
<tr>
<td width="24"><img src="http://pzc.altervista.org/interfaccia/w_andolo_sotto_sx.gif" width="24" height="30"></td>
<td width="557" background="http://pzc.altervista.org/interfaccia/w_sotto_baar.gif"> </td>
<td width="29"><img src="http://pzc.altervista.org/interfaccia/w_angolo_sotto_dx.gif" width="29" height="30"></td>
</tr>
Il codice del JavaScript invece è questo:
Codice:
<script type="text/javascript" src="http://www.altervista.org/js_tags/newsletter.js"></script>
Vi ringrazio anticipatamente!