I have troubles makes the link fit to the image in this way:
Code: Select all
<a href=”adRedirect.php?someBanner=4321”><img src=adShow.php?userID=1></a>Can anyone tell me the best way to make this system work the right way?
Moderator: General Moderators
Code: Select all
<a href=”adRedirect.php?someBanner=4321”><img src=adShow.php?userID=1></a>Code: Select all
<a href=”adRedirect.php?userID=1”><img src=adShow.php?userID=1></a>