Hello.
I want to use my own dashboard witch i created as html webpage, actually i failed to figure out how to embed HTML page inside SC application. i know everything about (container) application but it does not fit my requirements. actually (container) is very poor in this area.
another issue: i want to use a background image in one of my applications in the body of the app. i know how to use image in header and footer but i could not find anyway to use image as background.
by the way i tried this code and works perfectly in form but not in menu as (OnApplicationInit) event:
print ("
<style type=‘text/css’>
body { background-image:url(’…/_lib/img/post.jpg’); } </style>
");
Appreciate your help…