Okay I recently upgraded my site to Drupal 5.12. And now I am getting these flash banner ads displayed at the bottom of my site. They are very intermittent - I do have a static jpeg ad there and the "SPAM" banners display what seems once every 5 minutes or so.

My banner ad is displayed in the footer using a block; the code I am using is :

<div align="center"><a href="http://www.mysite.com/index.php?q=askquestion"><img src="/files/name.jpg"></a></div>

My fix is just to turn off the block and not use a banner - which really doesn't make my client happy. Also another not. I created another block with the same code and the flash banners display as before.

I am thing about creating my own flash banner and replacing the static jpeg.

Comments

jcbrew’s picture

That last line is supposed to read:

I am thinking about creating my own flash banner and replacing the static jpeg.

jcbrew’s picture

I tried creating the flash banner and sadly it did not work. I changed the dimensions of my banner and now the Spam banners do not display.