Probleme avec code.
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème divers :: Archives des problèmes divers
Page 1 sur 1 • Partagez
Probleme avec code.
Bonjour à tous ,
Alors voilà , mon soucis , c'est que je voudrais centrer ce que je vous ai entouré en noir dans l'image.
Merci d'avance
Alors voilà , mon soucis , c'est que je voudrais centrer ce que je vous ai entouré en noir dans l'image.
Merci d'avance
Re: Probleme avec code.
Bonjour,
pouvez-vous me passer votre template index_body s'il vous plait ?
Cordialement.
pouvez-vous me passer votre template index_body s'il vous plait ?
Cordialement.
SoraNoHime- Membre actif
-
Messages : 6218
Inscrit(e) le : 10/06/2010
Re: Probleme avec code.
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 8 Juil 2011 - 18:50, édité 1 fois
Re: Probleme avec code.
Bonjour, Afin de conserver un forum lisible, l'utilisation des mises en forme suivante est interdite :
Pour plus de détails sur la conduite à tenir sur ce forum, merci de lire la Charte du forum. A bientôt sur ForumActif |
Je vous invite donc à éditer votre texte précédent ^^. Désirez vous aussi enlever le fond blanc ?
SoraNoHime- Membre actif
-
Messages : 6218
Inscrit(e) le : 10/06/2010
Re: Probleme avec code.
Non je garde le fond qui est blanc. Je veux juste centrer .. .. ..
Re: Probleme avec code.
Repérez ceci à la fin de votre template :
et changez le ainsi :
Puis dans la css, ajoutez :
Cordialement.
- 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- Membre actif
-
Messages : 6218
Inscrit(e) le : 10/06/2010
Re: Probleme avec code.
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}
Re: Probleme avec code.
insérez le en surplus en dessous de
tout simplement ^^
- 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- Membre actif
-
Messages : 6218
Inscrit(e) le : 10/06/2010
Re: Probleme avec code.
Coucou , d'accord merci je vais voir tout sa !!
Re: Probleme avec code.
Coucou super c'est bon sa marche !! !! Merci infiniment !
Re: Probleme avec code.
Bonjour, Afin de faciliter la gestion des problèmes, si votre problème est résolu, pensez à :
Vous pouvez également remercier les personnes qui vous ont aidé, en cliquant sur le bouton A bientôt sur ForumActif |
SoraNoHime- Membre actif
-
Messages : 6218
Inscrit(e) le : 10/06/2010
Sujets similaires
» Problème avec le code [Sélectionner un code]
» Problème avec le code Javascript pour le feu d'artifice (code pour les fêtes)
» Problème avec mon code de formulaire de problème.
» Problème avec un code =/
» Problème avec un code "css"
» Problème avec le code Javascript pour le feu d'artifice (code pour les fêtes)
» Problème avec mon code de formulaire de problème.
» Problème avec un code =/
» Problème avec un code "css"
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème divers :: Archives des problèmes divers
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum