Skip navigation

Advanced users

The HTML export options work but they are one of the weaker areas of eXeLearning

  • When the HTML is exported all the files are placed in a single folder, placing all of the pictures and images in a separate sub folder makes it much easier to use.

  • eXeLearning exports a complete set of icons whether they are used in the content or not.

These weaknesses can be fixed by some editing of the HTML export.


Export from eXeLearning to a self contained folder then:

  1. Modify the html export generated by eXeLearning by placing all of the images in a new sub folder called image.

  2. In a text editor carry out a find and replace on the HTML code in all of the HTML files replacing src=" with src="image/ this will change the path to image source files but also changes the path to java script source files so.

  3. Carry out a find and replace on the html replacing <script type="text/javascript" src="image/ with <script type="text/javascript" src="

  4. Delete unused icon files from the image folder