2002-09-13 10:22:06 +00:00
|
|
|
<P ALIGN=CENTER><B>Help on writing html</B></P>
|
|
|
|
|
2003-06-14 05:45:13 +00:00
|
|
|
<P>When writing HTML in Moodle, you are free to use almost any HTML tags you like
|
|
|
|
to produce the effect you want.</p>
|
|
|
|
|
|
|
|
<P>Note that scripting (eg Javascript or VB Script) is not allowed, and will be removed
|
|
|
|
automatically.</P>
|
2002-09-13 10:22:06 +00:00
|
|
|
|
|
|
|
<P>Your code will normally be printed on the page within a table cell,
|
|
|
|
so:
|
|
|
|
|
|
|
|
<UL>
|
|
|
|
<LI>there is no need to use any <HEAD> or <BODY> tags
|
|
|
|
<LI>be careful about unmatched </TABLE> tags that may mess up the display.
|
|
|
|
</UL>
|
|
|
|
|
2003-06-14 05:45:13 +00:00
|
|
|
<p>Smilies (emoticons) will be converted into their graphical equivalent, and
|
|
|
|
bare URLs will be converted into links.</p>
|
|
|
|
|
|
|
|
</p>
|