Hi,
I want to add a category with a banner 468x60 in popup but I have a script so, my tags can be in php or Iframe like:
<?
// Code phpmypub
$IdCat=1;
include ("bannieresbanniere.php");
// Fin Code phpmypub
?>
or
<!--debut iframe phpmypub -->
<iframe src="http://www.courturl.combannieresindex.php?IdCat=1" frameborder="0" width="60" height="468" scrolling="NO" noresize marginwidth=0 marginheight=0>
</iframe>
<!--fin iframe phpmypub -->
But it doesn't work, its too long for the "banner url". What Can I do ?