Simple HTML/CSS Page

Hi,

I have been able to use the remarkable scriptcase to create quite a number of great applications. But now I need to create some simple html page, with pictures and a place to enter username and password. I don’t know how to go about this from within scriptcase.

Thanks for Commenting

Use either a blank or a control application for this. A control application usually is preferable since it makes it easy to catch buttons presses and so on.
Alternatively you can still use a normal html page with a user name and password in normal php/html and have that redirect to your own program using some variables (if needed encryption and cookies and so on).

You can also see: http://www.scriptcase.net/scriptcase-videos/#creating-a-login-application

which is essentially rr’s answer in pictures. Fom there you can augment that app to add pictures, back grounds etc