Warning: Creating default object from empty value in /www/htdocs/w006bc83/moodle/config.php on line 5

Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w006bc83/moodle/lib/pagelib.php on line 67

Strict Standards: Redefining already defined constructor for class page_base in /www/htdocs/w006bc83/moodle/lib/pagelib.php on line 159

Warning: Creating default object from empty value in /www/htdocs/w006bc83/moodle/theme/orangewhite/config.php on line 9
Help

Help on writing html

When writing HTML in Moodle, you are free to use almost any HTML tags you like to produce the effect you want.

Note that scripting (eg Javascript or VB Script) is not allowed, and will be removed automatically.

Your code will normally be printed on the page within a table cell, so:

  • there is no need to use any <HEAD> or <BODY> tags
  • be careful about unmatched </TABLE> tags that may mess up the display.

Smilies (emoticons) will be converted into their graphical equivalent, and bare URLs will be converted into links.

Index of all help files