moving towards XHTML compliance

This commit is contained in:
koenr 2005-01-08 08:04:35 +00:00
parent 3ff20ca145
commit 99240fb67a
27 changed files with 2331 additions and 1244 deletions

View file

@ -2,26 +2,26 @@
<p>When writing text in Moodle there are several formats you can choose
to produce your text, depending on your expertise and the type of browser
you are using.
you are using.</p>
<p><b>Usually you can just leave this setting to the default value and things
should work as you expect</b>.
should work as you expect</b>.</p>
<p><b>1. Moodle auto-format</b></p>
<ul>
<p>This format is best for when you are using normal web forms for entry
(instead of the Richtext HTML editor). Just type text normally, as if you
were sending an email.
were sending an email.</p>
<p>When you save your text, Moodle will do a number of things to automatically
format your text for you.
<p>For example, URLs such as
format your text for you. </p>
<p>For example, URLs such as </p>
<a href="http://yahoo.com/">http://yahoo.com</a> or even
<a href="http://www.yahoo.com/">www.yahoo.com</a> will be turned into links.
<p>Your line breaks will be retained, and blank lines will start new paragraphs.
<p>Smiley characters such as :-) will automatically become their graphical equivalents.
<p>You can even embed HTML code if you want to and it will be retained.
<p>Your line breaks will be retained, and blank lines will start new paragraphs.</p>
<p>Smiley characters such as :-) will automatically become their graphical equivalents.</p>
<p>You can even embed HTML code if you want to and it will be retained.</p>
<p align="right"><a href="help.php?file=text.html">More info about Moodle auto-formatting</a></p>
</ul>
@ -31,12 +31,12 @@
<ul>
<p>This format assumes the text is pure HTML. If you are using the
HTML editor to edit text then this is the default format - all
the commands in the toolbar are producing HTML for you.
the commands in the toolbar are producing HTML for you.</p>
<p>Even if you are not using the Richtext HTML editor, you can use HTML code
in your text and it should come out exactly as you intended.
in your text and it should come out exactly as you intended.</p>
<p>Unlike the Moodle auto-format, no automatic formatting is performed.
<p>Unlike the Moodle auto-format, no automatic formatting is performed.</p>
<p align="right"><a href="help.php?file=html.html">More info about HTML in Moodle</a></p>
<p align="right"><a href="help.php?file=richtext.html">More info about the Richtext HTML editor</a></p>
</ul>
@ -46,10 +46,10 @@
<ul>
<p>This format is useful when you need to include lots of code
or HTML that you want to be displayed exactly as you wrote it.
or HTML that you want to be displayed exactly as you wrote it.</p>
<p>It still translates spaces and new lines, but otherwise your
text isn't touched.
text isn't touched.</p>
</ul>