Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: HTML in Moodle.

HTML in Moodle: Difference between revisions

From MoodleDocs
m (link edit)
 
(7 intermediate revisions by 4 users not shown)
Line 8: Line 8:
* be careful about unmatched </TABLE> tags that may mess up the display.  
* 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.
Smilies (emoticons) [[Help on writing text|created in text]] will be converted into their graphical equivalent, and bare URLs will be converted into links.


==See also==
==See also==
[[HTML editor]] | [[overlib]]
*[[HTML editor]] - how to use some features of the HTML toolbar
*[[HTML entities]] - list of HTML Entities
 
[[Category:HTML]]


[[ja:MoodleでのHTML]]
[[ja:MoodleでのHTML]]
[[de:HTML_in_Moodle]]

Latest revision as of 07:54, 23 February 2009

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 tags that may mess up the display.

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

See also