Réduire la taille de texte de certaines lignes d'une modification du QEEL
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1 • Partagez
Réduire la taille de texte de certaines lignes d'une modification du QEEL
Bonjour;
J'ai installé mon QEEL, avec quelques codes. Le problème, est que ça donne ça :
Comment rétrecir l'énorme écriture de "Nous avons 29 membres enregistrés" etc ?
Voici le code de mon template :
Merci d'avance !
Lii-aa[right]
J'ai installé mon QEEL, avec quelques codes. Le problème, est que ça donne ça :
- Spoiler:
Comment rétrecir l'énorme écriture de "Nous avons 29 membres enregistrés" etc ?
Voici le code de mon template :
- 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">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td width="100%" valign="top" align="center" class="row1">
<label><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" size="10" name="username" /></label>
<label><span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" size="10" name="password" /></label>
{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
<label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
</td>
</tr>
</table>
</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">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td width="100%" valign="top" align="center" class="row1">
<span class="genmed">{L_USERNAME}:</span>
<input class="post" type="text" size="10" name="username"/>
<span class="genmed">{L_PASSWORD}:</span>
<input class="post" type="password" size="10" name="password"/>
{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
<span class="gensmall">{L_AUTO_LOGIN}</span>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
</td>
</tr>
</table>
</form>
<!-- END switch_user_login_form_footer -->
<!-- BEGIN disable_viewonline -->
<table cellspacing="0" cellpadding="0" width="900" border="0" class="statistiques">
<tr>
<td width="25%"></td>
<td width="10%">
{TOTAL_POSTS}.
{TOTAL_USERS}.
{TOTAL_USERS_ONLINE}.
{LOGGED_IN_USER_LIST}.
<form>
<select style="width: 268px" onchange="location = this.options
[this.selectedIndex].value">
<option selected="selected">
Groupes
</option>
<option value="http://unicschool.forums-actifs.com/groupcp.forum?g=15">
Dirrectrice
</option>
<option value="http://unicschool.forums-actifs.com/groupcp.forum?g=3">
Professeurs
</option>
<option value="http://unicschool.forums-actifs.com/groupcp.forum?g=9">
Normics
</option>
<option value="http://unicschool.forums-actifs.com/groupcp.forum?g=10">
Naturals
</option>
<option value="http://unicschool.forums-actifs.com/groupcp.forum?g=17">
Studious
</option>
<option value="http://unicschool.forums-actifs.com/groupcp.forum?g=7">
Bimbos
</option>
<option value="http://unicschool.forums-actifs.com/groupcp.forum?g=8">
Superboys
</option>
<option value="http://unicschool.forums-actifs.com/groupcp.forum?g=6">
Rebels
</option>
<span class="gensmall"><right>
{NEWEST_USER}<br><br>
<br>
</right> </span><br> <td width="5%"></td>
</tr>
<table border="0" cellspacing="2" cellpadding="0" width="700" align="center" style="text-align: justify"> {L_CONNECTED_MEMBERS}</table>
<center><img src="http://nsa11.casimages.com/img/2009/12/12/091212095306386547.png"></center> </table>
<br>
<!-- END disable_viewonline -->{CHATBOX_BOTTOM}
<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 -->
{AUTO_DST}
Merci d'avance !
Lii-aa[right]
Dernière édition par Lii-aa le Mer 10 Fév 2010 - 19:58, édité 1 fois
Re: Réduire la taille de texte de certaines lignes d'une modification du QEEL
Bonjour,
Essaye ceci
Tu cherche :
Tu enregistre et publie
Olivier
Essaye ceci
Tu cherche :
- Code:
{TOTAL_POSTS}.
{TOTAL_USERS}.
{TOTAL_USERS_ONLINE}.
{LOGGED_IN_USER_LIST}
- Code:
<font size=1>{TOTAL_POSTS}.
{TOTAL_USERS}.
{TOTAL_USERS_ONLINE}.
{LOGGED_IN_USER_LIST}</font>
Tu enregistre et publie
Olivier
Invité- Invité
Re: Réduire la taille de texte de certaines lignes d'une modification du QEEL
Merci, c'est parfait !
Edit etana : tant mieux, sinon voici un tutoriel sur les modifications du QEEL : Modifier le qui est en ligne par template.
Edit etana : tant mieux, sinon voici un tutoriel sur les modifications du QEEL : Modifier le qui est en ligne par template.
Sujets similaires
» Modifier taille de texte du QEEL
» Pb Modification Texte du QEEL
» Modification du texte dans le qeel
» Modification Texte du QEEL (Qui est en Ligne)
» Qeel image de fond; modification texte
» Pb Modification Texte du QEEL
» Modification du texte dans le qeel
» Modification Texte du QEEL (Qui est en Ligne)
» Qeel image de fond; modification texte
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum