Problem with ad after first post
-
Hi,
I want to ad a banner (.swf) under the first post on my WordPress-blog with the following code:
<?php $postcount++; if($postcount==1){?> <div>
<iframe src=”https://www.example.com/banner.swf” frameborder=”0″ height=”300″ width=”250″></iframe>
</div> <?php } ?>There are no problems with Firefox, but if I open my page in Internet Explorer it says that downloading of some files from the webpage is blocked because of securityreasons. If you choose download, you download the .swf-file to your computer.
How can I solve this problem?
Thank you.
- The topic ‘Problem with ad after first post’ is closed to new replies.