Bonjour,
Voilà j'ai un soucis, ne connaissant pas le CSS, j'ai fais des tableaux pour afficher mon design seulement entre chaque tableau mes images sont découpées par un trait blanc de quelques millimètres mais c'est désagréable.
Si quelqu'un peut m'aider
Merci par avance,
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 <html> <head> <title>Charte graphique</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <table width="1033" height="769" border="0" align="center" cellpadding="0" cellspacing="0" id="Tableau_01"> <tr> <td background="images/gauche.gif" width="114"> </td> <td width="812" align="left" valign="top"><div align="justify"> <table> <tr> <td width="152" align="center" valign="top"><img src="images/titre1.gif" width="152" height="238" align="top"></td> <td width="655" align="center" valign="top"> <img src="images/titre2.gif"> </td> </tr> <tr> <td width="152" height="552" background="images/fond_menu.gif""> </td> <td> </td> </tr> <tr> <td height="132" align="center" valign="top"> <img src="images/projecteur.gif"> </td> <td> <img src="images/footer.gif"> </td> </tr> </table> </div></td> <td background="images/doite.gif" width="107"> </td> </tr> </table> </body> </html>
Cordialement,
Emmanuel.
Partager