Erreur page multiple

Nouveau WRInaute
salut a tous voila j'utilise le system nuked-klan qui sont des site prefabriquer en PHP et mon prob c'est que je veux faire des page multiple c'est as dire afficher plusieur page dans le meme cadre mais je ne trouve pas la solution malgret les tutorial proposer part certain site donc je pose sur ce forum pour savoir si quelqu'un serait m'aider vous trouverez ci-dessous le code PHP de mon index.php merci d'avance pour les réponses

<?
opentable();
echo "
<center>
<table width=\"236\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">
<!--DWLayoutTable-->
<tr>
<td width=\"104\" height=\"104\" valign=\"top\"><a href=\"../wow/modules/Races/humain.php\" target=\"_self\"><img src=\"../wow/modules/Races/Images/townhall-human3.gif\" width=\"103\" height=\"104\" border=\"0\"></a></td>
<td colspan=\"2\" valign=\"top\"><a href=\"../wow/modules/Races/elfnight.php\" target=\"_self\"><img src=\"../wow/modules/Races/Images/townhall-nightelf3.gif\" width=\"104\" height=\"104\" border=\"0\"></a></td>
</tr>
<tr>
<td height=\"6\"></td>
<td width=\"131\"></td>
<td width=\"1\"></td>
</tr>
<tr>
<td height=\"103\" valign=\"top\"><a href=\"../wow/modules/Races/nain.php\" target=\"_self\"><img src=\"../wow/modules/Races/Images/townhall-dwarf3.gif\" width=\"104\" height=\"103\" border=\"0\"></a></td>
<td rowspan=\"2\" valign=\"top\"><a href=\"../wow/modules/Races/gnomes.php\" target=\"_self\"><img src=\"../wow/modules/Races/Images/townhall-gnome3.gif\" width=\"103\" height=\"104\" border=\"0\"></a></td>
<td> </td>
</tr>
<tr>
<td height=\"1\"></td>
<td></td>
</tr>
<tr>
<td height=\"28\"> </td>
<td> </td>
<td></td>
</tr>
<tr>
<td height=\"104\" valign=\"top\"><a href=\"../wow/modules/Races/humain.php\" target=\"_self\"><img src=\"../wow/modules/Races/Images/townhall-orc3.gif\" width=\"104\" height=\"104\" border=\"0\"></a></td>
<td valign=\"top\"><a href=\"../modules/Races/humain.php\"><img src=\"../wow/modules/Races/Images/townhall-tauren3.gif\" width=\"131\" height=\"104\" border=\"0\"></a></td>
<td> </td>
</tr>
<tr>
<td height=\"104\" valign=\"top\"><a href=\"../wow/modules/Races/humain.php\" target=\"_self\"><img src=\"../wow/modules/Races/Images/townhall-undead3.gif\" width=\"103\" height=\"104\" border=\"0\"></a></td>
<td valign=\"top\"><a href=\"../wow/modules/Races/humain.php\" target=\"_self\"><img src=\"../wow/modules/Races/Images/townhall-troll3.gif\" width=\"104\" height=\"115\" border=\"0\"></a></td>
<td></td>
</tr>
</table>
";
closetable();
?>
 
WRInaute impliqué
Arf. C'est vraiment codé n'importe comment ca ! Euh... Je me trompe peut-être mais je vois pas l'intêret du copier/coller pour répondre à ton pb de "pages multiples". Ce que tu veux c'est des pseudos frames en php ?
 
WRInaute passionné
Ta balise "<center>" (dont je (me) demande au passage si elle est conforme aux règles du W3C ?) n'est pas fermée.

Pour le reste, je n'ai pas très bien compris ta question...

aK.
 
Discussions similaires
Haut