I have a sidebar in a phpbb3 forum which has ads displayed.
The code I'm using works perfectly when viewed with IE or Firefox but not with Chrome.
Here is an example of the code:
Code: Select all
<a href="http://www.nzmotorhome.co.nz/ccount/click.php?id=19" target="_blank">
<img src="../../../../../images/ads/Interislander.bmp" width="150" height="150"/>
</a>
<br/><br/>
<a href="http://www.nzmotorhome.co.nz/ccount/click.php?id=21" target="_blank">
<img src="../../../../../images/ads/RVSupplies.jpg" width="150" height="165"/>
</a>
<br/><br/>
<a href="http://www.nzmotorhome.co.nz/ccount/click.php?id=16" target="_blank">
<img src="../../../../../images/ads/LEDBulbs.jpg" width="150" height="150"/>
</a>
<br/>
In Chrome the first one is missing.
Any ideas what I'm missing? The website is
www.nzmotorhome.co.nz/NZMotorhomeForum