Hi all,
I've followed Pete's suggestion and created a simple HTML page with just three lines in it as follows -
<body background="Green Background.jpg">
<a href="#" onclick="AwareApp.startProcess('CreateEmail','main'); return false;" ><IMG src="Logo.gif" width=150 height=109 border=0></a>
<a href="javascript:AwareApp.startProcess('CreateEmail','main')" >Query from process</a>
<BR>
<BR>
<a href="javascript:AwareApp.showPerspective('Test')" >Change Perspective</a>
In a standard browser, the HTML page displays correctly - background and links.
When I import the HTML into a panel, the application displays the HTML links in the content panel, and the links work as expected. This is a big improvement 🙂
However, the page background doesn't show at all. The various links are displayed on a plain white background. If I could get the background to display, I'd almost be where I want to be with this.
I did read something somewhere about the difficulty using a background tag in a content panel. Something to do with Aware ignoring the tag because it would affect the entire page, not just the content panel.
So the question now is - can a background image be used in a content panel's HTML ?
Thanks for the help so far,
Peter