SISTEMARE LE FIRME O NASCONDERLE

« Older   Newer »
  Share  
CAT_IMG Posted on 30/12/2012, 20:56     +1   -1
Avatar

creative star

Group:
FONDATRICE
Posts:
11,561
reputazione:
0
Location:
milano

Status:


METTERE UNA FIRMA NEL PROPRIO PROFILO
Tramite il pannello utente -> Modifica firma


NASCONDERE LA FIRMA SOLO IN ALCUNE SEZIONI DEL FORUM
in codice HTML inserite in alto questo codice

CODICE
<script type="text/javascript"><!--
sign=1;

if(document.title.indexOf("NOME SEZIONE")!=-1) sign=0;
if(document.title.indexOf("NOME SEZIONE")!=-1) sign=0;

if(sign==0) document.write("<style>.signature, .bottomborder {display: none}<\/style>")
//--></script>



METTERE UN'IMMAGINE COME SFONDO NELLA FIRMA
inserire questo codice e dentro scrivere la firma che vogliamo

CODICE
<div style="background-image:url(http://.....)">Contenuto firma</div>



LIMITARE LA GRANDEZZA DELLA FIRMA
In modifica colori e stili inserire il seguente codice

CODICE
.signature {width: 100%; max-height: 300px; height: auto !important; height: 300px; overflow: hidden}


potete scegliere anche una grandezza diversa da 300px
 
Web  Top
0 replies since 30/12/2012, 20:56   37 views
  Share