Bottone per TOP200

« Older   Newer »
  Share  
• F í z s •
view post Posted on 1/7/2010, 20:42




Questo è il codice da inserire per inserire il bottone della TOP200 nell'home page del vostro forum.

Con solo testo:
CODICE
<!-- Prelevato da WEB -->
<form action="http://top.blogfree.net/" method="POST">
<input name="act" value="Poll" type="hidden">
<input name="t" value="XXXXXX" type="hidden">
<input name="poll_vote" value="YYY" type="hidden">
<input type="submit" value="VOTACI IN TOP 200" class="forminput"></form><br><br>


Cambiare XXXXX con ID del Topic, (cambia ogni mese)
Cambiare YYY con il numero della posizione del vostro forum nell'elenco
Cambiare VOTACI IN TOP 200 nel vostro messaggio che apparirà sul bottone


Con immagine:
CODICE
<!-- Prelevato dal WEB-->
<form action="http://top.blogfree.net/" method="POST">
<input name="act" value="Poll" type="hidden">
<input name="t" value="XXXXXX" type="hidden">
<input name="poll_vote" value="YYY" type="hidden">
<input border="0" src="http://url.immagine.jpg" name="t" width="XXXpx" height="ZZZpx" type="image"></form><br><br>


Cambiare XXXXX con ID del Topic, (cambia ogni mese)
Cambiare YYY con il numero della posizione del vostro forum nell'elenco
Cambiare url.immagine.jpg con il link della vostra immagine
Cambiare XXX in width="XXXpx" inserendo la larghezza dell'immagine
Cambiare ZZZ in width="ZZZpx" inserendo l'altezza dell'immagine
 
Top
0 replies since 1/7/2010, 20:42   44 views
  Share