Skip to content

Commit

Permalink
New help file for editing html
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed Sep 13, 2002
1 parent 73761dc commit c46df33
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lang/en/help/html.html
@@ -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>

0 comments on commit c46df33

Please sign in to comment.