Customize the XML
1. Open thermometer.xml in Notepad, Dreamweaver or any other text editor (don't use word!).
It should look like this:
<thermometer>
<goal goalNum="10000"><![CDATA[$10,000]]></goal>
<current currentNum="7478" />
<marks>
<mark markNum="7500" />
<mark markNum="5000" />
<mark markNum="2500" />
</marks>
</thermometer>
2. Change goalNum to the goal amount in dollars. Do not use $ , . or anything but numbers.
3. The number inside the <![CDATA[ ]]> is the text that shows up at the top right of the thermometer. This is usually just the goalNum with $ and ,.
4. currentNum is the current dollar amount. Do not use $ , . or anything but numbers.
5. Add as many marks as you want. Just change each markNum.
6. The end, you are done.