Problème de codage du QEEL
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1 • Partagez
Problème de codage du QEEL
Bonjour à vous,
J'ai un soucis avec le codage de mon QEEL. Comme vous pouvez le voir sur mon forum, il y a un espace dans les 3 cases de mon QEEL en bas. J'ai beau avoir retourné mon codage en long et en travers, je ne trouve pas le soucis. Voici le codage de mon template.
J'ai un soucis avec le codage de mon QEEL. Comme vous pouvez le voir sur mon forum, il y a un espace dans les 3 cases de mon QEEL en bas. J'ai beau avoir retourné mon codage en long et en travers, je ne trouve pas le soucis. Voici le codage de mon template.
- Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="pageaccueil" 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" scope="{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}
<!-- 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" scope="{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 -->
<center><img src="http://img15.hostingpics.net/pics/579582barreqeel.png" width="780">
<div class="complet">
<table cellspacing="3" cellpadding="3" width="100%" style="margin-bottom: -14px;">
<tbody><tr>
<td width="50%"><a class="forumlink" style="text-align: center;">Qui est à Gotham?</a></td>
<td width="50%"><a class="forumlink"></a></td>
</tr></tbody>
</table>
<table cellspacing="3" cellpadding="3" width="100%"><tbody>
<tr>
<td class="qeeldesf" style="vertical-align: text-top; ">
<span class="gensmall">
<span class="gensmall"><span id="delf">{TOTAL_POSTS}</span><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Nos membres ont posté un total de /,"A cet instant, nos membres ont posté un total de ");</script>.
<span class="gensmall"><span id="delf1">{TOTAL_USERS}</span><script type="text/javascript">document.getElementById('delf1').innerHTML=document.getElementById('delf1').innerHTML.replace(/Nous avons /,"Le registre de la ville compte ");</script>.
<span class="gensmall"><span id="delf2">{NEWEST_USER}</span><script type="text/javascript">document.getElementById('delf2').innerHTML=document.getElementById('delf2').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"L'habitant nous ayant rejoints le plus récemment est");</script>.<br><br>
<span class="gensmall"><span id="delf3">{TOTAL_USERS_ONLINE}</span><script type="text/javascript">document.getElementById('delf3').innerHTML=document.getElementById('delf3').innerHTML.replace(/utilisateur en ligne/,"habitant de Gotham City en ligne");</script><script type="text/javascript">document.getElementById('delf3').innerHTML=document.getElementById('delf3').innerHTML.replace(/utilisateurs en ligne/,"habitants de Gotham City en ligne");</script>
<script type="text/javascript">document.getElementById('delf3').innerHTML=document.getElementById('delf3').innerHTML.replace(/Enregistré/,"Citoyen");</script><script type="text/javascript">document.getElementById('delf3').innerHTML=document.getElementById('delf3').innerHTML.replace(/Enregistrés/,"Citoyens");</script>
<script type="text/javascript">document.getElementById('delf3').innerHTML=document.getElementById('delf3').innerHTML.replace(/Invisible et/,"Etranger,");</script><script type="text/javascript">document.getElementById('delf3').innerHTML=document.getElementById('delf3').innerHTML.replace(/Invisibles et /,"Etrangers,");</script>
<script type="text/javascript">document.getElementById('delf3').innerHTML=document.getElementById('delf3').innerHTML.replace(/Invité/,"Visiteur de passage. ");</script><script type="text/javascript">document.getElementById('delf3').innerHTML=document.getElementById('delf3').innerHTML.replace(/Invités/,"Visiteurs de passage. ");</script></span> <br />{LOGGED_IN_USER_LIST} <br></span>
</td>
<td class="qeeldesf2">
<img src="http://img15.hostingpics.net/pics/689414groupescopie.png"></td>
</tr></tbody></table>
<table cellspacing="3" cellpadding="3" width="100%" style="margin-bottom: -14px;">
<tbody><tr>
<td width="33%"><a class="forumlink">Crédits</a></td><td width="1%"></td>
<td width="33%"><a class="forumlink">Vos admins</a></td><td width="1%"></td>
<td width="33%"><a class="forumlink">Last 24h</a></td>
</tr></tbody></table>
<table cellspacing="3" cellpadding="3" width="100%" style="vertical-align: text-top; ">
<tbody><tr>
<td width="33%" height="140px" class="qeeldesf"><center><img src="http://img15.hostingpics.net/pics/339137copyrihgt.png"></center></td>
<td width="1%"></td>
<td width="33%" height="140px" class="qeeldesf"><center><img src="http://img15.hostingpics.net/pics/8932238901.png" style="margin: 1px;"><img src="http://img15.hostingpics.net/pics/1863341502.png" style="margin: 1px;"><br><img src="http://img15.hostingpics.net/pics/810300oiujhg.png" style="margin: 1px;"><img src="http://img15.hostingpics.net/pics/493975anne.png" style="margin: 1px;"></center></td>
<td width="1%"></td>
<td width="33%" height="140px" class="qeeldesf" style="vertical-align: text-top; "><div id="last24h"><table>{L_CONNECTED_MEMBERS}</table></div>
</td>
</tr></tbody></table></div>
<img src="http://img15.hostingpics.net/pics/439783barre1.png" width="780"></center>
<!-- END disable_viewonline -->
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
<tr>
<td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td></td>
<td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
<!-- END switch_legend --> <table style="position: fixed; bottom: 50px; left: -10px;z-index:10000;"><tr><td><iframe src="http://gothamknight.forumactif.fr/chatbox" id="chatboxpop" scrolling="no" style="width: 600px; height: 400px; display: none;" marginwidth="0" marginheight="0" frameborder="0"></iframe></td><td style="vertical-align: bottom;">
<img src="http://img15.hostingpics.net/pics/570692Sanstitre3.png" onClick="document.getElementById('chatboxpop') .style.display=(this.src=='http://img15.hostingpics.net/pics/570692Sanstitre3.png')?'block':'none';
this.src=(this.src=='http://img15.hostingpics.net/pics/570692Sanstitre3.png')?'http://img15.hostingpics.net/pics/203811ujhygtf.png':'http://img15.hostingpics.net/pics/570692Sanstitre3.png';"/></td></tr></table>
<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,
oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
Dernière édition par a b y g a ë l le Mar 22 Mai 2012 - 23:21, édité 1 fois
Re: Problème de codage du QEEL
Bonsoir,
Pourrais je avoir le code css associé au qeel ?
Cordialement.
Re: Problème de codage du QEEL
- Code:
/*QEEL*/
.complet {
line-height: 10px; padding-right: 15px; padding-left: 15px;
text-align: justify;
background-color: #211824; }
.copyright { text-transform: uppercase;
background:transparent;
letter-spacing: 0px;
font-size:9px;
text-align: justify; font-family: times new roman; }
.groupes {font-weight: normal;
font-family: century gothic, arial;
font-size: 15px;
letter-spacing: 5px;
text-transform: lowercase;
text-shadow: 0px 0px 2px ;
padding-bottom:4px; padding-top: 4px;
}
.qeeldesf{
margin-left : 20px;
margin-right: 20px;
text-shadow: #000 1px 1px 1px;
-moz-border-radius: 15px;
-webkit-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow:2px 1px 4px #000, 0px 0px 18px #000 inset;
-webkit-box-shadow:2px 1px 4px #000, 0px 0px 18px #000 inset;
background-color:#000;
text-align:justify;
padding: 12px; background-image: url(http://img15.hostingpics.net/pics/289691fdgvdfgfd.png);background-position: center center;
line-height: 11px;
border: 3px solid #2f2229;
}
.box { text-transform: uppercase;
background:transparent;
letter-spacing: 0px;
font-size:9px;
color : #3A3131;
text-align: justify;
-moz-box-shadow: 0px 0px 15px #000000; }
#last24h { max-height: 160px; overflow-y: auto;letter-spacing: 0.5px;}
#lastconeccteh{ max-height: 37px; overflow-y: auto; }
Bonjour, le voila. J'ai vraiment cherché ce qui clochait mais je trouve pas... Merci de votre aide !
Re: Problème de codage du QEEL
Bonjour,
Dans votre template, repérez cette partie:
Et retirez le
Cordialement.
Dans votre template, repérez cette partie:
- Code:
<td width="33%" height="140px" class="qeeldesf" style="vertical-align: text-top; "><div id="last24h"><table>{L_CONNECTED_MEMBERS}</table></div>
</td>
Et retirez le
- Code:
style="vertical-align: text-top;
Cordialement.
Re: Problème de codage du QEEL
Comme d'habitude, vous me sauvez la vie !
Un grand merci, soucis résolu ♥
Un grand merci, soucis résolu ♥
Sujets similaires
» Problème codage QEEL
» Problème de codage QEEL.
» Codage... "Foireux" du QEEL
» Petit problème de codage de mon qeel
» Soucis de codage - QEEL
» Problème de codage QEEL.
» Codage... "Foireux" du QEEL
» Petit problème de codage de mon qeel
» Soucis de codage - QEEL
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum