Brian,
I have the following 2 year old html code in my wxlocal file:
[code:1]
[/code:1]
It now gets converted to the following in my index.htm generated by WD:
[code:1]
<a href="June2004.htm<INPUT TYPE=“button” VALUE=“Go"onClick=“jumpBox(this.form.elements[0])”>”>Current
monthly details
[/code:1]
Where is the extra
<INPUT TYPE=“button” VALUE="Go"onClick=“jumpBox(this.form.elements[0])”>coming from?
/Ian