Bonjour à tous!![]()
Voilà mon problème:
L'image qui est en rouge n'apparait pas. Le nom de l'image est bon ainsi que son extension.
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
60
61
62
63
64 <html> <link href="stylesheet.css" rel="stylesheet" type="text/css" > <body bgcolor="#DEF3F3" LEFTMARGIN="0" TOPMARGIN="0" RIGHTMARGIN="0" BOTTOMMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <table width="100%" height="84" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="center" bgcolor=#004F77 class="titre_haut"> </td> </tr> </table> <table width="11.4%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="23" width="10" background="images/top_fond_1.gif"></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="144" valign="top"> <table width="144" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#004F77" height="108"><br><br><br> </td> </tr> <tr> <td align="center" bgcolor="#004F77" height="60"> <p align="left"><br> </td> </tr> <tr> <td align="left" height="83" background="images/menu_gauche_fond_1.gif"></td> </tr> <tr> <td align="center" bgcolor="#C2D8E3"></td> </tr> <tr> <td height="82" background="images/menu_gauche_fond_2.gif"> </td> </tr> </table> </td> <td> <table> <tr> <td background="images/livre2.jpeg"> </td> </tr> </table> </td> </tr> </table> </body> </html>
L'image doit elle exactement de la taille de la cellule?
Merci à tous![]()
Partager