Bonjour, voici mes soucis dans mon code:
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
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" valign="top">
                            <tr valign=top>
                                <td width='14' background='<%=page_niveaux%>commun/graphiq/cadre/cadre_r2_c1.gif' bgcolor='#FFFFFF'>
                                </td>
                                <td bgcolor='#FFFFFF'>	
                                    <table border="0" height="38" width="100%">
                                        <tr>
	                                        <td id="style">&nbsp;
	                                        </td>
	                                        <td>
	                                        </td>
	                                    </tr>
	                                </table>
	                             </td>  
	                         </tr> 
	                     </table>
Erreur: L'attribut 'valign' n'est pas un attribut valide de l'élément 'table'.

Et:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                                        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
                                        WIDTH=100% HEIGHT=120>
                                        <PARAM NAME=movie VALUE="<%=page_niveaux%>menu_haut_m.swf"> <PARAM NAME="quality" VALUE="high"> <PARAM NAME="scale" VALUE="exactfit"> <PARAM NAME="align" VALUE="T"> <PARAM NAME="wmode" VALUE="transparent"> <PARAM NAME="bgcolor" VALUE="#9999FF">
                                        <EMBED src="<%=page_niveaux%>menu_haut_m.swf" quality="high" scale="exactfit" align=T wmode=transparent bgcolor=#9999FF  WIDTH=100% HEIGHT=120 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
                                    </OBJECT>
Erreur: L'attribut 'wmode' n'est pas un attribut valide de l'élément 'embed'.

Merci pour vos réponses car je ne comprends pas du tout d'ou proviennent ces erreurs...