If you ‘export to HTML’ there is something bad in the HTML-code, examples:
<img src=”res/images/icon.png”/>
it must be
<img src=”res/images/icon.png”/>
-> only sometimes ‘/’ instead of ‘/’ is used !
or as text ‘~~logintext$~~’
you generate
‘~~logintext$~~’
Because my webserver is looking for exactly ‘~~logintext$~~’ to recognize it as a variable logintext$ and to show the value of logintext$ – but now i have to change these things manually everytime i change the mask in mobione !
🙂 gerd