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
No edit summary
Line 7: Line 7:
  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 36: Line 36:
You can use a limited subset of HTML tags to add emphasis to your texts.
You can use a limited subset of HTML tags to add emphasis to your texts.


HTML tags Produces  
'''HTML tags'''                              '''Produces'''
<b> bold </b> bold text   
'<b> bold </b>'                              bold text   
<i> italic </i> italic text   
'<i> italic </i>'                            italic text   
<u> underline </u> underlined text   
'<u> underline </u>'                        underlined text   
<font color="green"> example </font> example   
'<font color="green"> example </font>'      example   
<ul> <li>one</li> <li>two</li> </ul> one
'<ul> <li>one</li> <li>two</li> </ul>'      one two
two
<hr />
--------------------------------------------------------------------------------

Revision as of 19:16, 26 June 2005

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)

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

HTML tags

You can use a limited subset of HTML tags to add emphasis to your texts.

HTML tags Produces ' bold ' bold text ' italic ' italic text ' underline ' underlined text ' example ' example

'

  • one
  • two

' one two