In any page you can insert javascript or html free code (not re-interpreted by EditArea), eg the code for a banner.
Generally banners need a javascript code that has to be inserted into the pages of your site. To do this you have to:
- select the block in the page you want the banner to be shown
- go to the "body" entry
- click on
- enter the code within an eaKeep class div, as shown below:
<div class="eaKeep">
<... banner code...>
</div>