Hi
Would anyone be able to offer some advice? Currently stuck.
I have the following code within a PHP file that controls the header banners on my website.
function pokies_header_468_60_banner()
{
?>
<div class="header_banner" >
<?php echo adrotate_group(16); ?>
</div>
<?php
}
The banners are not appearing on the site and I think its down to me incorrectly using div and php together in the above code.
Any advice would be appreciated - sorry if this is simple but I'm new to this and learning as I go along