Voilà je suis un habitué de netscape
Je me suis dis que j'avais oublier de fermer un balise ou autre donc j'ai vérifié et revérifié TOUT mon code et nada! rien! tout devrais marcher
Pour voir par vous meme voilà l'adresse de mon site:ICI
voici le code de mon tableau:
<center>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="6"><img src="banniere.png"></td>
</tr>
<tr>
<td colspan="6"><img src="border.jpg"></td>
</tr>
<tr>
<td><img src="menuG.jpg"></td>
<th><a href="#" target="page">Ajouter une enigme</a></th>
<th><a href="UserInfos.php" target="page">Mes Infos</a></th>
<th><a href="#" target="page">List Membres</a></th>
<th><?if(!isset($_SESSION['Id'])){?><a href="FormConnect.php" target="page">Connection</a></th><?}else{?><a href="UserDeconection.php" target="page">Deconnection</a><?}?></th>
<td><img src="menuD.jpg"></td>
</tr>
<tr>
<td colspan="10"><img src="border.jpg"></td>
</tr>
<tr>
<th>Menu</th>
<td rowspan="25" colspan="4">
<iframe src="accueil.php" name="page" frameborder="0" width="600" height="400"></iframe>
</td>
<th rowspan="3">
<form name="formhorloge"><input type="button" name="horloge" value=""></form>
</th>
</tr>
<tr>
<td><img src="menu.jpg"></td>
</tr>
<tr>
<th><a href="accueil.php" target="page">Accueil</a></th>
</tr>
<tr>
<td><img src="menu.jpg"></td>
<td><img src="menu.jpg"></td>
</tr>
<tr>
<th>Enigmes Facil</th>
<th rowspan="10"><br>
Bienvenue<br>
<?
if(isset($_SESSION['Id']))
{
echo$_SESSION['Pseudo'];
?>
<br><br>
Difficulte : <?if($_SESSION['Difficulte']==0)echo 'Facile';else echo'Difficile';?><br>
Niveau : <?echo $_SESSION['Level']?>
<br><br>
Statistique :<br>
Gagnée : <?echo $_SESSION['WIN'];?><br>
Perdu : <?echo $_SESSION['Loose'];?><br>
Réusite : <?$Moyenne=round((($_SESSION['WIN']/($_SESSION['WIN']+$_SESSION['Loose']))*100),0);echo $Moyenne;?>%
<?
}
else
{
echo'Anonyme';
}
?>
</th>
</tr>
<tr>
<td><img src="menu.jpg"></td>
</tr>
<tr>
<th><a href="jeu.php?NumJeu=1" target="page">Niveau1</a></th>
</tr>
<tr>
<th><a href="jeu.php?NumJeu=2" target="page">Niveau2</a></th>
</tr>
<tr>
<th><a href="jeu.php?NumJeu=3" target="page">Niveau3</a></th>
</tr>
<tr>
<th><a href="jeu.php?NumJeu=4" target="page">Niveau4</a></th>
</tr>
<tr>
<td><img src="menu.jpg"></td>
</tr>
<tr>
<th>Enigmes Difficile</th>
</tr>
<tr>
<td><img src="menu.jpg"></td>
</tr>
<tr>
<th><a href="jeu.php?NumJeu=1" target="page">Niveau1</a></th>
</tr>
<tr>
<th><a href="jeu.php?NumJeu=2" target="page">Niveau2</a></th>
</tr>
<tr>
<th><a href="jeu.php?NumJeu=3" target="page">Niveau3</a></th>
</tr>
<tr>
<th><a href="jeu.php?NumJeu=4" target="page">Niveau4</a></th>
</tr>
<tr>
<td><img src="menu.jpg"></td>
</tr>
<tr>
<th>Configuration</th>
</tr>
<tr>
<td><img src="menu.jpg"></td>
</tr>
<tr>
<th><a href="#" target="page">Modification</a></th>
</tr>
<tr>
<th><a href="#" target="page">Mon Niveau</a></th>
</tr>
</table>
</center>
Une idée?Merci d'avance