Bonjour,
J'ai un site pour un projet que je gere avec FileZilla
Et j'ai un petit dilemme vu que je ne m'y connais pas en programmation
Voilà > mon site < et si vous regardez en haut il y a 4 images de sponsor avec ecrit "Vous ici".
J'aimerais remplacer ces 4 images par une bannière que j'ai faite et que celui qui clique dessus soit redirigé vers une page de mon site.
Comment pourrais-je m'y prendre ?
Voici les codes des 4 images :
<table style="width:212px;" border="0" cellpadding="0" cellspacing="0">
<tr style="height:60px;">
<td style="width:212px;">
<a href="<?php echo $url1_sponso ;?>"><img width="212px" height="60px" src="<?php echo $lien1_sponso; ?>" border="0"></a>
</td>
</tr>
<tr style="height:60px;">
<td style="width:212px;">
<a href="<?php echo $url2_sponso ;?>"><img width="212px" height="60px" src="<?php echo $lien2_sponso; ?>" border="0"></a>
</td>
</tr>
<tr style="height:60px;">
<td style="width:212px;">
<a href="<?php echo $url3_sponso ;?>"><img width="212px" height="60px" src="<?php echo $lien3_sponso; ?>" border="0"></a>
</td>
</tr>
<tr style="height:60px;">
<td style="width:212px;">
<a href="<?php echo $url4_sponso ;?>"><img width="212px" height="60px" src="<?php echo $lien4_sponso; ?>" border="0"></a>
</td>
</tr>
</table>