Do a search for "Mode:" in your post.asp file. you will see something like this:<font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><b>Mode:</b>
<select name="font" onChange="thelp(this.options[this.selectedIndex].value)">
<option value="1">Help </option>
<option value="2">Prompt </option>
<option selected value="0">Basic </option>
</select>
</font>
Just move the "selected" to the other line:<option selected value="2">Prompt </option>
Edited by - Davio on 13 April 2001 18:56:42