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 :
TCL C74 Series 55C743 – TV 55” 4K QLED 144 ...
Voir le deal
499 €

    Probleme titre catégorie + pointillé

    Rizzoliandisles
    Rizzoliandisles
    FémininAge : 33Messages : 18

    Dim 14 Aoû 2011 - 23:10

    Bonsoir , j'ai un petit soucis en mettant une image à la place du titre dans la catégorie celle ci ne prend pas toute la place et comme vous pouvez le remarquer en haut il ya un carré noir qui ne fait pas très esthétique pour le forum puisque l'image ne prend pas toute la largeur, par ailleurs il mets apparu des pointillés autour du cadre et je n'arrive pas à le faire partir de plus la catégorie est devenu plus petite sur le coté a droite la ou il y a écrit les sujets, aurez vous des solutions à me proposer ? S'il vous plait.

    Je peux vous fournir mon template index box modifié ainsi que mon Css.

    Voir un aperçu :

    Probleme titre catégorie + pointillé Sans_t10[

    Merci d'avance !
    vic_le_faucheur
    vic_le_faucheur
    MasculinAge : 29Messages : 764

    Lun 15 Aoû 2011 - 10:33

    je dirais que ton cadre noir vient du fait que le colspan n'est pas assez élevé ^^
    pour faire plus simple retourne dans ton template et cherche là où tu as mis ton image. trouve la balise <*td> qui se trouve avant ton image. si elle contient un attribut colspan avec un nombre, il faut ajouter 1 à ce nombre, si c'est du texte, remplace le par un nombre jusqu'à ce que le carré ne se voit plus et si l'attribut n’existe pas, créé le.
    ça donnera
    Code:

     <td colspan="2">
        blablabla ... image
     </td>
     

    2 est un exemple. commence par 2, et augmente tant que le problème n'est pas résolu.

    sinon pour les pointillés je ne sais pas ... une balise mal fermée quand tu as modifier ?

    Rizzoliandisles
    Rizzoliandisles
    FémininAge : 33Messages : 18

    Lun 15 Aoû 2011 - 11:50

    Alors j'ai changé et maintenant cela me donne ça :

    Probleme titre catégorie + pointillé Sans_t11

    Comment faire pour que cela ne soit pas tout décalé :/

    Mon template modifié :

    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">
                            <table width="100%"><tr><td><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></td><td align="right"><span class="gensmall"></span></td></tr></table>

                        </span>
            <div style="text-align:right"><b>Sujets :</b> {catrow.forumrow.TOPICS} | <b>Messages :</b> {catrow.forumrow.POSTS}</div>
                    </h{catrow.forumrow.LEVEL}>
                    <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
                    <span class="gensmall">
                        <!-- BEGIN switch_moderators_links -->
                        {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                        <!-- END switch_moderators_links -->
                        {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                    </span>
                      </td>
           
                <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
         
           
              </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 -->
    vic_le_faucheur
    vic_le_faucheur
    MasculinAge : 29Messages : 764

    Lun 15 Aoû 2011 - 15:07

    il me semble que tu as modifier beaucoup de morceaux du template non ?
    il manque plein de cellules ... je ne peux pas résoudre ton problème à distance, il faudrait que j'ai accès à ton forum en tant qu'admin

    si tu es intéressée envoie moi tes identifiants par MP, ou sinon met un lien vers ton forum que je puise mieux visualiser ton problème.

    désolé c'est tout ce que je peux faire.

    Light'z
    Light'z
    MasculinAge : 32Messages : 7222

    Ven 2 Sep 2011 - 21:33

    Hello,

    Ton problème est-il résolu ?



    Probleme titre catégorie + pointillé 351595pingouinsign
    Contenu sponsorisé


      La date/heure actuelle est Jeu 28 Mar 2024 - 17:47