moodle/lang/en/help/text.html
2005-02-17 05:37:47 +00:00

143 lines
6.0 KiB
HTML

<p align="center"><b>Help on writing text</b></p>
Writing text in Moodle works pretty much the way you would expect, but you also have the ability to include "smilies", "URL addresses" and some HTML tags in your text.
<p><b>Smilies (emoticons)</b></p>
<ul>
<p>To embed these small icons in your text, just type the associated code. These codes themselves are like little pictures if you turn your head to the left when looking at them.</p>
<table border="1">
<tr valign="top">
<td>
<table border="0" align="center" cellpadding="10">
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/smiley.gif" width="15" height="15" /></td>
<td>smile</td>
<td><font face="Courier">:-)</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/biggrin.gif" width="15" height="15" /></td>
<td>big grin</td>
<td><font face="Courier">:-D</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/wink.gif" width="15" height="15" /></td>
<td>wink</td>
<td><font face="Courier">;-)</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/mixed.gif" width="15" height="15" /></td>
<td>mixed</td>
<td><font face="Courier">:-/</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/thoughtful.gif" width="15" height="15" /></td>
<td>thoughtful</td>
<td><font face="Courier">V-.</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/tongueout.gif" width="15" height="15" /></td>
<td>tongue out</td>
<td><font face="Courier">:-P</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/cool.gif" width="15" height="15" /></td>
<td>cool</td>
<td><font face="Courier">B-)</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/approve.gif" width="15" height="15" /></td>
<td>approve</td>
<td><font face="Courier">^-)</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/wideeyes.gif" width="15" height="15" /></td>
<td>wide eyes</td>
<td><font face="Courier">8-)</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/surprise.gif" width="15" height="15" /></td>
<td>surprise</td>
<td><font face="Courier">8-o</font></td>
</tr>
</table>
</td>
<td>
<table border="0" align="center" cellpadding="10">
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/sad.gif" width="15" height="15" /></td>
<td>sad</td>
<td><font face="Courier">:-(</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/shy.gif" width="15" height="15" /></td>
<td>shy</td>
<td><font face="Courier">8-.</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/blush.gif" width="15" height="15" /></td>
<td>blush</td>
<td><font face="Courier">:-I</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/kiss.gif" width="15" height="15" /></td>
<td>kisses</td>
<td><font face="Courier">:-X</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/clown.gif" width="15" height="15" /></td>
<td>clown</td>
<td><font face="Courier">:o)</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/blackeye.gif" width="15" height="15" /></td>
<td>black eye</td>
<td><font face="Courier">P-|</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/angry.gif" width="15" height="15" /></td>
<td>angry</td>
<td><font face="Courier">8-[</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/dead.gif" width="15" height="15" /></td>
<td>dead</td>
<td><font face="Courier">xx-P</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/sleepy.gif" width="15" height="15" /></td>
<td>sleepy</td>
<td><font face="Courier">|-.</font></td>
</tr>
<tr>
<td><img alt="" border="0" hspace="10" src="pix/s/evil.gif" width="15" height="15" /></td>
<td>evil</td>
<td><font face="Courier">}-]</font></td>
</tr>
</table>
</table>
</ul>
<p><b>URLs</b></p>
<ul>
<p>Any "word" starting with <b>www.</b> or <b>http://</b> will automatically be turned into a clickable link.</p>
<p>For example: <a href="http://www.yahoo.com">www.yahoo.com</a> or <a href="http://curtin.edu">http://curtin.edu</a></p>
</ul>
<p><b>HTML tags</b></p>
<ul>
<p>You can use a limited subset of HTML tags to add emphasis to your texts.</p>
<table border="0" cellpadding="5" cellspacing="5">
<tr><th>HTML tags</th><th>Produces</th></tr>
<tr><td>&lt;b&gt; bold &lt;/b&gt; </td><td> <b>bold text</b> </td></tr>
<tr><td>&lt;i&gt; italic &lt;/i&gt; </td><td> <i>italic text</i> </td></tr>
<tr><td>&lt;u&gt; underline &lt;/u&gt; </td><td> <u>underlined text</u> </td></tr>
<tr><td>&lt;font color="green"&gt; example &lt;/font&gt; </td><td> <font color="green">example</font> </tr>
<tr><td valign="top">&lt;ul&gt; &lt;li&gt;one&lt;/li&gt; &lt;li&gt;two&lt;/li&gt; &lt;/ul&gt; </td><td valign="top"> <ul><li>one<li>two</ul> </tr>
<tr><td>&lt;hr /&gt;</td><td> <hr /> </td></tr>
</table>
</ul>