bonjour,
j'ai un petit probleme au niveau des images de mon tableau,
j'ai un lien et une image par case (12 au total) et mes images ne s'affichent pas.
Les liens sont corrects, mais rien ne s'affiche..
je vous montre le code:
une idée?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59 <table width="780" border="0" align="center"> <tr bordercolor="#B7B7B7"> <td><p> <a href="index.php">Accueil</a> </p> <table width="100%" border="0"> <tr> <td><div align="center"> <p><img src="/imagessite/thumb/4.jpg" width="130" height="130" /></p> <p><a href="4.html">4</a></p> </div></td> <td><div align="center"> <p><img src="/imagessite/thumb/1.jpg" width="160" height="110" /></p> <p><a href="1.html">1</a></p> </div></td> <td><div align="center"> <p><img src="/imagessite/thumb/11.gif" width="120" height="50" /></p> <p><a href="11.html">11</a></p> </div></td> </tr> <tr> <td><div align="center"> <p><img src="/imagessite/thumb/12.jpg" width="150" height="80" /></p> <p><a href="12.html">12 </a></p> </div></td> <td><div align="center"> <p><img src="/imagessite/thumb/13.jpg" width="120" height="80" /></p> <p><a href="13.html">13</a></p> </div></td> <td><div align="center"> <p><img src="/imagessite/thumb/14.jpg" width="130" height="79" /></p> <p><a href="14.html">14</a></p> </div></td> </tr> <tr> <td><div align="center"> <p><img src="/imagessite/thumb/15.jpg" width="60" height="100" /></p> <p><a href="15.html">15</a></p> </div></td> <td><div align="center"> <p><img src="/imagessite/thumb/16.jpg" width="100" height="100" /></p> <p><a href="16.html">16</a></p> </div></td> <td><div align="center"> <p><img src="/imagessite/thumb/17.jpg" width="120" height="120" /></p> <p><a href="17.html">17 </a></p> </div></td> </tr> <tr> <td><div align="center"> <p><img src="/imagessite/thumb/18.jpg" width="120" height="120" /></p> <p><a href="18.html">18</a></p> </div></td> <td><div align="center"> <p><img src="/imagessite/thumb/19.jpg" width="120" height="100" /></p> <p><a href="19.html">19 </a></p> </div></td> <td><div align="center"></div></td> </tr> </table>
merci d'avance
Partager