moodle/lang/it/help/text.html

42 lines
2.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<P ALIGN=CENTER><B>Aiuto per scrivere in puro testo</B></P>
La modalitˆ di scrittura in puro testo offerta da Moodle <20> abbastanza intuitiva e il risultato <20> facilmente prevedibile ma, in pi<70> permette di inserire le "faccine", "collegamenti web" ed alcuni codici HTML nel tuo testo.
<P><B>Faccine (emoticons)</B></P>
<UL>
<TABLE BORDER=0 CELLPADDING=5 CELLSPACING=5>
<TR><TH>Nome <TH>Immagine <TH>Devi digitare</TR>
<TR><TD>sorriso <TD ALIGN=CENTER><img ALT=smile SRC="<?=$CFG->wwwroot?>/pix/s/smiley.gif"><TD ALIGN=CENTER> :-) </TD></TR>
<TR><TD>cattivo <TD ALIGN=CENTER><img ALT=sad SRC="<?=$CFG->wwwroot?>/pix/s/sad.gif"><TD ALIGN=CENTER> :-( </TD></TR>
<TR><TD>smagliante <TD ALIGN=CENTER><img ALT=grin SRC="<?=$CFG->wwwroot?>/pix/s/biggrin.gif"><TD ALIGN=CENTER> :-D </TD></TR>
<TR><TD>occhiolino <TD ALIGN=CENTER><img ALT=wink SRC="<?=$CFG->wwwroot?>/pix/s/wink.gif"><TD ALIGN=CENTER> ;-) </TD></TR>
<TR><TD>confuso <TD ALIGN=CENTER><img ALT=mixed SRC="<?=$CFG->wwwroot?>/pix/s/mixed.gif"><TD ALIGN=CENTER> :-/ </TD></TR>
<TR><TD>ampie vedute <TD ALIGN=CENTER><img ALT=wide-eyed SRC="<?=$CFG->wwwroot?>/pix/s/wideeyes.gif"><TD ALIGN=CENTER> 8-) </TD></TR>
<TR><TD>lingua in fuori <TD ALIGN=CENTER><img ALT=tongue-out SRC="<?=$CFG->wwwroot?>/pix/s/tongueout.gif"><TD ALIGN=CENTER> :-P </TD></TR>
<TR><TD>sorpresa <TD ALIGN=CENTER><img ALT=surprised SRC="<?=$CFG->wwwroot?>/pix/s/surprise.gif"><TD ALIGN=CENTER> :-o </TD></TR>
<TR><TD>raggiante <TD ALIGN=CENTER><img ALT=cool SRC="<?=$CFG->wwwroot?>/pix/s/cool.gif"><TD ALIGN=CENTER> B-) </TD></TR>
</TABLE>
</UL>
<P><B>URLs</B></P>
<UL>
<P>Ogni "parola" che incominci con <B>www.</B> oppure <B>http://</B> sarˆ trasformata automaticamente in un collegamento cliccabile e attivo.
<P>Per esempio: <A HREF="http://www.territorioscuola.it">www.territorioscuola.it</A> oppure <A HREF="http://curtin.edu">http://curtin.edu</A>
</UL>
<P><B>Codice HTML</B></P>
<UL>
<P>Puoi usare un limitato set di codice HTML per aggiungere del testo enfatizzato.
<TABLE BORDER=0 CELLPADDING=5 CELLSPACING=5>
<TR><TH>Codice HTML<TH>Effetto</TR>
<TR><TD>&lt;B> grassetto &lt;/B> <TD> <B>testo grassetto</B> </TR>
<TR><TD>&lt;I> corsivo "italico" &lt;/I> <TD> <I>corsivo "italico"</I> </TR>
<TR><TD>&lt;U> testo sottolineato &lt;/U> <TD> <U>testo sottolineato</U> </TR>
<TR><TD>&lt;FONT SIZE=1> font piccolo &lt;/FONT> <TD> <FONT SIZE=1>font piccolo</FONT> </TR>
<TR><TD>&lt;FONT SIZE=4> font grande &lt;/FONT> <TD> <FONT SIZE=4>font grande</FONT> </TR>
<TR><TD>&lt;FONT COLOR=green> testo verde &lt;/FONT> <TD> <FONT color=green>testo verde</FONT> </TR>
</TABLE>
</UL>