In Moodle whenever there's a text entry box usually one finds instead a nifty HTML editor which provides a WYSWG interface and produces HTML code.
![]()
This interface also allows to easily paste in text from MS Word and retain formatting, insert tables and links , and upload and insert images. Without the HTML editor you have much reduced functionality.
While the HTML editor works well with Internet Explorer Windows there are some issues with other browsers:
However, Mozilla Firefox shows the HTML editor when used on both OS-X and Windows. Firefox has other advantages too and many faculty dislike I.E and also have a slew of Netscape bookmarks which import straight into Firefox.
You can download firefox for both Windows 2000/Xp and Mac OS-X here ![]()
During the Windows install process you are asked whether you want to import your Netscape bookmarks. This file (bookmarks.html) can be rather hard to find. Here's the best way to find your latest bookmarks:

On the Mac, just drag the Firefox application into the Applications folder.
In the normal way, select Tools —> Options:
User.js is the firefox file which contains the instructions that permit pasting inside a javascript window in Firefox. Without this present in the correct folder Firefox will not allow the user to cut with Ctrl-X or Cmd-X or paste with Ctrl-V or Cmd-V into an editing window in Moodle. However, you can cut & paste using the Edit menu.
Contents of user.js:
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "https://moodle.earlham.edu http://www.earlham.edu
http://webdb.earlham.edu http://llya049.lly.earlham.edu http://moodle.org");
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");
Macintosh HD: Users: <username>: Library: Application Support: Firefox : Profiles: default.xxx
C:\Documents and Settings\<username>\Application Data\Mozilla\Firefox\Profiles\default.xxx
On Mac OS-X Internet Explorer is no longer supported by Microsoft and you are better off not using it. See above for installing and configuring Mozilla Firefox.
When you browse to earlham's moodle site at https://moodle.earlham.edu using
Internet Explorer, you will get a security alert
Click Yes to proceed. Unfortunately this alert will come up every time you enter the site (Firefox will display it once and then save the security certificate so that the alert will not come up again).
When the html editor appears on a page where you enter text you'll get
this security information popup.
Here again, click Yes.
Tools -> Internet Options
Security tab : Custom Level
Miscellaneous : Display Mixed content * Enable