Hi,
I want to know how to close this gap so it looks full. Please see attached.
Have you tried setting all margins to 0?
Hi, you can tick "Full Screen" in Header and Footer properties to hide them.
Thank you,
Bachi Nyangar
Hi Bachi!
The following references can be useful:
https://getsatisfaction.com/apperyio/...
https://getsatisfaction.com/apperyio/...
What lines do you mean?
On Page component Load event Run JavaScript with the code:
code$("[dsid='googlemap']").width(320);
$("[dsid='googlemap']").height(480);/code
You can count width and height which you need.