CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur: Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus! |
| Problème template catégories | |
| Tekila
{ Membre }
Messages : 26
| Bonjour à tous! Voilà, j'ai voulu modifier l'agencement des catégories de mon forum en bougeant les codes dans mon template. Malheureusement il y'a un bug et je n'arrive pas à voir d'où ça vient. Les sous forums s'affichent en escaliers et je ne parviens pas à trouver comment régler le problème. Voici donc mon template : - Spoiler:
- Code:
-
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <tr> <td valign="bottom"> <!-- BEGIN switch_user_logged_in --> <span class="gensmall">{LAST_VISIT_DATE}
{CURRENT_TIME}
</span> <!-- END switch_user_logged_in --> <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div> </td> <td class="gensmall" align="right" valign="bottom"> <!-- BEGIN switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
<!-- END switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> </td> </tr> </table> <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th></tr> <!-- END tablehead -->
<!-- BEGIN cathead --> <tr> <!-- BEGIN inc --> <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%"> <h{catrow.cathead.LEVEL} class="hierarchy"> <span class="cattitle"> <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a> </span> </h{catrow.cathead.LEVEL}> </td> <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td> </tr> <!-- END cathead --> <!-- BEGIN forumrow --> <tr> <!-- BEGIN inc --> <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td> <!-- END inc --> <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <center><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"> {catrow.forumrow.FORUM_NAME}</a> </span>
<table><tr><td style ="font-family: Georgia; font-size: 12px; background-color: white; width: 100px; border: 2px solid #F08080; text-align: center; padding: 5px; -moz-border-radius: 30px; -moz-box-shadow: 0px 1px 4px #F0E68C;"><span class="gensmall"><font color="#FF7F50"><b>SUJETS</b></font> : {catrow.forumrow.TOPICS} <br> <font color="#DC143C"><b>MESSAGES</b></font> : {catrow.forumrow.POSTS}</span> <!-- BEGIN forum_link_no --></td> <td style= "padding: 20px"> </td> <td style ="font-family: Georgia; font-size: 14px; background-color: white; width: 170px; border: 2px solid #ADD8E6; text-align: center; padding-left: 4px; padding-right: 4px; padding-bottom: 7px; padding-top: 7px; -moz-border-radius: 30px; -moz-box-shadow: 0px 1px 4px #B0C4DE;"><span class="gensmall">{catrow.forumrow.LAST_POST}</span> </td><td> <!-- END forum_link_no --> <!-- BEGIN forum_link --> <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span> <!-- END forum_link --></center></td></tr></table> <table></h{catrow.forumrow.LEVEL}> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span> <tr><td><span class="gensmall"> {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
</span> </td> </tr> <!-- END forumrow --> <!-- BEGIN catfoot --> <tr> <!-- BEGIN inc --> <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td> </tr> <!-- END catfoot --> <!-- BEGIN tablefoot --> </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
J'aimerais aussi savoir comment "désencadrer" le titre de la catégorie si possible =) Voici un printscreen des sous-forums pour que vous puissiez visualiser la situation =) : - Spoiler:
Merci à tous ceux qui prendront du temps pour m'aider à régler ce problème | | |
| | | Illadon
{ Membre }
Messages : 126
| à tout hasard, tu as une balise h qui n'est pas refermée: - Code:
-
<h{catrow.forumrow.LEVEL} class="hierarchy"> (celle là) | | |
| | | Tekila
{ Membre }
Messages : 26
| Alors je l'ai fermée à deux reprises (les deux qu'il m'a semblé ne pas voir fermées) et malheureusement il y'a toujours cet effet escalier =/ Le problème doit se situé quelque part d'autre. Peut-être qu'en bougeant des valeurs j'ai oublié de déplacer quelque chose ou alors je n'aurais pas du déplacer quelque chose XD Pourtant, j'ai beau cherché je ne trouver pas comment régler tout ça =/
Merci d'avoir essayé <3 | | |
| | | VPeybernes
{ Membre actif }
Messages : 563
| Bonjour. Tout le block catrow ce trouve dans des cellule n'appartenant à aucun tableau. La cellule <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> n'est pas fermé, ainsi que sa ligne associer.
Utilisez Notepad++ pour repéré les défaut de fermeture. | | |
| | | Tekila
{ Membre }
Messages : 26
| catrow se trouve bel et bien dans une table si j'ai bien regardé: - Spoiler:
- Code:
-
<!-- BEGIN catrow --><!-- BEGIN tablehead -->[b]<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">[/b] <tr> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th></tr> <!-- END tablehead -->
<!-- BEGIN cathead --> <tr> <!-- BEGIN inc --> <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%"> <h{catrow.cathead.LEVEL} class="hierarchy"> <span class="cattitle"> <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a> </span> </h{catrow.cathead.LEVEL}> </td> <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td> </tr> <!-- END cathead --> <!-- BEGIN forumrow --> <tr> <!-- BEGIN inc --> <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td> <!-- END inc --> <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <center><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"> {catrow.forumrow.FORUM_NAME}</a><br /> </span></h{catrow.cathead.LEVEL}>[b]</table>[/b]
Et j'ai fermé la cellule mais rien ne change =/ Après peut-être que je me perds dans mon template? Avez testé sur votre forum test ou? Et pour notepad++ vous ne connaissez pas un équivalent pour mac car je le trouve que sur pc... Merci <3 | | |
| | | VPeybernes
{ Membre actif }
Messages : 563
| Dsl je ne m'y connais pas en mac. L'intéré d'un tel logiciel est qu'il explore la hiérarchie et repère les couple de balise ouvrante et fermante. On vois ainsi dessuite si il en manque. La cellule et la ligne n'était toujours pas fermé. La balise center non plus. De plus, la balise span doit ce trouver dans la balise centre, et non l'inverse. - Code:
-
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th></tr> <!-- END tablehead -->
<!-- BEGIN cathead --> <tr> <!-- BEGIN inc --> <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%"> <h{catrow.cathead.LEVEL} class="hierarchy"> <span class="cattitle"> <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a> </span> </h{catrow.cathead.LEVEL}> </td> <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td> </tr> <!-- END cathead --> <!-- BEGIN forumrow --> <tr> <!-- BEGIN inc --> <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td> <!-- END inc --> <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <center><span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"> {catrow.forumrow.FORUM_NAME}</a> </span></center> </h{catrow.cathead.LEVEL}> </td> </tr> </table> | | |
| | | Tekila
{ Membre }
Messages : 26
| J'ai mit ce code à la place du mien et le résultat est catastrophique XD Voilà ce que ça donne : - Spoiler:
Mon nouveau code : - Spoiler:
- Code:
-
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <tr> <td valign="bottom"> <!-- BEGIN switch_user_logged_in --> <span class="gensmall">{LAST_VISIT_DATE}<br />
{CURRENT_TIME}<br />
</span> <!-- END switch_user_logged_in --> <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div> </td> <td class="gensmall" align="right" valign="bottom"> <!-- BEGIN switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
<!-- END switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> </td> </tr> </table> <table><!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th></tr> <!-- END tablehead -->
<!-- BEGIN cathead --> <tr> <!-- BEGIN inc --> <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%"> <h{catrow.cathead.LEVEL} class="hierarchy"> <span class="cattitle"> <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a> </span> </h{catrow.cathead.LEVEL}> </td> <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td> </tr> <!-- END cathead --> <!-- BEGIN forumrow --> <tr> <!-- BEGIN inc --> <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td> <!-- END inc --> <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <center><span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"> {catrow.forumrow.FORUM_NAME}</a> </span></center> </h{catrow.cathead.LEVEL}> </td> </tr> </table>
<table><tr><td style ="font-family: Georgia; font-size: 12px; background-color: white; width: 100px; border: 2px solid #F08080; text-align: center; padding: 5px; -moz-border-radius: 30px; -moz-box-shadow: 0px 1px 4px #F0E68C;"><span class="gensmall"><font color="#FF7F50"><b>SUJETS</b></font> : {catrow.forumrow.TOPICS} <br> <font color="#DC143C"><b>MESSAGES</b></font> : {catrow.forumrow.POSTS}</span> <!-- BEGIN forum_link_no --></td> <td style= "padding: 20px"> </td> <td style ="font-family: Georgia; font-size: 14px; background-color: white; width: 170px; border: 2px solid #ADD8E6; text-align: center; padding-left: 4px; padding-right: 4px; padding-bottom: 7px; padding-top: 7px; -moz-border-radius: 30px; -moz-box-shadow: 0px 1px 4px #B0C4DE;"><span class="gensmall">{catrow.forumrow.LAST_POST}</span> </td><td> <!-- END forum_link_no --> <!-- BEGIN forum_link --> <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span> <!-- END forum_link --></center></td></tr></table> <table></h{catrow.forumrow.LEVEL}> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span> <tr><td><span class="gensmall"> {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
</span> </td> </tr> <!-- END forumrow --> <!-- BEGIN catfoot --> <tr> <!-- BEGIN inc --> <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td> </tr> <!-- END catfoot --> <!-- BEGIN tablefoot --> </table><img src="{SPACER}" alt="" height="5" width="1" /></h{catrow.cathead.LEVEL}><!-- END tablefoot --><!-- END catrow -->
| | |
| | | Kaiji
Blanche-Neige
Messages : 5578
| Bonjour,
Votre problème est-il résolu ?
| | |
| | | Kaiji
Blanche-Neige
Messages : 5578
| Bonjour,
Aucune relance de la part du créateur du sujet ! Je considère donc ce problème comme étant résolu et je le déplace pour céder la place aux problèmes en cours.
Si vous avez d'autres questions, merci d'ouvrir un nouveau topic en respectant les règles de l'entraide.
| | |
| | | Contenu sponsorisé
| | | | | Problème template catégories | |
|
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|
|