> to File/Export/Export as HTML. In the latest version 2.2.1 that does not appear to be an option.
That action was removed because it was really goofed up. The quickest approach is do any of the actions to generate webapp code for your project. Begin by opening your initial screen in the Design Center and making sure it is visible. Then choose any fo the following actions:
– Run in Test Center
– Export as Mobile Web Application
– Build iOS Application
– Build Android Application
Then looking for a subdirectory under your startup screen file (.mobi) with the name <project>-www. Simply replicate the contents of the zip to your webserver. Then share with them html file that has the same name as your startup .mobi file. I usually create a link from this startup html file to index.html as a convenience to have a default html page to load in the directory. I hope this helps.