bonjour
j'ai le code html suivant :
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 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Document sans nom</title> </head> <body> <div id="contenu" style=" border-top:solid 1px #D6EBEB; border-bottom:solid 1px #D6EBEB; border-left:1px solid #D6EBEB; border-right:1px solid #D6EBEB"> <table style="margin-bottom:15px" cellpadding="0" cellspacing="0" border="0"> <table cellpadding="0" cellspacing="0" width="100%" border="0"> <tr> <td align="left"> Partie Centrale Partie Fixe </a></td> </tr> </table> <table cellpadding="0" cellspacing="0" width="100%" border="0"> <tr> <P align="center" > ppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp</P> </td> </tr> </table> </table> </div> </div> </body> </html>
comment je peux pour
> Agrandir l'espace horizontal interne gauche, le mettre à 10px
> Agrandir l'espace horizontal interne droite, le mettre à 5px
de texte bien sur Merci d'avnce
Partager