quote:
change the way the file is exported to xhtml
I just tried using the XHTML as an export option, but I still get the same results.
quote:
Wehn I set any of the objects on that page to false
Set to false?? What I'm talking about is setting the DISABLED property to TRUE for any of the input controls (Text, Button, etc.). DHE should then export (or preview) the controls with the "disabled" attribute set to "disabled".
For example, the text input box should look like...
<input type="text" disabled="disabled" />
and NOT...
<input type="text" disabled="true" />
Hope this helps,
- Derek