| View previous topic :: View next topic |
| Author |
Message |
formfields
Joined: 01 Aug 2005 Posts: 465
|
Posted: Thu Jan 26, 2006 2:16 pm Post subject: Mutliple Ad Spaces From The Same Zone On The Same Page |
|
|
Here is an example of how to display 3 text ads from the same zone in a horizontal row. All you have to do is paste the same zone code 3 times:
| Code: |
<!-- BEGIN: AdMan Print Zone -->
<script type="text/javascript">
adManZoneId = 1;
adManZoneWidth = 287;
adManZoneHeight = 70;
adManUri = window.location.href;
adManRootUrl = 'http://www.formfields.com/adMan';
</script>
<script type="text/javascript"
src="http://www.formfields.com/adMan/printZone.js">
</script>
<!-- END: AdMan Print Zone -->
<!-- BEGIN: AdMan Print Zone -->
<script type="text/javascript">
adManZoneId = 1;
adManZoneWidth = 287;
adManZoneHeight = 70;
adManUri = window.location.href;
adManRootUrl = 'http://www.formfields.com/adMan';
</script>
<script type="text/javascript"
src="http://www.formfields.com/adMan/printZone.js">
</script>
<!-- END: AdMan Print Zone -->
<!-- BEGIN: AdMan Print Zone -->
<script type="text/javascript">
adManZoneId = 1;
adManZoneWidth = 287;
adManZoneHeight = 70;
adManUri = window.location.href;
adManRootUrl = 'http://www.formfields.com/adMan';
</script>
<script type="text/javascript"
src="http://www.formfields.com/adMan/printZone.js">
</script>
<!-- END: AdMan Print Zone -->
|
Similarly, here is an example of to display 3 text ads from the same zone in a vertical column. All you have to do is paste the same zone code 3 times and insert a break after each zone:
| Code: |
<!-- BEGIN: AdMan Print Zone -->
<script type="text/javascript">
adManZoneId = 1;
adManZoneWidth = 287;
adManZoneHeight = 70;
adManUri = window.location.href;
adManRootUrl = 'http://www.formfields.com/adMan';
</script>
<script type="text/javascript"
src="http://www.formfields.com/adMan/printZone.js">
</script>
<!-- END: AdMan Print Zone -->
<br />
<!-- BEGIN: AdMan Print Zone -->
<script type="text/javascript">
adManZoneId = 1;
adManZoneWidth = 287;
adManZoneHeight = 70;
adManUri = window.location.href;
adManRootUrl = 'http://www.formfields.com/adMan';
</script>
<script type="text/javascript"
src="http://www.formfields.com/adMan/printZone.js">
</script>
<!-- END: AdMan Print Zone -->
<br />
<!-- BEGIN: AdMan Print Zone -->
<script type="text/javascript">
adManZoneId = 1;
adManZoneWidth = 287;
adManZoneHeight = 70;
adManUri = window.location.href;
adManRootUrl = 'http://www.formfields.com/adMan';
</script>
<script type="text/javascript"
src="http://www.formfields.com/adMan/printZone.js">
</script>
<!-- END: AdMan Print Zone -->
|
Note: With this method and depending on the number of ads in your rotation, there is a small chance that the same ad will be displayed multiple times on one page. We will be releasing a feature in the next version of AdMan, which will eliminate this duplication. |
|
| Back to top |
|
 |
formfields
Joined: 01 Aug 2005 Posts: 465
|
|
| Back to top |
|
 |
|