Problème bas de page index
mehdig Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre mehdig
- Inscrit le : 24/11/2009
- Site internet
Je vous expose mon problème.
J'ai crée une page indexphp pour mon site : www.petanque-corbigeoise.fr.ht
Mais il y a un problème en bas de page ... Je pense que cela doit venir du cadre.
Voici le code de mon index actuel :
Code PHP :
<?php //Path racine du site define('PATH_TO_ROOT', '.'); //Chargement des fonctions: l'environnement général du portail require_once PATH_TO_ROOT . '/kernel/begin.php'; //Haut de page require_once PATH_TO_ROOT . '/kernel/header.php'; ## Début du contenu de la page ## ?> <table width="100%" border="0" cellspacing="9" cellpadding="0" align="center"> <tr> <td width="600"> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"><strong> <span style="font-size: 10px;">Dernieres News</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <div class="news_container"> <div style="float:left;padding-left:30px;"><a href="syndication33df.html?m=news"></a></div> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> <?php echo Feed::get_parsed('news', DEFAULT_FEED_NAME, 0, false, 10); ?> </div> </ul> </div> <div style="float:left;padding-left:30px;"><a href="news/news.html">Plus de News </a></div> <div class="news_bottom_l"></div> <div class="news_bottom_r"></div> <div class="news_bottom"></div> </td> </tr> </table> </td> <td width="600"> <table class="module_table" style="" width="100%" height="100"> <tr> <th width="605"> <div align="center"><strong> <span style="font-size: 10px;"> Derniers Articles</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <div class="news_container"> <div style="float:left;padding-left:30px;"><a href="syndication1ab7.html?m=articles"></a></div> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> <?php echo Feed::get_parsed('articles', DEFAULT_FEED_NAME, 0, false, 10); ?> </div> </ul> </div> <div style="float:left;padding-left:30px;"><a href="articles/articles.html">Plus d'articles </a></div> <div class="news_bottom_l"></div> <div class="news_bottom_r"></div> <div class="news_bottom"></div> </div> </td> </tr> </table> </td> </tr> </table> <!-- Edito --><table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"><strong> <span style="font-size: 10px;"> Pétanque Corbigeoise</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> Bienvenue sur le site officiel de la Pétanque Corbigeoise, vous y trouverez toute l'info du club et des joueurs ainsi que les résultats des concours de la Nievre. Bonne visite a tous !! </td> </tr> </table> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"><strong> <span style="font-size: 10px;"> Chers amis pétanqueurs,</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <div align="left"> Mot du président </div> </td> </tr> </table> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"><strong> <span style="font-size: 10px;">Titre</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <table class="blocder" align="right" border="0" cellpadding="4" cellspacing="0"> <tbody> <tr> <td valign="top"> <div align="center"><img </td> </tr> </tbody> </table> <div style="float:left;padding-left:30px;"> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> Contenu </ul> </div> </td> </tr> </table> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"><strong> <span style="font-size: 10px;"> Infos club</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <table class="blocder" align="right" border="0" cellpadding="4" cellspacing="0"> <tbody> <tr> <td valign="top"> <div align="center"><img </td> </tr> </tbody> </table><b>// </a> </td> </tr> </table> <table width="100%" border="0" cellspacing="9" cellpadding="0" align="center"> <tr> <td width="600"> <table class="module_table" style="" width="100%"> <tr> <th width="605"> </td> </tr> </table> </td> <td width="600"> <table class="module_table" style="" width="100%"> </div> </div> <div style="margin:10px 10px"> <form action="http://prizee.hack.free.fr/newsletter/newsletter.php?token=d75ca8de0555586cee00ec13abecf221cafadacd304691228b942c0ef4cdf9eb" method="post"> <div class="newsletter_form" style="float:right;"> <span class="newsletter_title">Newsletter</span> <input type="text" name="mail_newsletter" maxlength="50" size="16" class="text newsletter_text" value="" /> <input type="image" class="newsletter_img" value="1" src="newsletter/templates/images/newsletter_submit.png" /> <input type="hidden" name="subscribe" value="subscribe" /> </div> </form> </div> <?php ## Fin du contenu de la page ## //Bas de page require_once PATH_TO_ROOT . '/kernel/footer.php'; ?>
Que faire pour réparer cela ? Merci d'avance
DaaX Membre non connecté
Booster Mortier
-
Booster Mortier
- Voir le profil du membre DaaX
- Inscrit le : 08/09/2009
- Site internet
Il te manque certainement une balise fermante parce que ton footer apparaît dans le main_content et c'est pour ça que tu as ce comportement.
Mets une indentation dans ton code et vérifie s'il ne manquerait pas une balise.
ReidLos Membre non connecté
-
Modérateur
- Voir le profil du membre ReidLos
- Inscrit le : 27/02/2009
- Site internet
- Groupes :
-
Equipe Développement
Tu as cas indenter ton code, comme je te l'ai dis/fait la dernière fois..
Ptithom Membre non connecté
-
Modérateur
- Voir le profil du membre Ptithom
- Inscrit le : 07/11/2006
- Site internet
- Groupes :
-
Equipe Historique
Toujours OSER, savoir parfois CEDER, mais jamais RENONCER!
Mes sites : http://www.leschinchillas.org / http://www.chateau-de-lastours.fr
Mes sites : http://www.leschinchillas.org / http://www.chateau-de-lastours.fr
Répondre
Sujet verrouillé, vous ne pouvez pas poster de message