Deejay MirKo's profileTutto su MSN Spaces Istr...BlogLists Tools Help

Tutto su MSN Spaces Istruzioni e Trucchi

Istruzioni su come rendere il tuo blog unico e spettacolare

Deejay MirKo

Occupation
Location

Mettere il Maghetto nel Blog

 
Il Maghetto
 
 
 

Image Hosted by ImageShack.us

 
 
Premessa
 
 
Oggi vi parlerò di come inserire il Maghetto che muovendosi  e attraversando il vostro Blog,  vi saluta  facendovi ascoltare anche  effetti sonori.
Come già da diverso tempo, molti di voi avranno notato questo nuovo oggetto, molto divertente, che all'apertura del Blog vi appare. Dico "molti di voi" perchè alcuni non lo vedono, poichè non si sono accorti della richiesta, che appare sotto la Barra degli Indirizzi del loro Browser, di aggiunta di "Componenti di Windows"!
Mi spiego con foto: se all'apertura del mio Blog vi appare questa richiesta:
 
 

Image Hosted by ImageShack.us

....Per facilitare la protezione....eccc

cliccate con il tasto destro o sinistro del mouse sulla barra giallo/oro e

 Image Hosted by ImageShack.us

cliccate Scarica File. Alla successiva richiesta di scaricare ed installare un Componente aggiuntivo della Microsoft cliccate su Install.

Ora potete tranquillamente vedere il Maghetto. Questo componente aggiuntivo serve anche per altre applicazioni quando visitate pagine Web. Assolutamente sicuro!

Introduzione

Con l'uscita dei Sandbox Html e Sandbox (ricordate che i Gadget Sandbox sono 2) abbiamo acquisito una  enorme potenzialità di inserire Codici html non supportati dal vecchio ma utilissimo Power Toy: Custom Html, che ha dalla sua solo il fatto che non ha limitazione di grandezza (inserimento di immagini a grandezza naturale) ed ha una capienza di caratteri fino a 2048.

Quindi come detto negli Interventi, in merito all'aggiunta dei Gadget Sandbox, questi accettano anche  codici Html tipo: <iframe> ; <embed> ; <marque> ; <object> . ma non accettano codici scritti in JavaScript! Ed il Maghetto, purtroppo è scritto in codici JavaScript!

 Ora vi spiego in modo semplicistico come fare usando un piccolo e semplice trucchetto per inserirlo nel nostro Sandbox (rendendo anche invisibili i codici) usando il tag <iframe> che è un codice Html che fa aprire una seconda pagina Web all'apertura della prima. In effetti come le finestre Pop up, che sono quelle finestre che a volte si aprono con messaggi pubblicitari.

Esecuzione

La prima cosa da fare è copiare il codice scritto in javascript

<OBJECT id="wolfi" classid="clsid:d45fd31b-5c6e-11d1-9ec1-00c04fd7081f"></OBJECT>
<script type="text/javascript">
function LoadLocalAgent(CharID, CharACS) {
 LoadReq = wolfi.Characters.Load(CharID, CharACS);
 return(true);
 }
var MerlinID;
var MerlinACS;
wolfi.Connected = true;
MerlinLoaded = LoadLocalAgent(MerlinID, MerlinACS);
Merlin = wolfi.Characters.Character(MerlinID);
Merlin.Show();

Merlin.Play("GetAttention");
Merlin.Play("GetAttention");
Merlin.Play("Blink");
Merlin.speak("Ciao, sono l'assistente di Deejay MirKo");
Merlin.Play("Blink");
Merlin.Play("Confused");
Merlin.MoveTo (600,400);
Merlin.Play("Surprised");
Merlin.Play("Blink");
Merlin.speak("Mi chiamo Merlino e vi consiglio di leggere con attenzione questo Blog!");
Merlin.MoveTo (200,450);
Merlin.Play("GestureLeft");
Merlin.speak("Vi ringrazieremo se passando lasciate un commento o una richiesta...");
Merlin.Play("Blink");
Merlin.speak("...e vi risponderemo appena possibile!");
Merlin.MoveTo (150,350);
Merlin.Play("DoMAgic1");
Merlin.Play("DoMAgic1");


Merlin.Play("Blink");
Merlin.speak("Buona navigazione e ritornate presto il mio allievo Deejay MirKo ed io Vi apettiamo");
Merlin.Hide();

//hp_d00();

</SCRIPT>

 

Ho evidenziato in giallino il testo che volete che si legga. Quindi potete modificarlo per le vostre esigenze e se volete che il maghetto presenti più testi, basta aggiungere uno script  Merlin.Play("Blink"); e successivamente lo script  Merlin.speak("SCRIVETE_QUI_QUELLO_CHE_VOLETE");

Comunque il mio consiglio è di lasciare inalterato lo Script, sostituendo solo i testi.

Dopo che avete copiato il suddetto codice javaScript, incollatelo nel  blocco note di Windows

 

 Image Hosted by ImageShack.us

quindi cliccate in alto su FILE

 

 Image Hosted by ImageShack.us

poi su "Salva con nome"

 

Image Hosted by ImageShack.us

date un nome al file e salvatelo con estensione .html . Esempio: mago.html sul vostro Desktop

 

Image Hosted by ImageShack.us

ecco l'esempio di cosa vedrete sul vostro Desktop.

Ora potete fare la prova se funziona! Siccome è un collegamento di una pagina Web, fate doppio click con il tasto sinistro sull'icona e se dovesse presentarsi la visualizzazione, sotto la "Barra degli indirizzi", del messaggio che vi ho descritto prima

 

Image Hosted by ImageShack.us

cliccate e permettete che installi il controllo. A questo punto se tutto funziona dovreste vedere il Maghetto, su sfondo bianco, che incomincia a muoversi ed a effettuare la presentazione.

Ora dobbiamo metterlo nel nostro Blog. Ma come possiamo fare se come abbiamo detto il Sandbox non accetta codici in JavaScript?  La risposta già l' abbiamo avuta salvando il tutto in pagina Html. Non ci resta che caricare su di un sito Hosting il collegamento che abbiamo salvato sul nostro Desktop.

Se abbiamo creato un nostro Sito Hosting con Altervista (vedi intervento in merito), lo carichiamo e prendiamo l'Url di riferimento che ci propone dopo averlo caricato. Altrimenti dovete trovare un Sito Hosting tipo Filelodge (che vi ricordo non funziona più) cercando e provando quale va bene da "Siti Hosting" che si trova nel mio Blog in "Windows Live favorites".

La parte finale è mettere l'indirizzo Url che abbiamo Hostato nel Sito ed inserirlo nel tag <iframe>

<IFRAME src="http://VostroSito.altervista.org/codici_mago.html"height=0> </IFRAME>

La scritta in verde è l'Url preso dal Sito Hosting, mentre height=0 non vi fa visualizzare una fastidiosa finestrella bianca nel vostro Blog.

Ora copiate questo codice ed incollatelo nel Sandbox (uno dei due) e salvate.

Io per esempio l'ho messo nel Sandbox di destra, quello con la scitta scorrevole, quindi posizionatelo all'inizio dei codici che avete.

 

Image Hosted by ImageShack.us

Quindi, ripassando la lezione avremo i seguenti procedimenti cronologici:

  1. Copiare il codice in Blocco Note, salvare con estensione Html
  2. Caricare il file su sito Hosting
  3. Prelevare l'Url di riferimento
  4. Incollarlo tra i tag <iframe> (codice)
  5. Incollare nel sandBox e salvare.

Se non volete visualizzarlo, basta cliccare sul Maghetto con il tasto destro e cliccare su "Nascondi". Si metterà in attesa sulla barra degli Strumenti, fino a quando non ci cliccherete sopra per farlo visualizzare di nuovo.

 

Ciao ciao

 

Notebook speciali (senza scroll, con sfondo e scrittura particolare)

 
  

Scrivi qui il tuo testo

 
 
 
 

<DIV align=center>
<TABLE height=550 width=810 background=http://img184.imageshack.us/img184/3885/simonethe20beauty20of20lu4.gif border=0>
<TBODY>
<TR>
<TD width=566 colSpan=3 height=42>&nbsp;
<DIV align=right>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<FONT color=#ff99cc> <STRONG><A href="http://sg-pc90.spaces.live.com"><FONT color=#ff99cc>•°.SG.°•</FONT></A></STRONG></FONT></DIV></TD></TR>
<TR>
<TD width=27 height=206>&nbsp;</TD>
<TD width=205 height=206>
<DIV align=center>
<DIV style="SCROLLBAR-FACE-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; OVERFLOW: scroll; WIDTH: 178.183pt; SCROLLBAR-SHADOW-COLOR: #000000; COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; BORDER-TOP-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #000000; BORDER-RIGHT-STYLE: solid; SCROLLBAR-DARKSHADOW-COLOR: #000000; HEIGHT: 225px; BACKGROUND-COLOR: #000000; BORDER-RIGHT-COLOR: #000000" align=center>
<DIV><FONT color=#00ff00 size=3></FONT>&nbsp;<FONT color=#00ff00 size=3>&nbsp;</FONT></DIV>
<DIV>
<DIV align=center><FONT color=#ffff00 size=3><SPAN style="FONT-FAMILY: ">
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" background=http://www.glitterskies.net/grafica/sfondi/18.gif>
<TBODY>
<TR>
<TD>
<P>
<TABLE>
<TBODY>
<TR>
<TD><FONT color=black>
<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#CC0066, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Curlz MT">
<P style="LINE-HEIGHT: 150%">testo qui</P></DIV></FONT></TD></TR></TBODY></TABLE></P></TD></TR></TBODY></TABLE></SPAN></FONT></DIV>
<DIV align=center><FONT color=#00ffff size=3></FONT>&nbsp;&nbsp;</DIV></DIV></DIV>&nbsp;</DIV></TD>
<TD width=334 height=206>&nbsp;
<DIV align=center>&nbsp;</DIV>
<DIV align=center>&nbsp; </DIV></TD></TR>
<TR>
<TD width=566 colSpan=3 height=138><A href="http://sg-pc90.spaces.live.com/"><FONT color=#f7bdad></FONT></A></FONT>
<P></P>
<DIV></DIV>
<DIV>
<DIV align=center></DIV></DIV></TD></TR></FONT></FONT></SPAN></TD></TBODY></TABLE></DIV>
<P></P>
<DIV></DIV>
<DIV>
<DIV align=center></DIV></DIV></TD></TR></FONT></FONT></SPAN></TD></TBODY></TABLE>
<DIV></DIV>
 
 
 
 
 
 
 
 
 
 

 

 

testo qui

 
 
 

 

 

                                                                                                                      •°.SG.°•
 <DIV align=center>
<TABLE height=563 width=750 background=http://img187.imageshack.us/img187/1221/1800mw4.jpg border=0>
<TBODY>
<TR>
<TD width=736 colSpan=3 height=55>&nbsp;
<DIV align=center>&nbsp;</DIV></TD></TR>
<TR>
<TD width=35 height=268>&nbsp;</TD>
<TD width=266 height=268>
<DIV align=center>&nbsp;</DIV></TD>
<TD width=434 height=268>
<DIV align=center>&nbsp;
<DIV align=center>
<DIV style="SCROLLBAR-FACE-COLOR: #ccffff; BORDER-LEFT-COLOR: #ccffff; BORDER-BOTTOM-COLOR: #ffffff; SCROLLBAR-HIGHLIGHT-COLOR: #ccffff; OVERFLOW: scroll; WIDTH: 239.826pt; SCROLLBAR-SHADOW-COLOR: #ccffff; COLOR: #ccffff; SCROLLBAR-3DLIGHT-COLOR: #ccffff; BORDER-TOP-COLOR: #ccffff; SCROLLBAR-ARROW-COLOR: #ccffff; BORDER-RIGHT-STYLE: solid; SCROLLBAR-DARKSHADOW-COLOR: #ccffff; HEIGHT: 241px; BACKGROUND-COLOR: #ccffff; BORDER-RIGHT-COLOR: #ccffff" align=center>
<DIV><FONT color=#00ff00 size=3></FONT>&nbsp;</DIV>
<DIV><FONT color=#00ff00 size=3>
<P></P>
<P>&nbsp;</P>
<P></P>
<P>&nbsp;</P>
<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#FF00CC, strength=9); WIDTH: 100%; COLOR: #ffccff; FONT-FAMILY: Monotype Corsiva">
<P style="LINE-HEIGHT: 150%"><STRONG>testo qui</STRONG></P></DIV></FONT>
<DIV><FONT color=#00ff00 size=3></FONT>&nbsp;</DIV>
<DIV><FONT color=#00ff00 size=3></FONT>&nbsp;</DIV>
<DIV><FONT color=#00ff00 size=3>&nbsp;</FONT></DIV>
<P align=center>&nbsp;</P>
<P></P></DIV></DIV></DIV></DIV>&nbsp; </TD></TR>
<TR>
<TD width=736 colSpan=3 height=179><A href="http://sg-pc90.spaces.live.com/"><FONT color=#f7bdad></FONT></A></FONT>
<P></P>
<DIV></DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A href="http://sg-pc90.spaces.live.com"><FONT color=#000080>•°.SG.°•</FONT></A></STRONG></DIV></TD></TR></FONT></FONT></SPAN></TD></TBODY></TABLE></DIV>
 

 
 
 
 
 
<DIV align=center>
<TABLE height=450 width=600 background=http://img486.imageshack.us/img486/2237/28800600000000000000000hb0.jpg border=0>
<TBODY>
<TR>
<TD width=566 colSpan=3 height=42><A href="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp/">http://sg-pc90.spaces.live.com">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT color=#00ffff>&nbsp;&nbsp; •°.SG.°•</FONT></A></TD></TR>
<TR>
<TD width=27 height=206>&nbsp;</TD>
<TD width=205 height=206>
<DIV align=center>
<DIV style="BORDER-RIGHT: #ccffff solid; SCROLLBAR-FACE-COLOR: #ccffff; BORDER-LEFT-COLOR: #ccffff; BORDER-BOTTOM-COLOR: #ffffff; SCROLLBAR-HIGHLIGHT-COLOR: #ccffff; OVERFLOW: scroll; WIDTH: 195.551pt; SCROLLBAR-SHADOW-COLOR: #ccffff; COLOR: #ccffff; SCROLLBAR-3DLIGHT-COLOR: #ccffff; BORDER-TOP-COLOR: #ccffff; SCROLLBAR-ARROW-COLOR: #ccffff; SCROLLBAR-DARKSHADOW-COLOR: #ccffff; HEIGHT: 222px; BACKGROUND-COLOR: #ccffff" align=center>
<DIV><FONT color=#00ff00 size=3></FONT>&nbsp;<FONT color=#00ff00 size=3>&nbsp;</FONT><FONT color=#00ff00 size=3>&nbsp;<FONT color=#00ffff> <SPAN style="FONT-FAMILY: ">
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" background=http://www.glitterskies.net/grafica/sfondi/53.gif>
<TBODY>
<TR>
<TD>
<P>
<TABLE>
<TBODY>
<TR>
<TD><FONT color=black>
<DIV style="FONT-SIZE: 14pt; FILTER: Glow(Color=#3399FF, strength=9); WIDTH: 100%; COLOR: #ffffff; FONT-FAMILY: Comic Sans MS">
<P style="LINE-HEIGHT: 150%"><STRONG>Scrivi qui il tuo testo</STRONG></P></DIV></FONT></TD></TR></TBODY></TABLE></P></TD></TR></TBODY></TABLE></SPAN></FONT></FONT></DIV>
<DIV>
<DIV align=center><FONT color=#00ffff size=3></FONT>&nbsp;</DIV></DIV></DIV></DIV></TD>
<TD width=334 height=206>&nbsp;</TD></TR>
<TR>
<TD width=566 colSpan=3 height=138><A href="http://sg-pc90.spaces.live.com/"><FONT color=#f7bdad></FONT></A></FONT>
<P></P>
<DIV></DIV>
<DIV></DIV></TD></TR></FONT></FONT></SPAN></TD></TBODY></TABLE></DIV>
 
 
 
 

   •°.SG.°•

 
 

Scrivi qui il tuo testo

 

 

<DIV align=center>
<TABLE height=405 width=600 background=http://img528.imageshack.us/img528/3000/30800600033333333333333pg9.jpg border=0>
<TBODY>
<TR>
<TD width=566 colSpan=3 height=42>
<P align=left><FONT color=#000000>&nbsp;&nbsp;&nbsp;<A href="http://sg-pc90.spaces.live.com/"><FONT color=#000000>•°.SG.°•</FONT></A></FONT></P></TD></TR>
<TR>
<TD width=27 height=206>&nbsp;</TD>
<TD width=205 height=206>
<DIV align=center>
<DIV style="BORDER-RIGHT: #ffccff solid; SCROLLBAR-FACE-COLOR: #ffccff; BORDER-LEFT-COLOR: #ffccff; BORDER-BOTTOM-COLOR: #ffccff; SCROLLBAR-HIGHLIGHT-COLOR: #ffccff; OVERFLOW: scroll; WIDTH: 195.551pt; SCROLLBAR-SHADOW-COLOR: #ffccff; COLOR: #ffccff; SCROLLBAR-3DLIGHT-COLOR: #ffccff; BORDER-TOP-COLOR: #ffccff; SCROLLBAR-ARROW-COLOR: #ffccff; SCROLLBAR-DARKSHADOW-COLOR: #ffccff; HEIGHT: 234px; BACKGROUND-COLOR: #ffccff" align=center>
<DIV><FONT color=#00ff00 size=3></FONT>&nbsp;<FONT color=#00ff00 size=3></DIV>
<DIV><FONT color=#000000><SPAN style="FONT-FAMILY: ">
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" background=http://www.glitterskies.net/grafica/sfondi/89.gif>
<TBODY>
<TR>
<TD>
<P>
<TABLE>
<TBODY>
<TR>
<TD><FONT color=black>
<DIV style="FONT-SIZE: 16pt; FILTER: Glow(Color=#ff88FF, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Curlz MT">
<P style="LINE-HEIGHT: 150%">Scrivi qui il tuo testo</P></DIV></FONT></TD></TR></TBODY></TABLE></P></TD></TR></TBODY></TABLE></SPAN></FONT>
<P></FONT>&nbsp;</P></DIV></DIV></DIV></TD>
<TD width=334 height=206>&nbsp;</TD></TR>
<TR>
<TD width=566 colSpan=3 height=138><A href="http://sg-pc90.spaces.live.com/"><FONT color=#f7bdad></FONT></A></FONT>
<P></P>
<DIV></DIV>
<DIV></DIV></TD></TR></FONT></FONT></SPAN></TD></TBODY></TABLE></DIV>
 
 
 
 

           •°.SG.°•

 
  

Scrivi qui il tuo testo

 
 

<DIV align=center>
<TABLE height=450 width=600 background=http://img407.imageshack.us/img407/3269/desktopwinnie0960000000ut4.jpg border=0>
<TBODY>
<TR>
<TD width=566 colSpan=3 height=42>
<P align=left>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A href="http://sg-pc90.spaces.live.com"><FONT color=#3366ff>&nbsp;&nbsp;&nbsp;&nbsp; •°.SG.°•</FONT></A></P></TD></TR>
<TR>
<TD width=27 height=206>&nbsp;</TD>
<TD width=205 height=206>
<DIV align=center>
<DIV style="BORDER-RIGHT: #ccffff solid; SCROLLBAR-FACE-COLOR: #ffffff; BORDER-LEFT-COLOR: #ffffff; BORDER-BOTTOM-COLOR: #ffffff; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; OVERFLOW: scroll; WIDTH: 152.178pt; SCROLLBAR-SHADOW-COLOR: #ffffff; COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #ffffff; BORDER-TOP-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #ffffff; HEIGHT: 242px; BACKGROUND-COLOR: #ffffff" align=center>
<DIV><FONT color=#00ff00 size=3></FONT>&nbsp;<FONT color=#00ff00 size=3>&nbsp;</FONT></DIV>
<DIV>
<DIV align=center><FONT color=#00ff00 size=3><FONT color=#00ffff><SPAN style="FONT-FAMILY: ">
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" background=http://www.jessicadoll.net/Immagini/sfondi/sfondo43.gif>
<TBODY>
<TR>
<TD>
<P>
<TABLE>
<TBODY>
<TR>
<TD><FONT color=black>
<DIV style="FONT-SIZE: 16pt; FILTER: Glow(Color=#FFCC33, strength=9); WIDTH: 100%; COLOR: #ffffff; FONT-FAMILY: Comic Sans MS">
<P style="LINE-HEIGHT: 150%"><STRONG>Scrivi qui il tuo testo</STRONG></P></DIV></FONT></TD></TR></TBODY></TABLE></P></TD></TR></TBODY></TABLE></SPAN></FONT></FONT></DIV>
<DIV align=center><FONT color=#00ffff size=3></FONT>&nbsp;</DIV></DIV></DIV></DIV></TD>
<TD width=334 height=206>&nbsp;</TD></TR>
<TR>
<TD width=566 colSpan=3 height=138><A href="http://sg-pc90.spaces.live.com/"><FONT color=#f7bdad></FONT></A></FONT>
<P></P>
<DIV></DIV>
<DIV></DIV></TD></TR></FONT></FONT></SPAN></TD></TBODY></TABLE></DIV>
 
 
 
 
 
 
  

testo qui

 
 
 
 

                                                                                             •°.SG.°• 

<DIV align=center>
<TABLE height=405 width=600 background=http://img218.imageshack.us/img218/997/x1pxzz39wveszwhiqklfrbiov1.jpg border=0>
<TBODY>
<TR>
<TD width=566 colSpan=3 height=42>&nbsp;
<DIV align=center>
<DIV align=center>&nbsp;</DIV></DIV></TD></TR>
<TR>
<TD width=27 height=206>&nbsp;</TD>
<TD width=205 height=206>
<DIV align=center>&nbsp;</DIV></TD>
<TD width=334 height=206>
<DIV style="SCROLLBAR-FACE-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; OVERFLOW: scroll; WIDTH: 181.784pt; SCROLLBAR-SHADOW-COLOR: #000000; COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; BORDER-TOP-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #000000; BORDER-RIGHT-STYLE: solid; SCROLLBAR-DARKSHADOW-COLOR: #000000; HEIGHT: 189px; BACKGROUND-COLOR: #000000; BORDER-RIGHT-COLOR: #000000" align=center>
<DIV><FONT color=#00ff00 size=3></FONT>&nbsp;<FONT color=#00ff00 size=3>&nbsp;</FONT></DIV>
<DIV>
<DIV align=center><FONT color=#00ff00 size=3><FONT color=#666699><SPAN style="FONT-FAMILY: ">
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" background=http://www.glitterskies.net/grafica/sfondi/37.gif>
<TBODY>
<TR>
<TD>
<P>
<TABLE>
<TBODY>
<TR>
<TD><FONT color=black>
<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#6600CC, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Forte; HEIGHT: 50px">
<P style="LINE-HEIGHT: 150%">testo qui</P></DIV></FONT></TD></TR></TBODY></TABLE></P></TD></TR></TBODY></TABLE></SPAN></FONT></FONT></DIV>
<DIV align=center><FONT color=#00ffff size=3></FONT>&nbsp;</DIV></DIV></DIV>&nbsp;
<DIV align=center>&nbsp;</DIV>
<DIV align=center>&nbsp;</DIV></TD></TR>
<TR>
<TD width=566 colSpan=3 height=138><A href="http://sg-pc90.spaces.live.com/"><FONT color=#f7bdad></FONT></A></FONT>
<P></P>
<DIV></DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<FONT color=#666699><STRONG>•°.SG.°•&nbsp; </STRONG></FONT></DIV></TD></TR></FONT></FONT></SPAN></TD></TBODY></TABLE></DIV>
 
 
 
 

   •°.SG.°•

 
 
 
 

 
  
 

Scrivi qui il tuo testo

 

 

 

 

 

 

 

 

 


<DIV align=center>
<TABLE height=572 width=450 background=http://img253.imageshack.us/img253/8051/ozchahsgrandeeeeegx9.jpg border=0>
<TBODY>
<TR>
<TD width=566 colSpan=3 height=42>
<P align=left>&nbsp;&nbsp; <A href="http://sg-pc90.spaces.live.com/"><STRONG><FONT color=#000000>•°.SG.°•</FONT></STRONG></A></P></TD></TR>
<TR>
<TD width=27 height=206>&nbsp;</TD>
<TD width=205 height=206>
<DIV align=center>&nbsp;</DIV></TD>
<TD width=334 height=206>&nbsp;
<DIV align=center>&nbsp;</DIV></TD></TR>
<TR>
<TD width=566 colSpan=3 height=138><A href="http://sg-pc90.spaces.live.com/"><FONT color=#f7bdad></FONT></A></FONT>
<P></P>
<DIV></DIV>
<DIV>
<DIV align=center>&nbsp;</DIV></DIV>
<DIV align=center>
<DIV style="SCROLLBAR-FACE-COLOR: #cccccc; BORDER-LEFT-COLOR: #cccccc; BORDER-BOTTOM-COLOR: #cccccc; SCROLLBAR-HIGHLIGHT-COLOR: #cccccc; OVERFLOW: scroll; WIDTH: 165.42pt; SCROLLBAR-SHADOW-COLOR: #cccccc; COLOR: #cccccc; SCROLLBAR-3DLIGHT-COLOR: #cccccc; BORDER-TOP-COLOR: #cccccc; SCROLLBAR-ARROW-COLOR: #cccccc; BORDER-RIGHT-STYLE: solid; SCROLLBAR-DARKSHADOW-COLOR: #cccccc; HEIGHT: 187px; BACKGROUND-COLOR: #cccccc; BORDER-RIGHT-COLOR: #cccccc" align=center>
<DIV><FONT color=#00ff00 size=3></FONT>&nbsp;<FONT color=#00ff00 size=3>&nbsp;</FONT></DIV>
<DIV>
<DIV align=center><FONT color=#00ff00 size=3>&nbsp;<FONT color=#000000>
<DIV style="FONT-SIZE: 18pt; FILTER: Glow(Color=#ffffff, strength=9); WIDTH: 100%; COLOR: #666666; FONT-FAMILY: Curlz MT">
<P style="LINE-HEIGHT: 150%">Scrivi qui il tuo testo</P></DIV></FONT></FONT><FONT color=#000000>&nbsp;</FONT></DIV>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P></DIV></DIV></DIV></TD></TR></FONT></FONT></SPAN></TD></TBODY></TABLE></DIV>
 
 
 
 
 
 
 
 
 
 
 
  
 

 testo qui

 
 
 
 
 
 
 
 
 

         •°.SG.°• 

<DIV align=center>
<TABLE height=450 width=600 background=http://img222.imageshack.us/img222/8396/ferrarienzo030600450000gt5.jpg border=0>
<TBODY>
<TR>
<TD width=566 colSpan=3 height=42>&nbsp;
<DIV align=center>
<DIV align=center>&nbsp;</DIV></DIV></TD></TR>
<TR>
<TD width=27 height=206>&nbsp;</TD>
<TD width=205 height=206>
<DIV align=center>&nbsp;</DIV></TD>
<TD width=334 height=206>&nbsp;
<DIV align=center>&nbsp;</DIV>
<DIV align=center>&nbsp;
<DIV align=center>
<DIV style="SCROLLBAR-FACE-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; OVERFLOW: scroll; WIDTH: 200.412pt; SCROLLBAR-SHADOW-COLOR: #000000; COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; BORDER-TOP-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #000000; BORDER-RIGHT-STYLE: solid; SCROLLBAR-DARKSHADOW-COLOR: #000000; HEIGHT: 170px; BACKGROUND-COLOR: #000000; BORDER-RIGHT-COLOR: #000000" align=center>
<DIV><FONT color=#00ff00 size=3></FONT>&nbsp;<FONT color=#00ff00 size=3>&nbsp;</FONT></DIV>
<DIV>
<DIV align=center><FONT color=#ff0000 size=3>&nbsp;<FONT color=#c0c0c0>
<DIV style="FONT-SIZE: 18pt; FILTER: Glow(Color=#cccccc, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Comic Sans MS; HEIGHT: 43px">
<P style="LINE-HEIGHT: 150%"><STRONG>testo qui</STRONG></P></DIV></FONT></FONT></DIV>
<DIV align=center><FONT color=#00ffff size=3></FONT>&nbsp;</DIV>
<DIV align=center><FONT color=#00ffff size=3></FONT>&nbsp;</DIV>
<DIV align=center><FONT color=#00ffff size=3></FONT>&nbsp;</DIV>
<DIV align=center><FONT color=#00ffff size=3></FONT>&nbsp;</DIV>
<DIV align=center>&nbsp;</DIV>
<DIV align=center>&nbsp;</DIV>
<DIV align=center>&nbsp;</DIV>
<DIV align=center>&nbsp;</DIV>
<DIV align=center><FONT color=#00ffff size=3></FONT>&nbsp;</DIV></DIV></DIV></DIV></DIV></TD></TR>
<TR>
<TD width=566 colSpan=3 height=138><A href="http://sg-pc90.spaces.live.com/"><FONT color=#f7bdad></FONT></A></FONT>
<P></P>
<DIV></DIV>
<DIV align=right>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A href="http://sg-pc90.spaces.live.com/"><STRONG><FONT color=#000000>•°.SG.°•&nbsp;</FONT></STRONG></A></DIV></TD></TR></FONT></FONT></SPAN></TD></TBODY></TABLE></DIV>
 
 
 
 
 
 
  

testo qui

 
 
 
 
 
 
 
 
 
 
 
 
 

<DIV align=center>
<TABLE height=450 width=600 background=http://img444.imageshack.us/img444/2162/026000ie3.jpg border=0>
<TBODY>
<TR>
<TD width=566 colSpan=3 height=42>&nbsp;
<DIV align=left>&nbsp;<A href="&nbsp;&nbsp;&nbsp;&nbsp;http://sg-pc90.spaces.live.com">&nbsp;&nbsp;&nbsp;&nbsp;<FONT color=#ffffff><STRONG> •°.SG.°•</STRONG></FONT></A></DIV></TD></TR>
<TR>
<TD width=27 height=206>&nbsp;</TD>
<TD width=205 height=206>
<DIV align=center>
<DIV style="SCROLLBAR-FACE-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; OVERFLOW: scroll; WIDTH: 136.949pt; SCROLLBAR-SHADOW-COLOR: #000000; COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; BORDER-TOP-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #000000; BORDER-RIGHT-STYLE: solid; SCROLLBAR-DARKSHADOW-COLOR: #000000; HEIGHT: 206px; BACKGROUND-COLOR: #000000; BORDER-RIGHT-COLOR: #000000" align=center>
<DIV><FONT color=#00ff00 size=3></FONT>&nbsp;<FONT color=#00ff00 size=3>&nbsp;</FONT></DIV>
<DIV>
<DIV align=center><FONT color=#000000 size=3>
<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#ff0000, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Curlz MT">
<P style="LINE-HEIGHT: 150%">testo qui</P></DIV></FONT></DIV>
<DIV align=center><FONT color=#00ffff size=3></FONT>&nbsp;</DIV>
<DIV align=center><FONT color=#00ffff size=3></FONT>&nbsp;</DIV>
<DIV align=center><FONT color=#00ffff size=3></FONT>&nbsp;</DIV>
<DIV align=center><FONT color=#00ffff size=3></FONT>&nbsp;</DIV>
<DIV align=center>&nbsp;</DIV>
<DIV align=center>&nbsp;</DIV>
<DIV align=center>&nbsp;</DIV>
<DIV align=center>&nbsp;</DIV>
<DIV align=center><FONT color=#00ffff size=3></FONT>&nbsp;</DIV></DIV></DIV>&nbsp;</DIV></TD>
<TD width=334 height=206>&nbsp;
<DIV align=center>&nbsp;</DIV>
<DIV align=center>&nbsp; </DIV></TD></TR>
<TR>
<TD width=566 colSpan=3 height=138><A href="http://sg-pc90.spaces.live.com/"><FONT color=#f7bdad></FONT></A></FONT>
<P></P>
<DIV></DIV>
<DIV>
<DIV align=center></DIV></DIV></TD></TR></FONT></FONT></SPAN></TD></TBODY></TABLE></DIV>

Nuovi tipi di scrittura e come inserire una scrittura qualsiasi

NUOVI TIPI DI SCRITURA

Per una corretta visualizzazione delle scritture è necessario utilizzare Internet Explorer

 

NUOVE SCRITTURE CON EFFETTO GLOW 

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#66FFFF, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Edwardian Script ITC">
<P style="LINE-HEIGHT: 150%">
<P align=center><FONT face="Lucida Handwriting, Cursive">Scrivi qui il tuo testo</FONT></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#FF3399, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Edwardian Script ITC">
<P style="LINE-HEIGHT: 150%">
<P align=center><FONT face="Tempus Sans ITC, Cursive">Scrivi qui il tuo testo</FONT></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#9933FF, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Edwardian Script ITC">
<P style="LINE-HEIGHT: 150%">
<P align=center><FONT face="Brush Script MT">Scrivi qui il tuo testo</FONT></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#99CCFF, strength=9); WIDTH: 100%; COLOR: #0033cc; FONT-FAMILY: Edwardian Script ITC">
<P style="LINE-HEIGHT: 150%">
<P align=center><FONT face="Bradley Hand ITC">Scrivi qui il tuo testo</FONT></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#CCCCCC, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Edwardian Script ITC">
<P style="LINE-HEIGHT: 150%">
<P align=center><FONT face=Chiller>Scrivi qui il tuo testo</FONT></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#FF66FF, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Edwardian Script ITC">
<P style="LINE-HEIGHT: 150%">
<P align=center><FONT face=Curlz MT>Scrivi qui il tuo testo</FONT></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#CC0033, strength=9); WIDTH: 100%; COLOR: #ffffff; FONT-FAMILY: Freestyle Script">
<P style="LINE-HEIGHT: 150%">
<P align=center><FONT face=Freestyle Script>Scrivi qui il tuo testo</FONT></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#663399, strength=9); WIDTH: 100%; COLOR: #ffffff; FONT-FAMILY: French Script MT">
<P style="LINE-HEIGHT: 150%">
<P align=center><FONT face=Freestyle Script>Scrivi qui il tuo testo</FONT></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#3399FF, strength=9); WIDTH: 100%; COLOR: #66ffff; FONT-FAMILY: Harlow Solid Italic">
<P style="LINE-HEIGHT: 150%">
<P align=center><FONT face=Harlow Italic Solid>Scrivi qui il tuo testo</FONT></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#FF3399, strength=9); WIDTH: 100%; COLOR: #ff99cc; FONT-FAMILY: Jokerman; >
<P style="LINE-HEIGHT: 150%">
<P align=center><FONT face=Informal Roman>Scrivi qui il tuo testo</FONT></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 18pt; FILTER: Glow(Color=#3399FF, strength=9); WIDTH: 100%; COLOR: #99ccff; FONT-FAMILY: Kristen ITC; >
<P style="LINE-HEIGHT: 150%">
<P align=center><FONT face=Informal Roman>Scrivi qui il tuo testo</FONT></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#FF66FF, strength=9); WIDTH: 100%; COLOR: #ffffff; FONT-FAMILY: Script MT Bold; >
<P style="LINE-HEIGHT: 150%">
<P align=center><FONT face=Informal Roman>Scrivi qui il tuo testo</FONT></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#8888FF, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Viner Hand ITC; >
<P style="LINE-HEIGHT: 150%">
<P align=center><FONT face=Informal Roman>Scrivi qui il tuo testo</FONT></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 20pt; FILTER: Glow(Color=#CCCCCC, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Vivaldi; HEIGHT: >
<P style="LINE-HEIGHT: 150%">
<P align=center><FONT face=Informal Roman>Scrivi qui il tuo testo</FONT></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 24px; FILTER: Blur(Add = 1, Direction = 225, Strength = 10); WIDTH: 100%; COLOR: #cccccc; FONT-FAMILY: Verdana; >
<P style="LINE-HEIGHT: 150%">
<P align=center>Scrivi qui il tuo testo</P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 24px; FILTER: Blur(Add = 1, Direction = 225, Strength = 10); WIDTH: 100%; COLOR: #ff99cc; FONT-FAMILY: Matura MT Script Capitals; >
<P style="LINE-HEIGHT: 150%">
<P align=center>Scrivi qui il tuo testo</P></DIV>

 

 

 

PER INSERIRE QUALSIASI TIPO DI SCRITTURA..

inserisci il seguente codice:

<FONT face=Verdana color=#ffffff size=2>Scrivi qui il tuo testo</FONT>

Al posto di:

- Verdana: inserisci qualsiasi altro tipo di scrittura (ad esempio Times New Roman, Arial, Comic Sans MS, Trebuchet MS, Lucida Handwriting... );

- ffffff: inserisci un colore a tua scelta. Vedi la TAVOLA DEI COLORI;

- 2: il 2 rappresenta la grandezza, puoi cambiarla a piacimento inserendo numeri interi.

 

INSERIRE DIVERSI TIPI DI SCRITTURE

Per una corretta visualizzazione delle scritture utilizzare Internet Explorer.

 

SCRITTURE 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#3399FF, strength=9); WIDTH: 100%; COLOR: #ffffff; FONT-FAMILY: Comic Sans MS; >
<P style="LINE-HEIGHT: 150%"><STRONG>
<P align=center>Scrivi qui il tuo testo</STRONG></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#CC6699, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Comic Sans MS; >
<P style="LINE-HEIGHT: 150%"><STRONG>
<P align=center>Scrivi qui il tuo testo</STRONG></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#FF3366, strength=9); WIDTH: 100%; COLOR: #ffffff; FONT-FAMILY: Forte">
<P style="LINE-HEIGHT: 150%">
<P align=center>Scrivi qui il tuo testo</P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#9966FF, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Forte">
<P style="LINE-HEIGHT: 150%">
<P align=center>Scrivi qui il tuo testo</P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#FF3333, strength=9); WIDTH: 100%; COLOR: #ffffff; FONT-FAMILY: Monotype Corsiva">
<P style="LINE-HEIGHT: 150%"><STRONG>
<P align=center>Scrivi qui il tuo testo</STRONG></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 22pt; FILTER: Glow(Color=#99FF99, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Monotype Corsiva">
<P style="LINE-HEIGHT: 150%"><STRONG>
<P align=center>Scrivi qui il tuo testo</STRONG></P></DIV>

 

 

Scrivi qui il tuo testo

<div style="FONT-SIZE: 22pt; FILTER: Glow(Color=#ff88FF, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Curlz MT"><P style="LINE-HEIGHT: 150%"><p align=center>Scrivi qui il tuo testo</p></div>

 

 

Scrivi qui il tuo testo

<div style="FONT-SIZE: 22pt; FILTER: Glow(Color=#66FFFF, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Curlz MT"><P style="LINE-HEIGHT: 150%"><p align=center>Scrivi qui il tuo testo</p></div>

 

 

Scrivi qui il tuo testo

<div style="FONT-SIZE: 22pt; FILTER: Glow(Color=#8888FF, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Matura MT Script Capitals"><P style="LINE-HEIGHT: 150%"><p align=center>Scrivi qui il tuo testo</p></DIV>

 

 

Scrivi qui il tuo testo

<div style="FONT-SIZE: 22pt; FILTER: Glow(Color=#CC0066, strength=9); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: Matura MT Script Capitals"><P style="LINE-HEIGHT: 150%"><p align=center>Scrivi qui il tuo testo</p></DIV>

 

 

Scrivi qui il tuo testo

<div style="FONT-SIZE: 22pt; FILTER: Glow(Color=#CC0033, strength=9); WIDTH: 100%; COLOR: #ffffff; FONT-FAMILY: Matura MT Script Capitals"><P style="LINE-HEIGHT: 150%"><p align=center>Scrivi qui il tuo testo</p></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 12pt; FILTER: glow(Color=#660099, strength=7); WIDTH: 100%; FONT-FAMILY: ????" color="#ffffff">
<P style="LINE-HEIGHT: 150%"><B>
<P align=center>Scrivi qui il tuo testo</B></P></DIV>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 12pt; FILTER: glow(Color=#CC3300, strength=7); WIDTH: 100%; FONT-FAMILY: ????" color="#ffffff">
<P style="LINE-HEIGHT: 150%"><B>
<P align=center>
Scrivi qui il tuo testo</B></P></DIV>

 

 

Scrivi qui il tuo testo

<div style="width: 100%; font-size: 24px; font-family: Arial Black; color: yellow; Filter: Blur(Add = 1, Direction = 225, Strength = 10)"><P style="LINE-HEIGHT: 150%"><p align=center>Scrivi qui il tuo testo</p></div>

 

 

Scrivi qui il tuo testo

<DIV style="FONT-SIZE: 30pt; FILTER: DropShadow(Color=#3399FF, OffX=2, OffY=2, Positive=3); WIDTH: 100%; COLOR: #99CCFF; FONT-FAMILY: Brush Script MT; ><P style="LINE-HEIGHT: 150%"><p align=center>Scrivi qui il tuo testo</p></DIV> 

 

Ecco uno schema riassuntivo sulle parti dei codici che si possono modificare

Per cambiare i codici dei colori vedi questa TAVOLA DEI COLORI 

 

Creare dei nick abbelliti e scritture

CREARE DEGLI PSEUDO (ossia nick con disegnini)

Ora spiegheremo come creare dei nick adornati (tipo il titolo del mio blog)

Per crearli basta andare in questo sito:

http://msntrucastuce.free.fr/pseudos.php

Ricordo ke è i francese (però è di facilissima comprensione) e per utilizzarlo al meglio bisogna utilizzare come browser Internet Explorer

Vediamo che questo sito è diviso in varie parti, a seconda della cosa che vogliamo fare.

1 PARTE  

  Ecco la schermata della prima parte... Questa serve solo per creare nick per Msn Messenger Plus... quindi è poco utilizzabile (ad esempio nn si possono create così i titoli dei blog)

 

2 PARTE 

  Questa schermata è sicuramente più utile... sotto questo riquadro ke ho riportato sopra, nel sito puoi trovare moltissimi simboli, cliccandoci sopra il simbolo ti apparirà nel box... puoi anche scriverci qualcosa tu nel box. Una volta terminato clicca su COPIER e poi incolli il tutto dove vuoi... Ricordo che x cancellare tutto devi premere su EFFACER TOUT per cancellare una lettera clicca su EFFACER UNE LETTRE

Ecco come può essere un risultato:

 

3 PARTE

Anche questa parte trova applicazione soltanto per Msn Messenger Plus e permette di creare degli pseudo colorati

 

4 PARTE  

 Questa parte permette di creare pseudo multicolori. In pratica tu inserisci lo pseudo ke ti 6 ricavato prima poi metti il colore iniziale e il colore finale. La sfumatura andrà dal primo colore a quello finale.

Esempio:

Anche questo funziona solo per Msn Messenger Plus

 

5 PARTE

  Questa part permette di creare vari tipi di scritture.. Basta inserire il tuo testo nel box TON TEXTE e automaticamente si creeranno i tipi di scritture. Queste scritture si trovano in molti blog, soprattutto quelli femminili..

Vi faccio un esempio:

  La scrittura che esce da STYLE è molto usata.. una volta finito di scrivere copiate il tutto e incollatelo dove volete!

Spero di essere stato chiaro.. a presto!

 

Nuovo Album Fotografico Alternativo

- PRESENTAZIONE: ALBUM
Album molto in flash con tantissimi effetti, pultroppo le foto possono essere rubate lo stesso!

- METTERE IL MODULO: Sandbox

- CREARE L'ALBUM
Per creare l'album in flash dovete andare qui: http://www.slide.com/
1) Clickiamo su uno dei album alla voce "customize" (FOTO)
2) Clickiami su sfoglia e carichiamo una foto (FOTO) , eseguiamo questo procedimeto fino a quando abbiamo caricato le foto che vogliamo (FOTO)
3) Finito di caricare le foto clickiamo su "SAVE" (FOTO)
4) A questo punto la prima volta registriamoci clickando su "sing in" o facciamo il login (FOTO)
5) Compiliamo i dati di registrazione/login (FOTO)
6) Ci viene fornito un codice html/flash (FOTO)
7) Memorizziamo il codice sul blocconote

- USARE E ACCORCIARE IL CODICE
A questo punto togliamo la parte superflua del codice, ovvero come in questa foto: FOTO
Quindi togliamo la prima parte da <div a <embed (emebed escluso)
E togliamo tutto il pezzo dopo: align="middle"/>
Ora incolliamo in codice nel HTML Sand Box e salviamo
- DOMANDE FREQUENTI
E' possibile registrare un account unico e gestire da quell'account le foto?
Si, basta accedere a http://www.slide.com/ effettuare il login e clickare su "MY SLIDE" in alto.