Probleme avec code.

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Probleme avec code.

Message par loloZooO Ven 08 Juil 2011, 18:39

Bonjour à tous ,

Alors voilà , mon soucis , c'est que je voudrais centrer ce que je vous ai entouré en noir dans l'image.

Probleme avec code. Qeel10

Merci d'avance Very Happy
loloZooO

loloZooO
Nouveau membre

Féminin
Messages : 13
Inscrit(e) le : 05/07/2011

http://zoompub.forumgratuit.org/
loloZooO a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme avec code.

Message par SoraNoHime Ven 08 Juil 2011, 18:41

Bonjour,

pouvez-vous me passer votre template index_body s'il vous plait ?

Cordialement.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

SoraNoHime a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme avec code.

Message par loloZooO Ven 08 Juil 2011, 18:44

Oui bien sur ! Le voici :

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="window.location='/facebook_connect.forum'" 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 -->
         
<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>

            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a>

            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
               <!-- BEGIN switch_delete_cookies -->
               
<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="window.location='/facebook_connect.forum'" 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 -->
<center><table cellspacing="2" cellpadding="2" width="800px" border="0" class="statistiques">
  <tr>
<td width="5px"></td>
<td widht="150px"><img src="http://hitskin.com/themes/15/79/07/i_whosonline.png"></td>
<td width="750px">
<br><left>
<span class="groupes"> <a href="lien groupe1"><font color=#0073ff size="2"><b>Fondatrice</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="Lien groupe2"><font color=#d10003 size="2"><b>Administreurs</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="Lien groupe2"><font color=#f75bed size="2"><b>Analystes</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="Lien groupe2"><font color=#0eb019 size="2"><b>Correcteurs</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<br><br><span class="groupes"> <a href="Lien groupe3"><font color=#0026d1 size="2"><b>Modérateurs</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="Lien groupe4"><font color= #ff8000 size="2"><b>Animateurs</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="Lien groupe4"><font color= #ba003e size="2"><b>Membres</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="Lien groupe4"><font color= #ff0055 size="2"><b>Bannis</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<br><br><span class="groupes"> <a href="Lien groupe5"><font color="#000000" size="2"><b>Codeurs </b></font></a> </span><br><br>
<span class="gensmall"><font size=1> {TOTAL_USERS}. <br>
{NEWEST_USER}. <br>
{TOTAL_POSTS}<br>
</font><br>
<span class="gensmall">{TOTAL_USERS_ONLINE} <br>
{LOGGED_IN_USER_LIST} </td></center></span></td>
<td width="5px"></td>
</tr>
</table>
<table cellspacing="2" cellpadding="3" width="99%" border="0" >
<tr>
<td width="5%"></td>
<td width="60%">
<center>
<span class="barre1"><a href="{U_TODAY_ACTIVE}"><font size=1>{L_TODAY_ACTIVE}</font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><span class="barre1"<a href="{U_TODAY_POSTERS}"><font size=1>{L_TODAY_POSTERS}</font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><span class="barre1"><a href="{U_OVERALL_POSTERS}"><font size=1>{L_OVERALL_POSTERS}</font></a></span></center><br></td>
<td width="5%"></td>
</tr>
</table>
<table width="70%" align="center" style="text-align: justify">
<tr><td>{L_CONNECTED_MEMBERS}</td></tr>
</table>
<table width="58%" align="center" style="text-align: justify">
<tr><td>{L_WHOSBIRTHDAY_TODAY}<br>
{RECORD_USERS}</td></tr>
</table></center>


Dernière édition par loloZooO le Ven 08 Juil 2011, 18:50, édité 1 fois
loloZooO

loloZooO
Nouveau membre

Féminin
Messages : 13
Inscrit(e) le : 05/07/2011

http://zoompub.forumgratuit.org/
loloZooO a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme avec code.

Message par SoraNoHime Ven 08 Juil 2011, 18:46

Probleme avec code. Color-10
Probleme avec code. Send_s10
Bonjour,

Afin de conserver un forum lisible, l'utilisation des mises en forme suivante est interdite :
  • Le gras et la couleur (réservés au staff de ce forum),
  • L'écriture en SMS (abréviations)

Pour plus de détails sur la conduite à tenir sur ce forum, merci de lire la Charte du forum. Wink

A bientôt sur ForumActif Smile

Je vous invite donc à éditer votre texte précédent ^^. Désirez vous aussi enlever le fond blanc ?
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

SoraNoHime a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme avec code.

Message par loloZooO Ven 08 Juil 2011, 18:51

Non je garde le fond qui est blanc. Je veux juste centrer .. .. .. Wink
loloZooO

loloZooO
Nouveau membre

Féminin
Messages : 13
Inscrit(e) le : 05/07/2011

http://zoompub.forumgratuit.org/
loloZooO a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme avec code.

Message par SoraNoHime Ven 08 Juil 2011, 18:57

Repérez ceci à la fin de votre template :

Code:
<table width="70%" align="center" style="text-align: justify">
<tr><td>{L_CONNECTED_MEMBERS}</td></tr>
</table>
<table width="58%" align="center" style="text-align: justify">
<tr><td>{L_WHOSBIRTHDAY_TODAY}<br>
{RECORD_USERS}</td></tr>
</table></center>

et changez le ainsi :

Code:
    <table width="70%" align="center" style="text-align: justify">
    <tr><td><table class="connectanniv" width="100%">{L_CONNECTED_MEMBERS}</table></td></tr>
    </table>
    <table width="58%" align="center" style="text-align: justify">
    <tr><td><table class="connectanniv" width="100%">{L_WHOSBIRTHDAY_TODAY}<br>
    {RECORD_USERS}</table></td></tr>
    </table></center>

Puis dans la css, ajoutez :

Code:
.connectanniv .row1 {
text-align : center;
}

Cordialement.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

SoraNoHime a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme avec code.

Message par loloZooO Ven 08 Juil 2011, 19:02

Eu par contre le mais ou dans mon CSS ?? Car voici le code CSS du QEEL :

Code:
/*--- Qui est en ligne ---*/

.barre1{
background-color:#D9E5F5;border: 1px #2D81EA solid ;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:left;
text-decoration: none !important;
height:auto}

.statistiques{
border:0px;
background-repeat: no-repeat;
background-color:#A2B3DE;border: 0px #FFFFFF dotted;
background-position: left;
height:200px;}

.groupes{
background-color:#ffffff ;border: 1px #2D81EA dotted;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:left;
text-decoration: none !important;
height:auto}
loloZooO

loloZooO
Nouveau membre

Féminin
Messages : 13
Inscrit(e) le : 05/07/2011

http://zoompub.forumgratuit.org/
loloZooO a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme avec code.

Message par SoraNoHime Ven 08 Juil 2011, 19:03

insérez le en surplus en dessous de

Code:
.groupes{
background-color:#ffffff ;border: 1px #2D81EA dotted;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:left;
text-decoration: none !important;
height:auto}

tout simplement ^^
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

SoraNoHime a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme avec code.

Message par loloZooO Ven 08 Juil 2011, 19:19

Coucou , d'accord merci je vais voir tout sa !!
loloZooO

loloZooO
Nouveau membre

Féminin
Messages : 13
Inscrit(e) le : 05/07/2011

http://zoompub.forumgratuit.org/
loloZooO a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme avec code.

Message par loloZooO Ven 08 Juil 2011, 21:03

Coucou super c'est bon sa marche !! !! Merci infiniment ! Very Happy
loloZooO

loloZooO
Nouveau membre

Féminin
Messages : 13
Inscrit(e) le : 05/07/2011

http://zoompub.forumgratuit.org/
loloZooO a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme avec code.

Message par SoraNoHime Ven 08 Juil 2011, 21:23

Probleme avec code. Check10Bonjour,

Afin de faciliter la gestion des problèmes, si votre problème est résolu, pensez à :
  • éditer votre premier message,
  • cocher l'icône résolu
  • Et enregistrer en cliquant sur Probleme avec code. Envoi10


Vous pouvez également remercier les personnes qui vous ont aidé, en cliquant sur le bouton Probleme avec code. 50378

A bientôt sur ForumActif Smile
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

SoraNoHime a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum