Bonjour,
j'ai le problème suivant, j'ai une image en l'intégrant dans mon interface son fond change en gris ,
et le contenu de ma page de démarrage HTML est le 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
 
<TABLE BORDER="0" CELLPADDING="4" CELLSPACING="0" WIDTH="100%" HEIGHT="100%" >
<TR>
    <TD style="width:30%; height:50px">&nbsp;</TD>
    <TD style="width:40%; height:50px">&nbsp;</TD>
    <TD style="width:30%; height:50px">&nbsp;</TD>
</TR>
<TR>
    <TD style="width:30%;">&nbsp;</TD>
    <TD style="width:40%;"><IMG 
        SRC="func/wcs/icons/webclient_start_BSCS_IX_CX.png" ALT="Login" style="width:484px; height:333px; "></TD>
     <TD style="width:30%      ">&nbsp;</TD>
</TR>
<TR>
      <TD style="width:30%; height:50px">&nbsp;</TD>
      <TD style="width:40%; height:50px">&nbsp;</TD>
      <TD style="width:30%; height:50px">&nbsp;</TD>
</TR>
</TABLE>
<!-- TD End Data Area -->
J'attends vos propositions
Merci