]> git.mjollnir.org Git - moodle.git/commitdiff
New help file for editing html
authormartin <martin>
Fri, 13 Sep 2002 10:22:06 +0000 (10:22 +0000)
committermartin <martin>
Fri, 13 Sep 2002 10:22:06 +0000 (10:22 +0000)
lang/en/help/html.html [new file with mode: 0644]

diff --git a/lang/en/help/html.html b/lang/en/help/html.html
new file mode 100644 (file)
index 0000000..e004543
--- /dev/null
@@ -0,0 +1,13 @@
+<P ALIGN=CENTER><B>Help on writing html</B></P>
+
+<P>When writing HTML in Moodle, you are free to use any HTML tags you like
+   to produce the effect you want.
+
+<P>Your code will normally be printed on the page within a table cell, 
+   so:
+
+   <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>
+