Bonsoir à vous
Je voudrais savoir pourquoi cela ne fonctionne pas:
Je comprend pas pourquoi sa déborde totalement de l'espace que je lui spécifie dans l'attribut table.
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 <table width="60"> <tr> <td> <img src="image/produit/sabots/sabots blanc brillant.jpg" width=200 height=150> </td> <td> <img src="image/produit/sabots/sabots dorés brillant.jpg" width=200 height=150> </td> <td> <img src="image/produit/sabots/sabots grisés brillant.jpg" width=200 height=150> </td> <th> <img src="image/produit/sabots/sabots maron authentique.jpg" width=200 height=150> </th> <th> <img src="image/produit/sabots/sabots maron clair normal.jpg" width=200 height=150> </th> <th> <img src="image/produit/sabots/sabots maron normal.jpg" width=200 height=150> </th> </tr> <th> sabots blanc brillant </th> <th> sabots dorés brillant </th> <th> sabots grisés brillant </th> <th> sabots maron authentique </th> <th> sabots maron clair normal </th> <th> sabots maron normal </th> <tr> </tr> <table>
Aussi, comment faire ceci dynamiquement?
Merci![]()
Partager