Problème "forumline" interrompue Bouton_activeProblème "forumline" interrompue Bouton_hoverProblème "forumline" interrompue Fb-hoverProblème "forumline" interrompue Fb-active
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!

Derniers sujets
» Structure de Qui Est En Ligne (1)
Problème "forumline" interrompue EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
Problème "forumline" interrompue EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
Problème "forumline" interrompue EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
Problème "forumline" interrompue EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
Problème "forumline" interrompue EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
Problème "forumline" interrompue EmptyMar 07 Fév 2023, 08:40 par Oxtran

» Mettre votre © Copyright dans le footer de votre forum
Problème "forumline" interrompue EmptyMar 07 Fév 2023, 07:35 par Oxtran

» Barre(s) Hitskinienne
Problème "forumline" interrompue EmptyVen 03 Fév 2023, 17:22 par Krager

-29%
Le deal à ne pas rater :
PC portable Gamer ERAZER DEPUTY P60 – 15,6” FHD 144Hz – i7-12è ...
999.99 € 1399.99 €
Voir le deal

Partagez
 

Problème "forumline" interrompue

Voir le sujet précédent Voir le sujet suivant Aller en bas 
http://unigraph.forum-canada.net/index.htm
Gigi
Gigi
{ Membre }
{ Membre }

Féminin Messages : 108



Problème "forumline" interrompue Empty
Bonjour/bonsoir à tous !

Je reviens vers vous une nouvelle fois pour vous demander de l'aide au sujet d'un petit problème ! (niveau code, j'avoue être une bidouilleuse, je comprends un petit peu comment ça marche mais il me manque clairement les bases qui me permettraient de résoudre certains problèmes. ^^')

BREF ! mon problème ne semble pas très compliqué à la base, mais malgré de nombreux essais je n'arrive pas à m'en sortir.

J'explique :

J'ai édité mon template index_box, pour que mes forums sur la page d'accueil se présentent comme ceci :

Problème "forumline" interrompue 130921044013436850

Mon problème vient du "< table> forumline" (je l'ai mis en noir moche exprès pour qu'on la discerne bien du reste) qui s'arrête tout en haut au lieu d'englober les deux forums. J'ignore si c'est ça, mais j'imagine que le problème vient du fait que j'ai utiliser une balise < table> pour la mise en forme des forums et que cette dernière interfère avec celle du forumline ?

Existe-il un moyen de faire en sorte que mon "forumline" aille jusqu'en bas ? :3

Je vous donne mes codes :

Index_box :
Code:
<link href='http://fonts.googleapis.com/css?family=Oranienbaum' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
      <br>

    <!-- BEGIN catrow --><!-- BEGIN tablehead --><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
              <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" valign="middle" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
                </tr></table><table class="forumline" width="100%" 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>  <table class="tour_cate" align="center" valign="middle">
      <!-- BEGIN inc -->
      <td><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td>    <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
                                  <div class="titreforums"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div>
            </span>
         </h{catrow.forumrow.LEVEL}>
      <div class="ligneforum"  align="center"></div>
         <div class="forumdescriptions">
    <div id="forumdescriptions">
      {catrow.forumrow.FORUM_DESC}
    </div>
</div>
            <div class="ligneforum"  align="center"></div>
        <div id="subfo" class="sousfo">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
                <script type="text/javascript">
                  jQuery('#subfo').html(jQuery('#subfo').html().replace(/, /g,' <span class="sousfo_symbol">▴</span> ')).removeAttr('id');
                  </script>

                 <span class="gensmall" id="subforums">
          <!-- BEGIN switch_moderators_links -->
          {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
          <!-- END switch_moderators_links -->
              </span>
      </td>
     <td>
          <div class="imgmessages"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></div>
      </td>
     <td>
                        <div class="oldmessage"><span class="old">{catrow.forumrow.LAST_POST}</span>
        </div>
                  <div class="sujets_messages">{catrow.forumrow.POSTS} messages - {catrow.forumrow.TOPICS} sujets.</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 -->
CSS :
Code:

.tour_cate {
 border-radius: 2px 2px 2px 2px;
 padding-bottom:0px;
 padding-top:0px;
 background-color: #F0E1D3;
 border: 1px solid #E3C6BA;
 margin-top:3px;
     width: 750px;
}

.forumline {
 border-radius: 2px 2px 2px 2px;
 border-bottom: 1px solid #ee5e5d;
 padding-bottom:5px;
 padding-top:5px;
 background-color: #000000;
 margin-top:0px;
 border-right: 1px solid #EAD4C7;
 border-left: 1px solid #EAD4C7;
     width: 100%;
}
Si il y a besoin d'autres détails ou quoi que ce soit qui pourrait vous aider à résoudre ce problème je vous donnerai tout ce qu'il faudra ! Problème "forumline" interrompue 577704309 

Si la question a déjà été posée avant moi je m'excuse platement. J'ai fais une recherche sur le forum mais mes yeux ne sont pas infaillibles, j'ai pu passer à côté de quelque chose... Problème "forumline" interrompue 1779901633 

Merci beaucoup pour votre lecture ! Problème "forumline" interrompue 2176505670 très bonne journée !
MessageSujet: Problème "forumline" interrompue   Problème "forumline" interrompue EmptySam 21 Sep 2013, 11:55
Revenir en haut Aller en bas
Nihil
Nihil
{ Modérateur }
{ Modérateur }

Messages : 1216



Problème "forumline" interrompue Empty
Avant tout, est ce que tu as bien vérifié que chaque balise ouverte est bien fermée ^^ ?
Seconde petite chose, à un endroit tu ouvres une ligne dans ton tableau (balise tr), puis tu ouvres une balise table. (d'ailleurs, je crois que tu as oublié de fermer cette balise table Razz)
Code:
<!-- BEGIN forumrow -->
   <tr>  <table class="tour_cate" align="center" valign="middle">
Attention, après une balise ligne (tr), il faut toujours ouvrir une cellule (balise td). N'hésite pas à jeter un coup d’œil sur un cours sur les tableaux en HTML Razz

Cela ne règlera peut être pas le problème, mais déjà tu auras un base plus propre ^___^
MessageSujet: Re: Problème "forumline" interrompue   Problème "forumline" interrompue EmptySam 21 Sep 2013, 12:27
Revenir en haut Aller en bas
http://unigraph.forum-canada.net/index.htm
Gigi
Gigi
{ Membre }
{ Membre }

Féminin Messages : 108



Problème "forumline" interrompue Empty
Tu as raison il vaut mieux partir sur du code propre ! Smile merci.
J'ai donc remis les balises dans l'ordre dans lequel elles doivent apparaitre ! Donc maintenant les < tr> sont bien suivit de < td> et tout semble refermé normalement.

Il semblerait que la forumline ne s'affiche plus du tout dans les catégories par contre. :0

Problème "forumline" interrompue 130921063044688691

J'ai constaté que je n'avais pas refermé une des deux balise < /table> ! le problème c'est que je ne peux mettre ce < /table> manquant qu'à la toute fin de mon template (index_box) car sinon après la deuxième catégorie le bodyline s'interrompt et les catégories flottent sur le fond en buggant comme ceci :

Problème "forumline" interrompue 130921062820304275

Voilà mon template corrigé :

Code:
<link href='http://fonts.googleapis.com/css?family=Oranienbaum' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>


    <!-- BEGIN catrow --><!-- BEGIN tablehead --><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
              <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" valign="middle" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
                </tr></table><table class="forumline" width="100%" 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 -->
 <table class="tour_cate" align="center" valign="middle">  <tr> 
      <!-- BEGIN inc -->
      <td><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td>    <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
                                  <div class="titreforums"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div>
            </span>
        </h{catrow.forumrow.LEVEL}>
      <div class="ligneforum"  align="center"></div>
        <div class="forumdescriptions">
    <div id="forumdescriptions">
      {catrow.forumrow.FORUM_DESC}
    </div>
</div>
            <div class="ligneforum"  align="center"></div>
        <div id="subfo" class="sousfo">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
                <script type="text/javascript">
                  jQuery('#subfo').html(jQuery('#subfo').html().replace(/, /g,' <span class="sousfo_symbol">▴</span> ')).removeAttr('id');
                  </script>

                <span class="gensmall" id="subforums">
          <!-- BEGIN switch_moderators_links -->
          {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
          <!-- END switch_moderators_links -->
              </span>
      </td>
    <td>
          <div class="imgmessages"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></div>
      </td>
    <td>
                        <div class="oldmessage"><span class="old">{catrow.forumrow.LAST_POST}</span>
        </div>
                  <div class="sujets_messages">{catrow.forumrow.POSTS} messages - {catrow.forumrow.TOPICS} sujets.</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 --></table>
Quelqu'un a-t-il une idée lumineuse pour faire apparaitre ce forumline réfractaire ? xD 

Merci ! ♥️
MessageSujet: Re: Problème "forumline" interrompue   Problème "forumline" interrompue EmptySam 21 Sep 2013, 13:27
Revenir en haut Aller en bas
Nihil
Nihil
{ Modérateur }
{ Modérateur }

Messages : 1216



Problème "forumline" interrompue Empty
Je pense avoir trouvé la solution (en tout cas ça marche sur mon forum test)

Edit : Ce code comporte un bug, prendre celui dans les messages suivants, merci.
Code:
<link href='http://fonts.googleapis.com/css?family=Oranienbaum' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>


    <!-- BEGIN catrow --><!-- BEGIN tablehead --><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
              <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" valign="middle" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
                </tr></table>
 <div class="forumline" width="100%">
 
     
         <!-- END tablehead -->
          <!-- BEGIN cathead --><!-- END cathead -->

  <!-- BEGIN forumrow -->
 <table class="tour_cate" align="center" valign="middle">  <tr>  
      <!-- BEGIN inc -->
      <td><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td>    <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
                                  <div class="titreforums"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div>
            </span>
         </h{catrow.forumrow.LEVEL}>
      <div class="ligneforum"  align="center"></div>
         <div class="forumdescriptions">
    <div id="forumdescriptions">
      {catrow.forumrow.FORUM_DESC}
    </div>
</div>
            <div class="ligneforum"  align="center"></div>
        <div id="subfo" class="sousfo">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
                <script type="text/javascript">
                  jQuery('#subfo').html(jQuery('#subfo').html().replace(/, /g,' <span class="sousfo_symbol">▴</span> ')).removeAttr('id');
                  </script>

                 <span class="gensmall" id="subforums">
          <!-- BEGIN switch_moderators_links -->
          {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
          <!-- END switch_moderators_links -->
              </span>
      </td>
     <td>
          <div class="imgmessages"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></div>
      </td>
     <td>
                        <div class="oldmessage"><span class="old">{catrow.forumrow.LAST_POST}</span></div>
           <div class="sujets_messages">{catrow.forumrow.POSTS} messages - {catrow.forumrow.TOPICS} sujets.</span></div>
      </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 --></div>
Dis moi si ça marche Wink

Par contre, si tu as le temps, essaye d'indenter ton code. C'est vraiment important, cela te facilitera sa lecture, et en plus comme ça tu pourras voir s'il manque des balises Wink


Dernière édition par Nihil le Sam 21 Sep 2013, 15:16, édité 1 fois
MessageSujet: Re: Problème "forumline" interrompue   Problème "forumline" interrompue EmptySam 21 Sep 2013, 14:04
Revenir en haut Aller en bas
http://unigraph.forum-canada.net/index.htm
Gigi
Gigi
{ Membre }
{ Membre }

Féminin Messages : 108



Problème "forumline" interrompue Empty
Merci beaucoup de m'aider. Problème "forumline" interrompue 577704309 c'est vraiment super sympa. Je vais mettre mon code plus au propre oui, que ce soit plus clair !

Alors ! Le forumline semble bien pris en compte avec ta version ! par contre plus on va dans les catégories plus il semble y avoir un léger décalage vers la droite + ce qui semble être un succession de forumline non fermées tout en bas du forum.

Je te montre le lien du forum en direct (en "hide") :



Tu penses que c'est dû à quoi ? scratch
MessageSujet: Re: Problème "forumline" interrompue   Problème "forumline" interrompue EmptySam 21 Sep 2013, 14:35
Revenir en haut Aller en bas
Nihil
Nihil
{ Modérateur }
{ Modérateur }

Messages : 1216



Problème "forumline" interrompue Empty
Tu as totalement raison, désolée j'ai mal placé la balise fermante de la balise div il me semble ^^

Comme cela, c'est mieux ?
Code:
<link href='http://fonts.googleapis.com/css?family=Oranienbaum' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>


    <!-- BEGIN catrow --><!-- BEGIN tablehead --><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
              <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" valign="middle" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
                </tr></table>
      <div class="forumline" width="100%">
      
      
         <!-- END tablehead -->
          <!-- BEGIN cathead --><!-- END cathead -->

  <!-- BEGIN forumrow -->
 <table class="tour_cate" align="center" valign="middle">  <tr>  
      <!-- BEGIN inc -->
      <td><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td>    <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
                                  <div class="titreforums"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div>
            </span>
         </h{catrow.forumrow.LEVEL}>
      <div class="ligneforum"  align="center"></div>
         <div class="forumdescriptions">
    <div id="forumdescriptions">
      {catrow.forumrow.FORUM_DESC}
    </div>
</div>
            <div class="ligneforum"  align="center"></div>
        <div id="subfo" class="sousfo">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
                <script type="text/javascript">
                  jQuery('#subfo').html(jQuery('#subfo').html().replace(/, /g,' <span class="sousfo_symbol">▴</span> ')).removeAttr('id');
                  </script>

                 <span class="gensmall" id="subforums">
          <!-- BEGIN switch_moderators_links -->
          {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
          <!-- END switch_moderators_links -->
              </span>
      </td>
     <td>
          <div class="imgmessages"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></div>
      </td>
     <td>
                        <div class="oldmessage"><span class="old">{catrow.forumrow.LAST_POST}</span></div>
           <div class="sujets_messages">{catrow.forumrow.POSTS} messages - {catrow.forumrow.TOPICS} sujets.</span></div>
      </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" /></div><!-- END tablefoot --><!-- END catrow -->
Edit : tiens ta PA me dit quelque chose XDDDDD


Dernière édition par Nihil le Sam 21 Sep 2013, 15:35, édité 1 fois
MessageSujet: Re: Problème "forumline" interrompue   Problème "forumline" interrompue EmptySam 21 Sep 2013, 14:51
Revenir en haut Aller en bas
http://unigraph.forum-canada.net/index.htm
Gigi
Gigi
{ Membre }
{ Membre }

Féminin Messages : 108



Problème "forumline" interrompue Empty
Héhé oui, je faisais un test pour une amie pour la PA. Problème "forumline" interrompue 2029989112 je trouve ce tableau très réussi.

SACRÉ BLEU DE MILLE MILLION DE MILLE SABORDS ! CA MARCHE ! Problème "forumline" interrompue 3451650135 Problème "forumline" interrompue 577704309 Problème "forumline" interrompue 1001172573 Problème "forumline" interrompue 2176505670  MILLE MERCI !! ♥️♥️♥️
You are awesome I love you si y'avait un smiley se prosternant sur le forum, c'est celui que j'aurais mis ! XD

Problème résolu. Problème "forumline" interrompue 2176505670 Merci encore de m'avoir aidée et d'être aussi efficace ! c'est vraiment super gentil.
MessageSujet: Re: Problème "forumline" interrompue   Problème "forumline" interrompue EmptySam 21 Sep 2013, 15:01
Revenir en haut Aller en bas
Contenu sponsorisé




Problème "forumline" interrompue Empty
MessageSujet: Re: Problème "forumline" interrompue   Problème "forumline" interrompue Empty
Revenir en haut Aller en bas
 

Problème "forumline" interrompue

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

 Sujets similaires

-
» Problème de ".forumline"
» Soucis avec arrondis de forumline
» problème couleur texte + un autre problème de ... "thème".
» petit probleme avec mon QEEl :S [Probleme CLOS]
» Problème de code ou problème venant de moi ^^

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
CSSActif :: De la théorie à la pratique :: Aide CSS & xHTML :: Problèmes résolus-

Partenaires Or


← Page précédente   ↑ Aller en haut Copyright © CSSActif 2009 - 2013 Tous droits réservés
Créer un forum | ©phpBB | Forum gratuit d'entraide | Signaler un abus | Forum gratuit