The screen content of Investigator is stored as a series of custom html files located in the "html files" folder. Change anything in these files using an html editor such as Dreamweaver, and these changes will appear in Investigator. For example, The contents of this file "diseases.html" (located in the "html files" folder) is on the right, and the Investigator screen that this file generates is shown on the left.

Click the "Next" button to continue...

Note: For the most current version of Investigator, filenames referenced in the html document that are all in lowercase, unlike the sample screen shot below. It is good practice to use all lowercase in such situations, as some servers are case-sensitive (i.e., it is important whether letters are uppercase or lowercase). For example, if you typed <href = "Sickle.htm> in your html code but named the actual file to be read "sickle.htm", the program might generate a "script error" message for certain operating systems and servers. The general rule is to make sure the case-senstitivity matches for filenames and references to those filenames.