bé oui. il crée un tableau (ou si le coeur l'en dit, il fait tout en CSS-P) il met ses images avec comme src="http://www.mon-serveur.com/mon-dossier/mon-image.jpg" (et que je ne vois pas src="CDocuments and setting/mon-image.jp" je l'ai encore vu sur un site y'a pas longtemps !). les images qui doivent pointer vers un lien, il met un lien...
Je sens que t'es chaud pour un exemple
Citation :
<html>
<body>
<table style="width: 475px; text-align: left;" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="http://www.mon-serveur.com/mon-dossier/mon-image1.jpg">
</td>
<td><img src="http://www.mon-serveur.com/mon-dossier/mon-image2.jpg">
</td>
<td><img src="http://www.mon-serveur.com/mon-dossier/mon-image3.jpg">
</td>
</tr>
<tr>
<td><img src="http://www.mon-serveur.com/mon-dossier/mon-image4.jpg">
</td>
<td><img src="http://www.mon-serveur.com/mon-dossier/mon-image5.jpg">
</td>
<td><img src="http://www.mon-serveur.com/mon-dossier/mon-image6.jpg">
</td>
</tr>
<tr>
<td><img src="http://www.mon-serveur.com/mon-dossier/mon-image7.jpg">
</td>
<td><img src="http://www.mon-serveur.com/mon-dossier/mon-image8.jpg">
</td>
<td>
<a href="http://www.le-site.com">
<img src="http://www.mon-serveur.com/mon-dossier/mon-image9.jpg"></a>
</td>
</tr>
</table>
</body>
</html>
|