erreur, oui mais ou ?
Ma page affiche une erreur sur ce bloque de ligne que je ne parviens pas a trouver,

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
 
 
$AffPage_TypeCommande = '';
 if (!empty ($_POST['AffPage_TypeCommande'])){
 $AffPage_TypeCommande = $_POST['AffPage_TypeCommande'];
}		
 
                         <?php if(($AffPage_TypeCommande == "Papier")||($AffPage_TypeCommande == "")){ ?>
                          <td background="Img/Onglet/Vert/activetab_left.gif" width="1%"></td>
                          <td background="Img/Onglet/Vert/activetab_body.gif" height="25%" width="24%" valign="top">*<img src="Img/NoImg.gif" border="0"><b Class="Onglet">*Commande de papier</b></td>
                          <td background="Img/Onglet/Vert/Activetab_joint_right.gif" height="10%" width="2%" valign="top"></td>
    		            			<td background="Img/Onglet/Vert/tab_body.gif" height="30%" width="23%" valign="top">*<img src="Img/NoImg.gif" border="0"><a href="#" OnClick="AffPage('Commande','Bobine');"><span Class="Onglet">*Commande de bobine</span></a></td>
    		            			<td background="Img/Onglet/Vert/tab_right.gif" width="4px"></td>
                         <? }else if($AffPage_TypeCommande == "Bobine"){ ?>
                          <td background="Img/Onglet/Vert/tab_left.gif" width="1%"></td>
                          <td background="Img/Onglet/Vert/tab_body.gif" height="25"% width="24%" valign="top">*<img src="Img/NoImg.gif" border="0"><a href="#" OnClick="AffPage('Commande','Papier');"><span Class="Onglet">*Commande de papier</span></a></td>
                          <td background="Img/Onglet/Vert/activetab_joint_left.gif" height="10%" width="2%" valign="top"></td>
    		            			<td background="Img/Onglet/Vert/activetab_body.gif" height="30%" width="23%" valign="top">*<img src="Img/NoImg.gif" border="0"><b Class="Onglet">*Commande de bobine</b></td>
    		            			<td background="Img/Onglet/Vert/activetab_right.gif" width="4px"></td>                          
                         <? } ?>
Il ne me donne pas de ligne de code ormis la derniere ligne de mon fichier qui est </html> ???