Palooo 2009
Active Member
Napps...Dude i think you didn't corrected that code, i pointed you out in Yahoo Chat...
Anyways here it is again :
Replace this code :
With this one :
Lol..You forgot to close the img tag...which was causing the wareznow link to be shown everywhere on the page.. (in OPERA)
Anyways here it is again :
Replace this code :
PHP:
<center><!-- start katz.cd code -->
<a href="http://katz.cd/" target="_blank"><b><img src="http://www.imgcentre.com/images/516ii1575950453.gif" title=" Katz Downloads - http://katz.cd/ " alt="RapidShare Search" width="88" height="31" border="0"</a>
<!-- start wareznow.org code -->
<a href="http://wareznow.org/" target="_blank"><b><img src="http://www.wareznow.org/img/button.jpg" title=" Wareznow Downloads - http://wareznow.org/ " alt="RapidShare Search" width="88" height="31" border="0"</a>
</center>
With this one :
PHP:
<center><!-- start katz.cd code -->
<a href="http://katz.cd/" target="_blank"><b><img src="http://www.imgcentre.com/images/516ii1575950453.gif" title=" Katz Downloads - http://katz.cd/ " alt="RapidShare Search" width="88" height="31" border="0"</a>
<!-- start wareznow.org code -->
<a href="http://wareznow.org/" target="_blank"><b><img src="http://www.wareznow.org/img/button.jpg" title=" Wareznow Downloads - http://wareznow.org/ " alt="RapidShare Search" width="88" height="31" border="0" /></a>
</center>
Lol..You forgot to close the img tag...which was causing the wareznow link to be shown everywhere on the page.. (in OPERA)