moodle/lang/en/help/html.html

21 lines
658 B
HTML
Raw Normal View History

2004-09-12 13:21:01 +00:00
<p align="center"><b>Help on writing html</b></p>
2002-09-13 10:22:06 +00:00
2004-09-12 13:21:01 +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>
2004-09-12 13:21:01 +00:00
<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
2004-09-12 13:21:01 +00:00
<p>Your code will normally be printed on the page within a table cell,
2002-09-13 10:22:06 +00:00
so:
2004-09-12 13:21:01 +00:00
<ul>
<li>there is no need to use any &lt;HEAD> or &lt;BODY> tags
<li>be careful about unmatched &lt;/TABLE> tags that may mess up the display.
</ul>
2002-09-13 10:22:06 +00:00
<p>Smilies (emoticons) will be converted into their graphical equivalent, and
bare URLs will be converted into links.</p>
</p>