Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Help on writing text.

Help on writing text: Difference between revisions

From MoodleDocs
No edit summary
m (broken link removed)
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
Smilies (emoticons)
Smilies (emoticons)


==Emoticons in text==
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.
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.


Line 7: Line 8:
  big grin      :-D  
  big grin      :-D  
  wink          ;-)  
  wink          ;-)  
  mixed :-/  
  mixed         :-/  
  thoughtful V-.  
  thoughtful   V-.  
  tongue out :-P  
  tongue out   :-P  
  cool B-)  
  cool         B-)  
  approve ^-)  
  approve       ^-)  
  wide eyes 8-)  
  wide eyes     8-)  
  surprise 8-o  
  surprise     8-o  
  sad :-(  
  sad           :-(  
  shy 8-.  
  shy           8-.  
  blush :-I  
  blush         :-I  
  kisses :-X  
  kisses       :-X  
  clown :o)  
  clown         :o)  
  black eye P-|  
  black eye     P-|  
  angry 8-[  
  angry         8-[  
  dead xx-P  
  dead         xx-P  
  sleepy |-.  
  sleepy       |-.  
  evil }-]  
  evil         }-]  
   
   


Line 31: Line 32:


For example: www.yahoo.com or http://curtin.edu
For example: www.yahoo.com or http://curtin.edu
HTML tags
You can use a limited subset of HTML tags to add emphasis to your texts.
HTML tags Produces
<b> bold </b>  bold text 
<i> italic </i>  italic text 
<u> underline </u>  underlined text 
<font color="green"> example </font>  example 
<ul> <li>one</li> <li>two</li> </ul>  one
two
<hr />
--------------------------------------------------------------------------------

Latest revision as of 01:35, 19 June 2009

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. Smilies (emoticons)

Emoticons in text

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.

smile         :-) 
big grin      :-D 
wink          ;-) 
mixed         :-/ 
thoughtful    V-. 
tongue out    :-P 
cool          B-) 
approve       ^-) 
wide eyes     8-) 
surprise      8-o 
sad           :-( 
shy           8-. 
blush         :-I 
kisses        :-X 
clown         :o) 
black eye     P-| 
angry         8-[ 
dead          xx-P 
sleepy        |-. 
evil          }-] 

URLs

Any "word" starting with www. or http:// will automatically be turned into a clickable link.

For example: www.yahoo.com or http://curtin.edu