XF 1.5 Stacking Banner Ads Below Content

sophie1204

Active member
I currently have a banner ad appearing below my forum content, and I'd like to have another appearing beneath it, but can't seem to set it up properly (the result would be two ads stacked, one above another).

Here's what my code looks like:

<xen:hook name="ad_below_content" />
<!-- 728_x_90_Forum_Home_Bottom -->
<div id='div-gpt-ad-xxxxxxxx' style='width:728px; height:90px;'>
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-xxxxxxxx'); });
</script>
</div>

I'm sure this is pretty basic stuff but I'm not a coder. Can anyone help?
 
Top Bottom