School of Pub, où la perfection est à la portée de chacun. (Dixit Audidounette)

AccueilFAQRechercherMembresGroupesS'enregistrerConnexion

 


Partager | 
 

 Tia' demande une aide spé' (code QEEL)

Voir le sujet précédent Voir le sujet suivant Aller en bas 
Aller à la page : 1, 2, 3  Suivant
AuteurMessage
 

Tiadeets

Pitre

Voir le dossier scolaire

Pitre

Féminin Rang spécial: ToP 3 du Grand Quizz (3)
Chroniqueuse de l'émission de SoP

Nombre de messages: 9329
Age: 15
Localisation: Dans le pays des rillettes
$ops: 9548
Points: 650
Date d'inscription: 05/12/2009
SoP Story

Des mises en scènes
photographiques.
Quelle équipe a
l'Oeil du photographe ?
»»Vous choisissez !««

 
MessageSujet: Tia' demande une aide spé' (code QEEL)   Sam 10 Déc - 13:45

Bonjour,

Adresse de votre forum : http://sherlocktest.forumgratuit.org (c'est le fo' de test)
Justification de la demande d'aide spécifique : Il y a un grand espace entre le corps du fo' et le QEEL
Aide spécifique choisie : La catégorie "Autres"

Autre aide spécifique

¤ De quoi s'agit-il exactement : Comme dit plus haut, il y a un espace entre le QEEL et le corps du forum, chose qui ne devrait pas exister.
¤ Montrez nous ce que vous avez commencé :

Voilà mon CSS pour cette partie :

Code:
/* ********** QUI EST EN LIGNE ********** */

table#qeel{
  background-image: url('http://i43.servimg.com/u/f43/16/13/86/35/wio510.png');
  background-repeat:no-repeat;
  border : 1px solid #C7001B;
  height:320px; /* la hauteur de ton image */
  width:1100px;
  text-align:left;
  align:center;
  border-radius:20px;
  -moz-border-radius: 20px; /* pour mozilla */
    -webkit-border-radius: 20px; /* pour chrome et safari */
  }

table#qeel td{
  background-color:transparent;
  }

table#qeel td span.gensmall{
  color:#C7001B;
  margin-left: 10px;
  }

.groupes{
        text-decoration: none;
        background-color: none;
        font-size: 10px;
   background-image: url("");
        border: none;
        -moz-border-radius-bottomleft:30px;
        -moz-border-radius-bottomright:30px;
        -moz-border-radius-topleft:30px;
        -moz-border-radius-topright:30px;
        -webkit-border-radius:30px 30px 30px 30px;
        padding: 5px
}


Et voilà mon "index_body":

Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <!-- BEGIN message_admin_titre -->
   <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
   </tr>
   <!-- END message_admin_titre -->
   <!-- BEGIN message_admin_txt -->
   <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
   </tr>
   <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%"  class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle" align="right">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="facebook_login()" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td width="50%" valign="top">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
         <!-- END switch_user_logged_in -->
         <!-- BEGIN switch_delete_cookies -->
         <br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
         <!-- END switch_delete_cookies -->
         </span>
      </td>
      <td width="50%" align="right">
         <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
               <!-- BEGIN switch_delete_cookies -->
               <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
               <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
         </span>
      </td>
   </tr>
</table>

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%"  class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="facebook_login()" v="2" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" id="qeel">

<tr>

<td style="background-color: transparent;" class="row1" width="500px"><span class="gensmall">
<span id="matt">{TOTAL_USERS}</span><script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membre enregistré/,"détective consultant");</script>
  <script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membres enregistrés/,"détectives consultants");</script>.
  </span><br />
<span class="gensmall"><span id="kumao">{TOTAL_POSTS}</span><script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Nos membres ont posté un total de/,"Nos détectives ont envoyé");</script>
  <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/messages/," messages");</script>.
  </span><br />
  <span class="gensmall"><span id="yosh">{NEWEST_USER}</span><script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Le détective enregistré le plus récent est");</script>.</span> <br />
<span class="gensmall"><span id="human">{RECORD_USERS}</span><script type="text/javascript">document.getElementById('human').innerHTML=document.getElementById('human').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/,"Notre record de détectives en ligne est de");</script>
</span></td></tr>
  <br /><br /><br />
<tr>
<td style="background-color: transparent;" class="row1"><span class="gensmall">
<span id="resistance">{TOTAL_USERS_ONLINE}</span>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/utilisateur en ligne/,"détective en ligne");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/utilisateurs en ligne/,"détectives en ligne");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Enregistré/,"consultant");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Enregistrés/,"consultants");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Invisible/,"espion");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Invisibles/,"espions");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Invité/,"sbire");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Invités/,"sbires");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Moteur de recherche/,"agent de police");</script>
  <script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Moteurs de recherche/,"agents de police");</script>.</span><br />
<span class="gensmall"><span id="now">{LOGGED_IN_USER_LIST}</span><script type="text/javascript">document.getElementById('now').innerHTML=document.getElementById('now').innerHTML.replace(/Utilisateurs enregistrés/,"Consultant(s)");</script>
</span></td></tr>
  <br /><br /><br />
<tr><td style="background-color: transparent;" class="row1"><span class="gensmall">
                <span class="groupes"> <a href="http://sherlock.forumdediscussions.com/g4-les-assistants-de-sherlock"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/SherlockAssistant.png" /></a></span> </span>                     
<span class="gensmall"><span class="groupes"><a href="http://sherlock.forumdediscussions.com/g5-les-internes-du-dr-watson"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/JohnStudent.png" /></a> </span></span>
        <span class="gensmall"><span class="groupes"> <a href="http://sherlock.forumdediscussions.com/g6-les-sbires-de-moriarty"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/MoriartyMen2.png" /></a> </span></span> <br /> <br /> <br />       
      <span class="gensmall"><span class="groupes"> <a href="http://sherlock.forumdediscussions.com/g7-les-espions-de-mycroft"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/MycroftSpy.png" /></a> </span> </span>      
<span class="gensmall"><span class="groupes"> <a href="http://sherlock.forumdediscussions.com/g9-les-agents-de-lestrade"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/LestradeAgent.png" /></a></span></span>
  <span class="gensmall"><span class="groupes"> <a href="http://sherlock.forumdediscussions.com/g10-les-admirateurs-d-irene"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/IreneAdmirer.png" /></a></span></span>
  <br /><br />
</td></tr>
  <br />
<tr>
<td style="background-color: transparent;" class="row1"><span class="gensmall">
{L_WHOSBIRTHDAY_TODAY}</span><span class="gensmall"><span id="anniv">
{L_WHOSBIRTHDAY_WEEK}<script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Membres/,"Détective(s)");</script>
  <script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Membres/,"Détective(s)");</script>
  <script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Aucun membre/,"Aucun détective");</script>
  <script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Aucun membre/,"Aucun détective");</script>
</span></span>
  </td></tr></table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />


{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
     status: true,
     cookie: true,
     xfbml: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->


Merci d'avance pour l'aide apportée.

Biiz.

_________________


Spoiler:
 
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://flavors.me/tiadeets
 

Miettes

Directrice

Voir le dossier scolaire

Directrice

Féminin Rang spécial: Designer professionnelle, formatrice analystes, codeurs, admins, animateurs, graphistes (photoshop, gimp)
Marraine

Rédactrice en chef du M-SoP

Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 44273
Age: 24
Localisation: Lille
$ops: 21186
Points: 505
Date d'inscription: 01/02/2008
Distinctions: Membre de l'EST-SoP
*** Co-Rédactrice en Chef du M-SoP ***

SoP Story

Des mises en scènes
photographiques.
Quelle équipe a
l'Oeil du photographe ?
»»Vous choisissez !««

 
MessageSujet: Re: Tia' demande une aide spé' (code QEEL)   Sam 10 Déc - 14:21

Tu pourrais nous donner le CSS complet ? Smile
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://pvereecken.fr/
 

Tiadeets

Pitre

Voir le dossier scolaire

Pitre

Féminin Rang spécial: ToP 3 du Grand Quizz (3)
Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 9329
Age: 15
Localisation: Dans le pays des rillettes
$ops: 9548
Points: 650
Date d'inscription: 05/12/2009
SoP Story

Des mises en scènes
photographiques.
Quelle équipe a
l'Oeil du photographe ?
»»Vous choisissez !««

 
MessageSujet: Re: Tia' demande une aide spé' (code QEEL)   Sam 10 Déc - 14:23

Le voilà :

Code:
/* ********** SUPPRESSION DU SOULIGNEMENT ********** */


a:link {text-decoration: none;}
a:hover{text-decoration: none !important;}
a { text-decoration: none; }
a:link { text-decoration: none; }
a:hover { text-decoration: none; }


/* ********** LIENS NAVIGATIONS ********** */


a.forumlink:link, a.forumlink:visited {
background-color: #000000;
border-top: 2px dotted #000000;
font-size: 20px;
text-align : center ;
color: #C7001B;
font-weight: small-caps;
font-family : Georgia ;
letter-spacing: 2px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-top: 3px;
margin-left:12px;
margin-right:12px;
display: block;
text-shadow: 1px 1px 3px #000000;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-webkit-border-radius:0px 0px 20px 20px;
}

/* ********** BARRE DE NAVIGATION ********** */

#nav_barr {
position: fixed; /*--- Cette ligne permet de toujours afficher la barre ---*/
width:900px; /*--- pour régler la largeur de la barre ---*/
background-color: #A73048; /*--- On donne une couleur au fond ---*/
border:1px #C7001B solid;  /*--- On ajoute une bordure ---*/
margin-left:-450px; /* pour centrer:  largeur divisée par -2 */
left:50%;
-moz-border-radius:0px 0px 10px 10px; /* pour mozilla */
-webkit-border-radius: 0px 0px 10px 10px; /* pour chrome et safari */
border-radius:0px 0px 10px 10px; /* réglage des arrondis */
}

/* ********** QUI EST EN LIGNE ********** */

table#qeel{
  background-image: url('http://i43.servimg.com/u/f43/16/13/86/35/wio510.png');
  background-repeat:no-repeat;
  border : 1px solid #C7001B;
  height:320px; /* la hauteur de ton image */
  width:1100px;
  text-align:left;
  align:center;
  border-radius:20px;
  -moz-border-radius: 20px; /* pour mozilla */
    -webkit-border-radius: 20px; /* pour chrome et safari */
  }

table#qeel td{
  background-color:transparent;
  }

table#qeel td span.gensmall{
  color:#C7001B;
  margin-left: 10px;
  }

.groupes{
        text-decoration: none;
        background-color: none;
        font-size: 10px;
   background-image: url("");
        border: none;
        -moz-border-radius-bottomleft:30px;
        -moz-border-radius-bottomright:30px;
        -moz-border-radius-topleft:30px;
        -moz-border-radius-topright:30px;
        -webkit-border-radius:30px 30px 30px 30px;
        padding: 5px
}


/* ********** MENU********** */


.onglet
        {
                display:inline-block;
                margin-left:3px;
                margin-right:3px;
                padding:3px;
                cursor:pointer;


        }
        .onglet_0
        {
            text-decoration: none;
            font-size: 10px;
            color: #000000;




        }



        .onglet_1
        {
            text-transform: lowercase;
        }
        .contenu_onglet
        {

            display:none;
                                margin-right: 60px;


        }

        .contenus
        {
            padding: 15px;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 15px;
            padding-bottom: 15px;
                                background-color:#A73048;
                                filter:alpha(opacity=80);
                                -moz-opacity:0.8;opacity: 0.8;
            -moz-border-radius-bottomleft:30px;
            -moz-border-radius-bottomright:30px;
            -moz-border-radius-topleft:30px;
            -moz-border-radius-topright:30px;
                                -webkit-border-radius:30px;




        }


      
      #content_pa
{
   width:200px;
   height:370px;
   border-collapse:collapse;
}


.part_pa
{
   height:170px;
   width:176px;
   padding:8px;
   font-family:arial, georgia;
   font-size:13px;
   line-height:13px;
   color:#FFFFFF;
   text-align:center;
   -moz-border-radius:8px;
   -webkit-border-radius:8px;
   -moz-box-shadow: 1px 1px 1px #CF1628;
   -webkit-box-shadow: 1px 1px 1px #CF1628;
   text-align: justify;
   background-color:#A73048;

   -moz-border-radius-bottomright:30px;
   -moz-border-radius-topleft:30px;
   -webkit-border-radius:30px 0px 30px 0px;
   margin:auto;


}

#pa img.arrondi
{
   margin:0px;
   position:relative;
   top:0px;
}

.texte_pa
{
   border-bottom: 2px dotted #FFFFFF;
   font-family: georgia;
   letter-spacing: 0px;
   -moz-border-radius-topleft:20px;
   -moz-border-radius-topright:20px;
   -webkit-border-radius:20px 20px 0px 0px;
   display: block;
   text-shadow: 0px 0px 1px #000000;
   color:#FFFFFF;
   font-size:13px;
   padding:8px;
   margin:auto;
   text-align:center;

}

.lien_pa
{
   font-family: georgia;
   letter-spacing: -1px;
   width:100px;
   border-left: 3px solid #C7001B;
   border-right: 3px solid #C7001B;
   display: block;
        color:#C7001B;
   font-size:12px;
   padding:5px;
   margin:auto;
   text-align:center;
   background-image:url("");
}

.lien_pa2 /* lorsque le texte est plus grand que 100px*/
{
   font-family: georgia;
   letter-spacing: -1px;
   width:200px;
   border-left: 3px solid #C7001B;
   border-right: 3px solid #C7001B;
   display: block;
        color:#C7001B;
   font-size:12px;
   padding:5px;
   margin:auto;
   text-align:center;
   background-image:url("");
}

.lien_pa:hover
{
   background-image:url("");
   font-family: georgia;
   letter-spacing: -1px;
   width:100px;
   border-left: 3px solid #C7001B;
   border-right: 3px solid #C7001B;
   display: block;
        color:#C7001B;
   font-size:12px;
   padding:5px;
   margin:auto;
   text-align:center;
}

.lien_pa2:hover /* lorsque le texte est plus grand que 100px*/
{
   background-image:url("");
   font-family: georgia;
   letter-spacing: -1px;
   width:200px;
   border-left: 3px solid #C7001B;
   border-right: 3px solid #C7001B;
   display: block;
        color:#C7001B;
   font-size:12px;
   padding:5px;
   margin:auto;
   text-align:center;
}


a:link {
text-decoration: none;
   color:#990220;}
a:visited {
text-decoration: none;
   color:#990220;}
a:active {
text-decoration: none;
   color:#3D000C;}
a:hover{text-decoration: none !important;
        font-style: italic;
   color:#990220;}
a { text-decoration: none;
   color:#3D000C; }
a:link { text-decoration: none;
   color:#990220; }
a:visited {
text-decoration: none;
   color:#990220;}
a:visited {
text-decoration: none;
   color:#3D000C;}
a:hover { text-decoration: none;
        font-style: italic;
   color:#990220; }
   
   a.imginfo1
{
   position: relative;
   color: #000000;
   text-decoration: none;
   border-bottom: 0px #f7869c solid; /* on souligne le texte */
}

a.imginfo1 span
{
   display: none; /* on masque l'infobulle */
}

a.imginfo1:hover
{
   background: none; /* correction d'un bug IE */
   z-index: 999; /* on d?nit une valeur pour l'ordre d'affichage */
   cursor: help; /* on change le curseur par d?ut en curseur d'aide */
}

a.imginfo1:hover span
{
   display: inline; /* on affiche l'infobulle */
   position: absolute;
   width:150px;
   text-align:justify;
   top: 11px; /* on positionne notre infobulle */
   background-image:url("");
   color: #000000;
   right: 0px;
   padding: 5px;
   font-size:13px;
   font-family : georgia;
-moz-box-shadow: 0px 0px 2px #C7001B;
-webkit-box-shadow: 0px 0px 2px #C7001B;
   -moz-border-radius: 8px;
}


a.imginfo2
{
   position: relative;
   color: #000000;
   text-decoration: none;
}

a.imginfo2 span
{
   display: none; /* on masque l'infobulle */
}

a.imginfo2:hover
{
   background: none; /* correction d'un bug IE */
   z-index: 999; /* on d?nit une valeur pour l'ordre d'affichage */
   cursor: help; /* on change le curseur par d?ut en curseur d'aide */
}

a.imginfo2:hover span
{
   display: inline; /* on affiche l'infobulle */
   position: absolute;
   width:150px;
   text-align:justify;
   top: -40px; /* on positionne notre infobulle */
   right: 0px;
   background: #A73048;
   color: #000000;
   background-image:url("");
   padding: 3px;
   font-size:13px;
   font-family : georgia;
   border: 1px solid #C7001B;
   box-shadow: 0px 0px 1px #C7001B;
   -moz-border-radius: 8px;
}

.contour_pa
{
   background-image:url("");
   padding: 3px;
   border: 2px solid #C7001B;
   -moz-border-radius: 8px;
   -webkit-border-radius:8px;
}

/* ********** ARRONDIS ********** */

.mainoption
{
-moz-border-radius:10px; /**** Border-radius signifie "rayon de la bordure", 10px le rayon de l'arrondissement *****/
-webkit-border-radius:10px; /*** webkit signifie "kit web", 10px le rayon de l'arrondissement ****/
-khtml-border-radius:10px; /*** pour linux ***/
}

.liteoption
{
-moz-border-radius:10px; /**** Border-radius signifie "rayon de la bordure", 10px le rayon de l'arrondissement *****/
-webkit-border-radius:10px; /*** webkit signifie "kit web", 10px le rayon de l'arrondissement ****/
-khtml-border-radius:10px; /*** pour linux ***/
}

.post
{
-moz-border-radius:10px; /**** Border-radius signifie "rayon de la bordure", 10px le rayon de l'arrondissement *****/
-webkit-border-radius:10px; /*** webkit signifie "kit web", 10px le rayon de l'arrondissement ****/
-khtml-border-radius:10px; /*** pour linux ***/
}

.button
{
-moz-border-radius:10px; /**** Border-radius signifie "rayon de la bordure", 10px le rayon de l'arrondissement *****/
-webkit-border-radius:10px; /*** webkit signifie "kit web", 10px le rayon de l'arrondissement ****/
-khtml-border-radius:10px; /*** pour linux ***/
}

/* ********** CHATBOX ********** */

#chatbox_header .cattitle strong { display: none; }
#chatbox_header .cattitle:before { content: "The Badass Box"; }

/* ********** CODE/SPOILER/QUOTE ********** */

.code {
border: 1px #C7001B dashed; /*vous pouvez changer "$$$$$$" par un code couleur ^^, et le "dashed" par d'autres propriétés css comme dotted, solid,..etc. */
-moz-border-radius: 10px 10px 10px 10px; /*ceci est pour arrondir les coins sous mozilla si mes souvenirs sont bons.*/
-webkit-border-radius: 10px 10px 10px 10px; /* celui est sous IE, et d'autres mais je ne me souviens plus ^^', en tout cas il ne faut pas la supprimer*/
-border-radius: 10px 10px 10px 10px;/*pour aussi arrondir les angles, ne pas supprimer si vous voulez que votre code marche sur tous les navigateurs*/
padding : Xpx;
  color: #A73048; /* Couleur de la police*/
  background: #3C000C; /* couleur de fond*/
}

.spoiler_closed{ /*lorsque le spoiler est masqué*/
border: 1px #C7001B dashed; /*pour la bordure*/
-moz-border-radius: 10px 10px 10px 10px; /*pour les arrondis*/
-webkit-border-radius: 10px 10px 10px 10px;
-border-radius: 10px 10px 10px 10px;
  background: #3C000C;/* couleur du fond*/
padding : 5px;
height: 5px; /* hauteur du spoiler lorsqu'il est caché*/
}

.spoiler_content{/*lorsque le spoiler est ouvert*/
border: 1px #C7001B dashed;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-border-radius: 10px 10px 10px 10px;
color: #A73048; /*couleur de la police*/
  background: #3C000C;/* couleur du fond*/
padding : 10px;
}

.quote
{
border: 1px #C7001B dashed; /*pour la bordure*/
-moz-border-radius: 10px 10px 10px 10px; /*pour les arrondis*/
-webkit-border-radius: 10px 10px 10px 10px;
-border-radius: 10px 10px 10px 10px;
  background: #3C000C;/* couleur du fond*/
color: #A73048;
font-size: 12px;
}

i
{
color: #C7001B; /* pour que l'italique soit d'une couleur différente du reste du texte (pratique pour les forums rpg)*/
font_size: 12px; /*taille de la police*/
font-family: Verdana,Arial;
}

/* ********** PROFIL ********** */

.postdetails.poster-profile a img {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border: 5px solid #C7001B;
-moz-border-radius: 5px 5px 5px 5px; /*pour les arrondis*/
-webkit-border-radius: 5px 5px 5px 5px;
-border-radius: 5px 5px 5px 5px;
-moz-box-shadow: 4px 4px 10px #3C000C; 
-webkit-box-shadow: 4px 4px 10px #3C000C; 
box-shadow:2px 2px 4px #3C000C;
}

/* ********** SOUS-FORUM ********** */
.under_cat {
border: 1px #3C000C dashed; /*pour la bordure*/
-moz-border-radius: 10px 10px 10px 10px; /*pour les arrondis*/
-webkit-border-radius: 10px 10px 10px 10px;
-border-radius: 10px 10px 10px 10px;
  background: #A73048;/* couleur du fond*/
margin-left: 225px;
margin-right: 75px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-top: 3px;
text-align:center;
}


.part_cat {
   height: 100px;
   width: 700px;
   padding:8px;
        border: 1px #3C000C solid; /*pour la bordure*/
   font-family:arial, georgia;
   font-size:13px;
   line-height:13px;
   color:#000000;
        -moz-border-radius: 10px 10px 10px 10px; /*pour les arrondis*/
        -webkit-border-radius: 10px 10px 10px 10px;
        -border-radius: 10px 10px 10px 10px;
        -webkit-box-shadow: 1px 1px 1px #3C000C;
   text-align: justify;
   background-color:#A73048;
        margin-left: 25px;
        margin-right: 25px;
        padding-left: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
        padding-top: 3px;
}

_________________


Spoiler:
 
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://flavors.me/tiadeets
 

Miettes

Directrice

Voir le dossier scolaire

Directrice

Féminin Rang spécial: Designer professionnelle, formatrice analystes, codeurs, admins, animateurs, graphistes (photoshop, gimp)
Marraine

Rédactrice en chef du M-SoP

Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 44273
Age: 24
Localisation: Lille
$ops: 21186
Points: 505
Date d'inscription: 01/02/2008
Distinctions: Membre de l'EST-SoP
*** Co-Rédactrice en Chef du M-SoP ***

SoP Story

Des mises en scènes
photographiques.
Quelle équipe a
l'Oeil du photographe ?
»»Vous choisissez !««

 
MessageSujet: Re: Tia' demande une aide spé' (code QEEL)   Sam 10 Déc - 15:53

Alors euh... Dans le tableau de ton qeel, tu as des retours à la ligne entre tes tr ça ne se fait pas, on va donc commencer par les supprimer, genre ici

Code:
<span id="human">{RECORD_USERS}</span><script type="text/javascript">document.getElementById('human').innerHTML=document.getElementById('human').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/,"Notre record de détectives en ligne est de");</script>
</span></td></tr>
  <br /><br /><br />
<tr>
<td style="backg




Code:
document.getElementById('now').innerHTML.replace(/Utilisateurs enregistrés/,"Consultant(s)");</script>
</span></td></tr>
  <br /><br /><br />
<tr><td style="background-color: transparent;" class="row1">


et là

Code:
"http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/IreneAdmirer.png" /></a></span></span>
  <br /><br />
</td></tr>
  <br />
<tr>
<td style="background-color: transparent;" class="row1"><span class="gensmall">


voilà ton template corrigé

Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- BEGIN message_admin_titre -->
  <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
  </tr>
  <!-- END message_admin_titre -->
  <!-- BEGIN message_admin_txt -->
  <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
  </tr>
  <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <!-- BEGIN switch_fb_connect_no -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                    <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                    <span class="gensmall">{L_AUTO_LOGIN}</span>
                  </td>
              </tr>

              <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect_no -->

  <!-- BEGIN switch_fb_connect -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td valign="top" width="100%"  class="row1" align="center">
            <table width="100%">
              <tr>
                  <td width="55%" valign="middle" align="right">
                    <table class="right">
                        <tr>
                          <td><span class="genmed">{L_USERNAME}:</span> </td>
                          <td><input class="post" type="text" size="10" name="username"/> </td>
                          <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span>
                          </td>
                        </tr>

                        <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span> </td>
                          <td><input class="post" type="password" size="10" name="password"/> </td>
                          <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                    </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                    <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="facebook_login()" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
      <td width="50%" valign="top">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
        <!-- END switch_user_logged_in -->
        <!-- BEGIN switch_delete_cookies -->
        <br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
        <!-- END switch_delete_cookies -->
        </span>
      </td>
      <td width="50%" align="right">
        <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
              <!-- BEGIN switch_delete_cookies -->
              <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
              <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
        </span>
      </td>
  </tr>
</table>

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <!-- BEGIN switch_fb_connect_no -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                    <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                    <span class="gensmall">{L_AUTO_LOGIN}</span>
                  </td>
              </tr>

              <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect_no -->

  <!-- BEGIN switch_fb_connect -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td valign="top" width="100%"  class="row1" align="center">
            <table width="100%">
              <tr>
                  <td width="55%" valign="middle">
                    <table class="right">
                        <tr>
                          <td><span class="genmed">{L_USERNAME}:</span> </td>
                          <td><input class="post" type="text" size="10" name="username"/> </td>
                          <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span>
                          </td>
                        </tr>

                        <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span> </td>
                          <td><input class="post" type="password" size="10" name="password"/> </td>
                          <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                    </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                    <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="facebook_login()" v="2" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" id="qeel">

<tr>

<td style="background-color: transparent;" class="row1" width="500px"><span class="gensmall">
<span id="matt">{TOTAL_USERS}</span><script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membre enregistré/,"détective consultant");</script>
  <script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membres enregistrés/,"détectives consultants");</script>.
  </span><br />
<span class="gensmall"><span id="kumao">{TOTAL_POSTS}</span><script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Nos membres ont posté un total de/,"Nos détectives ont envoyé");</script>
  <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/messages/," messages");</script>.
  </span><br />
  <span class="gensmall"><span id="yosh">{NEWEST_USER}</span><script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Le détective enregistré le plus récent est");</script>.</span> <br />
<span class="gensmall"><span id="human">{RECORD_USERS}</span><script type="text/javascript">document.getElementById('human').innerHTML=document.getElementById('human').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/,"Notre record de détectives en ligne est de");</script>
</span></td></tr>
<tr>
<td style="background-color: transparent;" class="row1"><span class="gensmall">
<span id="resistance">{TOTAL_USERS_ONLINE}</span>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/utilisateur en ligne/,"détective en ligne");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/utilisateurs en ligne/,"détectives en ligne");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Enregistré/,"consultant");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Enregistrés/,"consultants");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Invisible/,"espion");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Invisibles/,"espions");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Invité/,"sbire");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Invités/,"sbires");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Moteur de recherche/,"agent de police");</script>
  <script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Moteurs de recherche/,"agents de police");</script>.</span><br />
<span class="gensmall"><span id="now">{LOGGED_IN_USER_LIST}</span><script type="text/javascript">document.getElementById('now').innerHTML=document.getElementById('now').innerHTML.replace(/Utilisateurs enregistrés/,"Consultant(s)");</script>
</span></td></tr>
<tr><td style="background-color: transparent;" class="row1"><span class="gensmall">
                <span class="groupes"> <a href="http://sherlock.forumdediscussions.com/g4-les-assistants-de-sherlock"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/SherlockAssistant.png" /></a></span> </span>                     
<span class="gensmall"><span class="groupes"><a href="http://sherlock.forumdediscussions.com/g5-les-internes-du-dr-watson"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/JohnStudent.png" /></a> </span></span>
        <span class="gensmall"><span class="groupes"> <a href="http://sherlock.forumdediscussions.com/g6-les-sbires-de-moriarty"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/MoriartyMen2.png" /></a> </span></span> <br /> <br /> <br />       
      <span class="gensmall"><span class="groupes"> <a href="http://sherlock.forumdediscussions.com/g7-les-espions-de-mycroft"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/MycroftSpy.png" /></a> </span> </span>     
<span class="gensmall"><span class="groupes"> <a href="http://sherlock.forumdediscussions.com/g9-les-agents-de-lestrade"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/LestradeAgent.png" /></a></span></span>
  <span class="gensmall"><span class="groupes"> <a href="http://sherlock.forumdediscussions.com/g10-les-admirateurs-d-irene"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/IreneAdmirer.png" /></a></span></span>
  <br /><br />
</td></tr>
<tr>
<td style="background-color: transparent;" class="row1"><span class="gensmall">
{L_WHOSBIRTHDAY_TODAY}</span><span class="gensmall"><span id="anniv">
{L_WHOSBIRTHDAY_WEEK}<script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Membres/,"Détective(s)");</script>
  <script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Membres/,"Détective(s)");</script>
  <script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Aucun membre/,"Aucun détective");</script>
  <script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Aucun membre/,"Aucun détective");</script>
</span></span>
  </td></tr></table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />


{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
  appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://pvereecken.fr/
 

Tiadeets

Pitre

Voir le dossier scolaire

Pitre

Féminin Rang spécial: ToP 3 du Grand Quizz (3)
Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 9329
Age: 15
Localisation: Dans le pays des rillettes
$ops: 9548
Points: 650
Date d'inscription: 05/12/2009
SoP Story

Des mises en scènes
photographiques.
Quelle équipe a
l'Oeil du photographe ?
»»Vous choisissez !««

 
MessageSujet: Re: Tia' demande une aide spé' (code QEEL)   Sam 10 Déc - 15:59

En effet, c'est revenu à la normale par contre, ce serait cool si on pouvait mettre les groupes plus au milieu comme avant. ^^

_________________


Spoiler:
 
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://flavors.me/tiadeets
 

Miettes

Directrice

Voir le dossier scolaire

Directrice

Féminin Rang spécial: Designer professionnelle, formatrice analystes, codeurs, admins, animateurs, graphistes (photoshop, gimp)
Marraine

Rédactrice en chef du M-SoP

Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 44273
Age: 24
Localisation: Lille
$ops: 21186
Points: 505
Date d'inscription: 01/02/2008
Distinctions: Membre de l'EST-SoP
*** Co-Rédactrice en Chef du M-SoP ***

SoP Story

Des mises en scènes
photographiques.
Quelle équipe a
l'Oeil du photographe ?
»»Vous choisissez !««

 
MessageSujet: Re: Tia' demande une aide spé' (code QEEL)   Sam 10 Déc - 16:11

Au milieu verticalement ?
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://pvereecken.fr/
 

Tiadeets

Pitre

Voir le dossier scolaire

Pitre

Féminin Rang spécial: ToP 3 du Grand Quizz (3)
Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 9329
Age: 15
Localisation: Dans le pays des rillettes
$ops: 9548
Points: 650
Date d'inscription: 05/12/2009
SoP Story

Des mises en scènes
photographiques.
Quelle équipe a
l'Oeil du photographe ?
»»Vous choisissez !««

 
MessageSujet: Re: Tia' demande une aide spé' (code QEEL)   Sam 10 Déc - 16:14

Non horizontalement, ah attend, j'ai une idée.

Non, c'est bon, j'ai réglé. ^^

_________________


Spoiler:
 
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://flavors.me/tiadeets
 

Tiadeets

Pitre

Voir le dossier scolaire

Pitre

Féminin Rang spécial: ToP 3 du Grand Quizz (3)
Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 9329
Age: 15
Localisation: Dans le pays des rillettes
$ops: 9548
Points: 650
Date d'inscription: 05/12/2009
SoP Story

Des mises en scènes
photographiques.
Quelle équipe a
l'Oeil du photographe ?
»»Vous choisissez !««

 
MessageSujet: Re: Tia' demande une aide spé' (code QEEL)   Sam 10 Déc - 18:00

Désolée du DP, voilà quand ils ont codé le précédent QEEL, ils ont enlevé la partie Connectés au cours des dernières 24h. Et je n'arrive pas à la remettre.

_________________


Spoiler:
 
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://flavors.me/tiadeets
 

Miettes

Directrice

Voir le dossier scolaire

Directrice

Féminin Rang spécial: Designer professionnelle, formatrice analystes, codeurs, admins, animateurs, graphistes (photoshop, gimp)
Marraine

Rédactrice en chef du M-SoP

Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 44273
Age: 24
Localisation: Lille
$ops: 21186
Points: 505
Date d'inscription: 01/02/2008
Distinctions: Membre de l'EST-SoP
*** Co-Rédactrice en Chef du M-SoP ***

SoP Story

Des mises en scènes
photographiques.
Quelle équipe a
l'Oeil du photographe ?
»»Vous choisissez !««

 
MessageSujet: Re: Tia' demande une aide spé' (code QEEL)   Lun 12 Déc - 21:31

Elle est bien activé au niveau de ton pa ?
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://pvereecken.fr/
 

Tiadeets

Pitre

Voir le dossier scolaire

Pitre

Féminin Rang spécial: ToP 3 du Grand Quizz (3)
Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 9329
Age: 15
Localisation: Dans le pays des rillettes
$ops: 9548
Points: 650
Date d'inscription: 05/12/2009
SoP Story

Des mises en scènes
photographiques.
Quelle équipe a
l'Oeil du photographe ?
»»Vous choisissez !««

 
MessageSujet: Re: Tia' demande une aide spé' (code QEEL)   Mar 13 Déc - 18:37

Oui, je l'ai remis. Mais il ont enlevé la partie dans la template et j'ai essayé de la remettre mais ça ne marche pas.

_________________


Spoiler:
 
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://flavors.me/tiadeets
 

Miettes

Directrice

Voir le dossier scolaire

Directrice

Féminin Rang spécial: Designer professionnelle, formatrice analystes, codeurs, admins, animateurs, graphistes (photoshop, gimp)
Marraine

Rédactrice en chef du M-SoP

Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 44273
Age: 24
Localisation: Lille
$ops: 21186
Points: 505
Date d'inscription: 01/02/2008
Distinctions: Membre de l'EST-SoP
*** Co-Rédactrice en Chef du M-SoP ***

SoP Story

Des mises en scènes
photographiques.
Quelle équipe a
l'Oeil du photographe ?
»»Vous choisissez !««

 
MessageSujet: Re: Tia' demande une aide spé' (code QEEL)   Ven 16 Déc - 9:32

Coucou Smile

Désolée de répondre si tardivement Embarassed

Donc la variable qu'il te manque dans le template est celle-ci

Code:
{L_CONNECTED_MEMBERS}


Tu sais où l'ajouter ?
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://pvereecken.fr/
 

Tiadeets

Pitre

Voir le dossier scolaire

Pitre

Féminin Rang spécial: ToP 3 du Grand Quizz (3)
Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 9329
Age: 15
Localisation: Dans le pays des rillettes
$ops: 9548
Points: 650
Date d'inscription: 05/12/2009
SoP Story

Des mises en scènes
photographiques.
Quelle équipe a
l'Oeil du photographe ?
»»Vous choisissez !««

 
MessageSujet: Re: Tia' demande une aide spé' (code QEEL)   Ven 16 Déc - 17:21

Oui, et je l'ai placé déjà avant de demander l'aide mais ça ne change rien.

_________________


Spoiler:
 
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://flavors.me/tiadeets
 

Miettes

Directrice

Voir le dossier scolaire

Directrice

Féminin Rang spécial: Designer professionnelle, formatrice analystes, codeurs, admins, animateurs, graphistes (photoshop, gimp)
Marraine

Rédactrice en chef du M-SoP

Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 44273
Age: 24
Localisation: Lille
$ops: 21186
Points: 505
Date d'inscription: 01/02/2008
Distinctions: Membre de l'EST-SoP
*** Co-Rédactrice en Chef du M-SoP ***

SoP Story

Des mises en scènes
photographiques.
Quelle équipe a
l'Oeil du photographe ?
»»Vous choisissez !««

 
MessageSujet: Re: Tia' demande une aide spé' (code QEEL)   Ven 16 Déc - 18:05

Tu peux me montrer :
-> ton forum
-> ton template

? Smile
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://pvereecken.fr/
 

Tiadeets

Pitre

Voir le dossier scolaire

Pitre

Féminin Rang spécial: ToP 3 du Grand Quizz (3)
Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 9329
Age: 15
Localisation: Dans le pays des rillettes
$ops: 9548
Points: 650
Date d'inscription: 05/12/2009
SoP Story

Des mises en scènes
photographiques.
Quelle équipe a
l'Oeil du photographe ?
»»Vous choisissez !««

 
MessageSujet: Re: Tia' demande une aide spé' (code QEEL)   Ven 16 Déc - 18:12

Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- BEGIN message_admin_titre -->
  <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
  </tr>
  <!-- END message_admin_titre -->
  <!-- BEGIN message_admin_txt -->
  <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
  </tr>
  <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <!-- BEGIN switch_fb_connect_no -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                    <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                    <span class="gensmall">{L_AUTO_LOGIN}</span>
                  </td>
              </tr>

              <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect_no -->

  <!-- BEGIN switch_fb_connect -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td valign="top" width="100%"  class="row1" align="center">
            <table width="100%">
              <tr>
                  <td width="55%" valign="middle" align="right">
                    <table class="right">
                        <tr>
                          <td><span class="genmed">{L_USERNAME}:</span> </td>
                          <td><input class="post" type="text" size="10" name="username"/> </td>
                          <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span>
                          </td>
                        </tr>

                        <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span> </td>
                          <td><input class="post" type="password" size="10" name="password"/> </td>
                          <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                    </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                    <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="facebook_login()" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
      <td width="50%" valign="top">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
        <!-- END switch_user_logged_in -->
        <!-- BEGIN switch_delete_cookies -->
        <br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
        <!-- END switch_delete_cookies -->
        </span>
      </td>
      <td width="50%" align="right">
        <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
              <!-- BEGIN switch_delete_cookies -->
              <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
              <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
        </span>
      </td>
  </tr>
</table>

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <!-- BEGIN switch_fb_connect_no -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                    <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                    <span class="gensmall">{L_AUTO_LOGIN}</span>
                  </td>
              </tr>

              <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect_no -->

  <!-- BEGIN switch_fb_connect -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td valign="top" width="100%"  class="row1" align="center">
            <table width="100%">
              <tr>
                  <td width="55%" valign="middle">
                    <table class="right">
                        <tr>
                          <td><span class="genmed">{L_USERNAME}:</span> </td>
                          <td><input class="post" type="text" size="10" name="username"/> </td>
                          <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span>
                          </td>
                        </tr>

                        <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span> </td>
                          <td><input class="post" type="password" size="10" name="password"/> </td>
                          <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                    </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                    <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="facebook_login()" v="2" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline --><br />
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" id="qeel">

<tr>

<td style="background-color: transparent;" class="row1" width="500px"><span class="gensmall">
<span id="matt">{TOTAL_USERS}</span><script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membre enregistré/,"détective consultant");</script>
  <script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membres enregistrés/,"détectives consultants");</script>.
  </span><br />
<span class="gensmall"><span id="kumao">{TOTAL_POSTS}</span><script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Nos membres ont posté un total de/,"Nos détectives ont envoyé");</script>
  <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/messages/," messages");</script>.
  </span><br />
  <span class="gensmall"><span id="yosh">{NEWEST_USER}</span><script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Le détective enregistré le plus récent est");</script>.</span> <br />
<span class="gensmall"><span id="human">{RECORD_USERS}</span><script type="text/javascript">document.getElementById('human').innerHTML=document.getElementById('human').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/,"Notre record de détectives en ligne est de");</script>
</span></td></tr>
<tr>
<td style="background-color: transparent;" class="row1"><span class="gensmall">
<span id="resistance">{TOTAL_USERS_ONLINE}</span>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/utilisateur en ligne/,"détective en ligne");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/utilisateurs en ligne/,"détectives en ligne");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Enregistré/,"consultant");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Enregistrés/,"consultants");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Invisible/,"espion");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Invisibles/,"espions");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Invité/,"sbire");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Invités/,"sbires");</script>
<script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Moteur de recherche/,"agent de police");</script>
  <script type="text/javascript">document.getElementById('resistance').innerHTML=document.getElementById('resistance').innerHTML.replace(/Moteurs de recherche/,"agents de police");</script>.</span><br />
<span class="gensmall"><span id="now">{LOGGED_IN_USER_LIST}</span><script type="text/javascript">document.getElementById('now').innerHTML=document.getElementById('now').innerHTML.replace(/Utilisateurs enregistrés/,"Consultant(s)");</script>
</span></td></tr>
  {L_CONNECTED_MEMBER}
<tr><td style="background-color: transparent;" class="row1"><span class="gensmall">
                <span class="groupes"> <a href="http://sherlock.forumdediscussions.com/g4-les-assistants-de-sherlock"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/SherlockAssistant3.png" /></a></span> </span>                     
<span class="gensmall"><span class="groupes"><a href="http://sherlock.forumdediscussions.com/g5-les-internes-du-dr-watson"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/JohnStudent2.png" /></a> </span></span>
        <span class="gensmall"><span class="groupes"> <a href="http://sherlock.forumdediscussions.com/g6-les-sbires-de-moriarty"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/MoriartyMen2.png" /></a> </span></span> <br /> <br /> <br />       
      <span class="gensmall"><span class="groupes"> <a href="http://sherlock.forumdediscussions.com/g7-les-espions-de-mycroft"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/MycroftSpy.png" /></a> </span> </span>     
<span class="gensmall"><span class="groupes"> <a href="http://sherlock.forumdediscussions.com/g9-les-agents-de-lestrade"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/LestradeAgent.png" /></a></span></span>
  <span class="gensmall"><span class="groupes"> <a href="http://sherlock.forumdediscussions.com/g10-les-admirateurs-d-irene"><img src="http://i1106.photobucket.com/albums/h370/helenecolin/Designs/Design%209/IreneAdmirer.png" /></a></span></span>
  <br /><br />
</td></tr>
<tr>
<td style="background-color: transparent;" class="row1">
  <span class="gensmall">{L_WHOSBIRTHDAY_TODAY}</span>
  <span class="gensmall"><span id="anniv">{L_WHOSBIRTHDAY_WEEK}<script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Membres/,"Détective(s)");</script>
  <script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Membres/,"Détective(s)");</script>
  <script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Aucun membre/,"Aucun détective");</script>
  <script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Aucun membre/,"Aucun détective");</script>
</span></span>
  </td></tr></table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />


{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
  appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->


Toujours le même : http://sherlocktest.forumgratuit.org/

_________________


Spoiler:
 
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://flavors.me/tiadeets
 

Miettes

Directrice

Voir le dossier scolaire

Directrice

Féminin Rang spécial: Designer professionnelle, formatrice analystes, codeurs, admins, animateurs, graphistes (photoshop, gimp)
Marraine

Rédactrice en chef du M-SoP

Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 44273
Age: 24
Localisation: Lille
$ops: 21186
Points: 505
Date d'inscription: 01/02/2008
Distinctions: Membre de l'EST-SoP
*** Co-Rédactrice en Chef du M-SoP ***

SoP Story

Des mises en scènes
photographiques.
Quelle équipe a
l'Oeil du photographe ?
»»Vous choisissez !««

 
MessageSujet: Re: Tia' demande une aide spé' (code QEEL)   Ven 16 Déc - 18:39

Bon Smile A priori, j'ai trouvé le souci Smile

ça vient d'ici

Code:
<span class="gensmall">{L_WHOSBIRTHDAY_TODAY}</span>
  <span class="gensmall"><span id="anniv">{L_WHOSBIRTHDAY_WEEK}


Remplace ça par ce code

Code:
{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}
  <span class="gensmall"><span id="anniv">


et ton problème devrait être réglé Smile
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://pvereecken.fr/
 

Tia' demande une aide spé' (code QEEL)

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 3Aller à la page : 1, 2, 3  Suivant

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
School of Pub :: Archives du forum :: Les archives du forum :: Aides spécifiques-


Aller en haut
Aller en bas