Bonjour,
Je souhaiterai que ce tableau n'ait aucun espacement entre ses cellules, pour que l'image ne soit pas coupée.
Le code :
Voici maintenant quelques heures que je m'arrache les cheuveux, et je parviens pas à savoir d'où viens l'erreur...!
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 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" > <head> <title>Episode 2 : Space Trip</title> <link rel="stylesheet" media="screen" type="text/css" title="The Mutant's Trek" href="mutantstrek.css" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> <body> <div id="matable"> <TABLE border="0" cellpadding="0" cellspacing="0"> <TR> <TD width="1024", height="600", colspan="3" border="0"> <TABLE border="0" cellpadding="0" cellspacing="0"> <TR> <TD colspan="3"> <img src="http://www.ilovelemutant.com/episodes/images/episode2/episode02-01.jpg" width="1024", height="500"> </TD> </TR> <TR height="100"> <TD width="325" border="0"> <img src="http://www.ilovelemutant.com/episodes/images/episode2/episode02-02.jpg" width="325" height="100"> </TD></TD> <TD width="400" border="0"></TD> <TD width="300" border="0"> <img src="http://www.ilovelemutant.com/episodes/images/episode2/episode02-04.jpg" width="300" height="100"> </TD> </TR> </TABLE> </div> </TD> </TR> <TR height=20> <TD width="341", align=left> <a href="http://www.ilovelemutant.com/episodes/episode01.html">Previous</a> </TD> <TD width="342", align=center> <a href="http://www.ilovelemutant.com/the-mutants-trek/">Website</a> </TD> <TD width="341", align=right> </TD> </TR> </TABLE> </body> </html>
Merci pour votre aide !
Partager