How to put an image to a form (without data view)

0
Having a welcome screen with custom login, all I want is to put a simple picture there but it seems it is much more complicated than write it in C# :) I tried Image Viewer, but it wants to be placed within a data view - why? On that page, there is no data view and it would be pointless to put it there. I only need to place a simple picture. What am I missing? thanks
asked
1 answers
0

You could use the html snippet or static image viewer widget out of the app store. You could also style it into you index.html file or even you login.css file.

answered