Quote Originally Posted by ntrox View Post
Thank you very much for such detailed answer! I'll to work with it.
The only question - how to gide that black circle with white X?
I use some CSS in the Page HTML code (head):
<style>
img.xr_ap {
width: 0px;
height: 0px;
cursor: pointer;
}
</style>
Acorn