salut
quand je fait
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
<td width="459" height="24" valign="top" style="border-right:2px solid #0B198C; font:Arial, Helvetica, sans-serif; font-weight:bold; color:#FFFFFF; padding-left:15; border-bottom:2px solid #0B198C; background-color:#7B869A">Titre</td>
sa marche.
mais là
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
.entannpage{
font:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
padding-left:15;
border-bottom:2px solid #0B198C;
background-color:#7B869A
}
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
<td width="459" height="24" valign="top" style="border-right:2px solid #0B198C;" class="entannpage">Titre</td>
sa marche plus
ou est le probleme ?