Click x sign to close the banner, hit browser refresh button to show the banner back.
the banner will show up here
the banner will show up here
the banner will show up here
the banner will show up here
The next step is to embed the banner in your HTML code
<script language=javascript type='text/javascript'>
function hideDiv(elementID)
{
if (document.getElementById)
{ // DOM3 = IE5, NS6
document.getElementById(elementID).style.visibility = 'hidden';
}
}
</script>
<div style="position:relative;"> <div id="mybanner" style="position:absolute; left:0px; top:0px;"> ... paste the HTML code of your banner here, generate it with File > View HTML Code </div> </div>