AccueilDernières imagesRechercherS'enregistrerConnexion

Forum de graphisme, codage et game design proposant des tutoriels, astuces, libres services et commandes dans les domaines de l'infographie amateur, de l'intégration web (HTML et CSS essentiellement) ainsi que dans la conception de RPG sur forum.

Le Deal du moment :
Cdiscount : -30€ dès 300€ ...
Voir le deal

    Mise en page des catégories

    Magda Sully
    Magda Sully
    FémininAge : 27Messages : 143

    Sam 24 Nov 2012 - 18:04

    Rappel du premier message :

    Bonjour bonjour! Je poste une commande qui, vous pourrez le constater, est très concrète, mais que je ne saurai réaliser =.='

    Commande
    Elément à coder : Catégories et forums
    Adresse du forum : http://robotic-earth.forumactif.org/
    Description du résultat voulu :
    Spoiler:
    Couleurs ou tons : Le fond de l'encadré "description" est en #666, celui des Sous-forum doit être en #333 même si je ne l'ai pas représenté sur le schéma.
    Images :
    Spoiler:
    Autres précisions : Sur l'image, l'encadré principal fait à peu près 300px de hauteur, ce qui est trop grand, je préfèrerais 200px de hauteur, merci!

    Je fournis également le Templates de mon index_box vu que je l'ai déjà modifié (par exemple pour les images d'en-tête de catégorie) et j'aimerais conserver ces modifications.

    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>
                        <!-- BEGIN catrow --><!-- BEGIN tablehead -->
        <!-- DEBUT IMG HAUT CAT -->
                        <table class="haut_cate"><tr valign="center"><td>{catrow.tablehead.L_FORUM}</td></tr></table>
        <!-- FIN IMG HAUT CAT -->
                          <table class="forumline" width="900px" border="0" cellspacing="1" cellpadding="0">
                          <!-- 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="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="middle" width="100%" height="50" align="right">

                                      <table width="100%"><tr><td colspan="3">
                                                <span class="forumlink"> <h{catrow.forumrow.LEVEL} class="hierarchy">
                    <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
                                </h{catrow.forumrow.LEVEL}>
                    </td></tr>
                    <tr>
                            <td  id="iconefora" 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>
        <!-- DESCRIPTION -->
                            <td width=100%" align="center" valign="middle">
                              <div class="descrip">
                                  <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
                                  <span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>
                              </div>
                            </td>
        <!-- FIN DESCRIPTION -->

        <!-- STATS -->
                            <td id="stats" class="row3 over" align="center" valign="middle" height="50"><div style="width:150px;"></div>
                                  <span class="gensmall">{catrow.forumrow.POSTS} présages dans {catrow.forumrow.TOPICS} intrigues.<br />
                                    {catrow.forumrow.LAST_POST}</span>
                            </td></tr></table></span>
        <!-- FIN STATS -->
                              </td></tr></table>
                              <img src="{SPACER}" alt="" height="5" width="1" />
                            <table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
                          <!-- 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>
                     
                          <!-- END catfoot -->
                          <!-- BEGIN tablefoot -->
                        </tr></table>
        <!-- IMG BAS CAT -->
                        <table class="bas_cate"><tr valign="center"><td> </td></tr></table>
        <!-- FIN IMG BAS CAT -->
                              <img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->


    En espérant n'avoir rien oublié, merci d'avance à celui qui fera ma commande! Wink


    Dernière édition par Magda Sully le Dim 9 Déc 2012 - 21:03, édité 3 fois



    Angelusia
    Angelusia
    FémininAge : 39Messages : 1159

    Dim 9 Déc 2012 - 19:04

    Je ne peux pas voir :)

    Il faut être inscrit ^^
    Magda Sully
    Magda Sully
    FémininAge : 27Messages : 143

    Dim 9 Déc 2012 - 19:08

    Ah oui zut... De toute manière j'ai réinitialisé les codes histoire que ça ne reste pas à buguer comme ça ^^
    En gros tous les titres de forum sont décalés vers le haut.



    Angelusia
    Angelusia
    FémininAge : 39Messages : 1159

    Dim 9 Déc 2012 - 19:10

    Cela ne me permet pas de voir pour corriger le bug ^^

    Magda Sully
    Magda Sully
    FémininAge : 27Messages : 143

    Dim 9 Déc 2012 - 19:34

    Je pense que c'est un truc qui cloche au niveau des positionnements des div class.
    Je vais jeter un coup d'oeil Wink



    Angelusia
    Angelusia
    FémininAge : 39Messages : 1159

    Sam 15 Déc 2012 - 11:23

    Coucou Madga

    As-tu trouvé ?
    Magda Sully
    Magda Sully
    FémininAge : 27Messages : 143

    Sam 15 Déc 2012 - 12:55

    Non, je ne vois pas ce qui cloche, c'est un peu compliqué pour moi =.='



    Magda Sully
    Magda Sully
    FémininAge : 27Messages : 143

    Ven 21 Déc 2012 - 18:11

    Finalement je crois que je vais laisser tomber, désolé, parce que le projet ne me tente plus tant que ça, et il y aurait de toute manière un défaut, notamment avec l'image de bas de catégorie, qui est en trop lorsque le nombre de forums à l'intérieur est impair.
    Sauf si tu as trouvé ce qui pose problème dans le codage, je vais demander à verrouiller Wink



    Angelusia
    Angelusia
    FémininAge : 39Messages : 1159

    Sam 22 Déc 2012 - 13:38

    Coucou Magda.

    Ok. Et j'avoue que non je n'ai pas eu le temps de chercher. ^^

    Je vais donc archiver ta demande. ^^

    Contenu sponsorisé


      La date/heure actuelle est Ven 17 Mai 2024 - 4:12