Affichage des forums → Décalage, problème de police

3 participants

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

Résolu Affichage des forums → Décalage, problème de police

Message par Nee-chan Mar 15 Mai 2012 - 22:23

Bonjour/Bonsoir à tous !

Je viens demander de l'aide car je n'arrive pas à me sortir d'un petit problème au niveau de l'affichage de mes forums. C'est bien simple : plus j'essaie d'y remédier, pire est la situation. En espérant que quelqu'un pourra éclairer ma lanterne.

Voici une capture d'écran pour vous donnez une idée du soucis rencontré :
Spoiler:

1) Est t-il possible de rattacher l'onglet du titre du forum au bloc de description (au même niveau que les statistiques, à leurs gauche) ? J'ai beau tenter milles modifications de mon template index_box, il reste au dessus. Comme j'ai déjà touché à cette partie, je vous donne le code :

Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}
 <br>
        {CURRENT_TIME}
 
        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
 <br>
        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
 <br>
        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
  </tr>
  <!-- END tablehead --><br>
  <!-- BEGIN cathead -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
        <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
              <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
        </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
  </tr>
  <!-- END cathead -->
  <!-- BEGIN forumrow -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
        <h{catrow.forumrow.LEVEL} class="hierarchy"></h{catrow.forumrow.LEVEL}>
           
 
<!-- [ DÉBUT DES MODIFICATIONS EFFECTUEES PAR LE FORUM DES FORUMS ] -->
 
        <span class="forumlink">
          <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">
            <div class="forum-titre">{catrow.forumrow.FORUM_NAME}</div>
          </a></span>
      <div class="forum-stats">{catrow.forumrow.POSTS} messages pour {catrow.forumrow.TOPICS} sujets</div>
<div class="forum-description">
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
</div>
<div class="forum-sousforum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
        <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
 
        </span>
      </td>
      <!-- BEGIN forum_link_no -->
      <td class="row3 over" align="center" valign="middle" height="50">
        <span class="gensmall"><div class="dermessage">{catrow.forumrow.LAST_POST}</span></div>
      </td>
 
<!-- [ FIN DES MODIFICATIONS EFFECTUEES PAR LE FORUM DES FORUMS ] -->
 
      <!-- END forum_link_no -->
      <!-- BEGIN forum_link -->
      <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
      <!-- END forum_link -->
  </tr>
  <!-- END forumrow -->
  <!-- BEGIN catfoot -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
  </tr>
  <!-- END catfoot -->
  <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

2) Il s'agit de la police des statistiques du premier forum (en blanc/plus gros caractères). Auriez vous une idée d'où le problème pourrait venir (en sachant que le bon affichage des stats est juste en dessous, dans l'autre forum) ? J'ai relu mon CSS une bonne dizaine de fois sans trouver d'explication. (Note : seul l'onglet statistique du PREMIER forum et de la première catégorie est touché).

Mon CSS, au cas où :

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

/* Agrandissement des lettre avec le passage de la souris */

a {
font-variant: small-caps;
}

/* Contenu justifié et marges de chaque côté des messages */

.postbody {
text-align:justify;
padding-left:10px;
padding-right:10px;
}




/* Texte justifié avec marge de 40px */

.postbody {
    text-align:justify;
    padding:25px;
}

.body {
  border-radius: 5px 10px 0 5px;
}

/*fond cb*/

body.chatbox {
background-image: url('');
background-repeat:repeat;
}

/*Apparence titres forum*/

.secondarytitle, .secondarytitle h2{
  text-decoration: none;
  font-size: 28px;
  font-family: Georgia;
  letter-spacing: -3px;
  color: #427B5B;
text-shadow: #888888 1px 1px 1px;
}

/*BLOCS FORUM*/

/*Descriptions des forums*/
.forum-description {
      margin: auto;
      padding: 10px;
      color: #000000;
      width: 85%;
      background: #C5EEA2;
      border: 2px solid #427B5B;
      -moz-border-radius: 14px;
      -webkit-border-radius: 14px;
      font-size: 12px;
background-image:url('http://i40.servimg.com/u/f40/17/20/46/23/cat_bm11.jpg');
}

/*Titres des forums*/

.forum-titre {
      -moz-border-radius-topleft: 20px;
      -moz-border-radius-topright: 20px;
      -webkit-border-top-right-radius: 20px;
      -webkit-border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      border-bottom: 0 none !important;
      border-left: 2px solid #427B5B;
      border-right: 2px solid #427B5B;
      border-top: 2px solid #427B5B;
      color: #427B5B;
      background: #C5EEA2;
      font-size: 11px;
      font-style: italic;
      height: 14px;
      left: 40px;
      padding: 5px;
      text-align: center;
      width: 200px;
  background-image:url('http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg');
}
 
/*Statistiques*/
.forum-stats {
      -moz-border-radius-topleft: 20px;
      -moz-border-radius-topright: 20px;
      -webkit-border-top-right-radius: 20px;
      -webkit-border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      border-bottom: 0 none !important;
      border-left: 2px solid #427B5B;
      border-right: 2px solid #427B5B;
      border-top: 2px solid #427B5B;
      color: #427B5B;
      background: #C5EEA2;
      font-size: 9px;
      font-style: italic;
      height: 14px;
      left: 300px;
      padding: 5px;
      position: relative;
      text-align: center;
      width: 200px;
  background-image:url('http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg');
}
 
/*Sous forums*/
.forum-sousforum {
      color: #EAEAEA;
      background: #C5EEA2;
      border: 2px solid #427B5B;
      border-top: 0px !important;
      -moz-border-radius-bottomleft: 14px;
      -moz-border-radius-bottomright: 14px;
      -webkit-border-bottom-right-radius: 14px;
      -webkit-border-bottom-left-radius: 14px;
      border-bottom-right-radius: 14px;
      border-bottom-left-radius: 14px;
      margin: auto;
      padding: 4px;
      color: #000000;
      width: 80%;
      text-align: center;
      height: 25px;
      font-size: 11px;
    background-image:url('http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg');
}

/*Cadre arrondi autour du dernier message posté*/

.stats{
  background-color: #a52a2a;
  padding: 3px;
  text-align: center;}
 
.dermessage{
  background-color: #a52a2a;
  border: 1px dashed #a0522d;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 3px;
  text-align: center;}

/*Titres centrés*/

.page-title
{
  text-align: center;
}

/*NAVIGATION*/

.mainmenu {padding-left:10px; padding-right:10px;}
.mainmenu img {display:none;}
.navigation {background-color:#ffffcb;
border: 2px solid #ffffcb;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;}

/*CODES, SPOILERS...*/

/*Code*/

.code
{
background: #FBFFDC;
border: 2px solid #427B5B;
color: #000000;
  text-align:justify;
    padding:10px;
}
 
/*Citation*/

.quote
{
background: #FBFFDC;
border: 2px solid #427B5B;
color: #000000;
  text-align:justify;
    padding:10px;
}
 
/*Spoiler*/

.spoiler
{
background: #FBFFDC;
border: 2px solid #FBFFDC;
color: #000000;
  text-align:justify;
}
 
.spoiler_closed hidden,  .spoiler_content, .spoiler_closed
{
background: #FBFFDC;
border: 2px solid #427B5B;
color: #000000;
  text-align:justify;
    padding:10px;
}

/*Bordures arrondies*/

.forumline, .forumline tr, .forumline tr th, .forumline tr td{
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;}

/*Titre secondaire*/

a.forumlink{
  text-shadow: #888888 2px 2px 2px;
}

/Widgets/

.widget_flottart
{
width: 120px;
height: 100px;
 
position:fixed;
top: 50px;
right: 180px;
}

/*Encadré info profil*/

.postprofile dd {
border: 5px solid #427B5B;
}

/*Infobulles équipe*/

a.info{
position:relative;
z-index:24;
color:#000;
}
 
a.info:hover{
z-index:25;
background-color:#FFF
}
 
a.info span{
display: none
}
 
a.info:hover span{
display:block;
position:absolute;
top:2em; left:2em; width:25em;
border: 2px solid #427b5b;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-image: url("http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg");
text-align: center;
padding:5px;
}

/*AFFICHAGE DU PROFIL DANS LES SUJETS*/

.vava {
border-bottom: 3px simple #427B5B;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-border-radius: 10px; /* en pointillée et en gris*/
margin: 5px;
padding: 5px;
  background-image:url('http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg');
}

.vava2 {
border-bottom: 3px simple #427B5B;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-border-radius: 10px; /* en pointillée et en gris*/
margin: 5px;
padding: 5px;
font-size: 10px; 
    background-image:url('http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg');
}

/* Profil Masqué */
.profilmasque /*c'est juste le css du bouton*/
{
  width: 215px;
border-bottom: 3px simple #427B5B;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-border-radius: 10px; /* en pointillée et en gris*/
font-size: 10px; /*taille de la police*/
    background-image:url('http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg');
}

.profil1/*c'est le css de l'ensemble bouton+profil*/
{
width: 200px;
border: none;
font-size: 10px;
font-weight: georgia;
  background-image:url('http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg');
}

/*Popup connexion*/

#login_popup {
  background-image: url(http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg);
}

/*Image autour du dernier message*/

.dermessage{
border: 2px solid #427b5b;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
background-image: url("http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg");
}

/*Image sombre>claire*/

.opacity img {
  filter:alpha(opacity=70);
  -moz-opacity:0.5;opacity: 0.5;
}
img:hover {
  filter:alpha(opacity=100);
  -moz-opacity:1;opacity: 1;
}

/*Header*/

body {margin:0px;}

.bannière_header {
background-image:url("http://i40.servimg.com/u/f40/15/50/42/95/copie_12.jpg");
background-position:top center;
background-repeat:no-repeat;
height:600px;
width:1521px;}

Merci à ceux qui tenteront de m'aider ?
avatar

Nee-chan
Nouveau membre

Messages : 2
Inscrit(e) le : 30/10/2011

http://st-lucia-academy.forumactif.com/
Nee-chan a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage des forums → Décalage, problème de police

Message par Automne Mer 16 Mai 2012 - 10:32

Bonjour,

Pour le css, essayez ceci
Code:
a:hover{text-decoration: none !important;}
a {text-decoration: none !important;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}

/* Agrandissement des lettre avec le passage de la souris */

a {
font-variant: small-caps;
}

/* Contenu justifié et marges de chaque côté des messages */

.postbody {
text-align:justify;
padding-left:10px;
padding-right:10px;
}




/* Texte justifié avec marge de 40px */

.postbody {
    text-align:justify;
    padding:25px;
}

.body {
  border-radius: 5px 10px 0 5px;
}

/*fond cb*/

body.chatbox {
background-image: url('');
background-repeat:repeat;
}

/*Apparence titres forum*/

.secondarytitle, .secondarytitle h2{
  text-decoration: none;
  font-size: 28px;
  font-family: Georgia;
  letter-spacing: -3px;
  color: #427B5B;
text-shadow: #888888 1px 1px 1px;
}

/*BLOCS FORUM*/

/*Descriptions des forums*/
.forum-description {
      margin: auto;
      padding: 10px;
      color: #000000;
      width: 85%;
      background: #C5EEA2;
      border: 2px solid #427B5B;
      -moz-border-radius: 14px;
      -webkit-border-radius: 14px;
      font-size: 12px;
background-image:url('http://i40.servimg.com/u/f40/17/20/46/23/cat_bm11.jpg');
}

/*Titres des forums*/

.forum-titre {
      -moz-border-radius-topleft: 20px;
      -moz-border-radius-topright: 20px;
      -webkit-border-top-right-radius: 20px;
      -webkit-border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      border-bottom: 0 none !important;
      border-left: 2px solid #427B5B;
      border-right: 2px solid #427B5B;
      border-top: 2px solid #427B5B;
      color: #427B5B;
      background: #C5EEA2;
      font-size: 11px;
      font-style: italic;
      position:relative;
      top:0.7cm;
      height: 14px;
      left: 55px;
      padding: 5px;
      text-align: center;
      width: 200px;
  background-image:url('http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg');
}
 
/*Statistiques*/
.forum-stats {
      -moz-border-radius-topleft: 20px;
      -moz-border-radius-topright: 20px;
      -webkit-border-top-right-radius: 20px;
      -webkit-border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      border-bottom: 0 none !important;
      border-left: 2px solid #427B5B;
      border-right: 2px solid #427B5B;
      border-top: 2px solid #427B5B;
      color: #427B5B;
      background: #C5EEA2;
      font-size: 9px;
      font-style: italic;
      height: 14px;
      left: 300px;
      padding: 5px;
      position: relative;
      text-align: center;
      width: 200px;
  background-image:url('http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg');
}
 
/*Sous forums*/
.forum-sousforum {
      color: #EAEAEA;
      background: #C5EEA2;
      border: 2px solid #427B5B;
      border-top: 0px !important;
      -moz-border-radius-bottomleft: 14px;
      -moz-border-radius-bottomright: 14px;
      -webkit-border-bottom-right-radius: 14px;
      -webkit-border-bottom-left-radius: 14px;
      border-bottom-right-radius: 14px;
      border-bottom-left-radius: 14px;
      margin: auto;
      padding: 4px;
      color: #000000;
      width: 80%;
      text-align: center;
      height: 25px;
      font-size: 11px;
    background-image:url('http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg');
}

/*Cadre arrondi autour du dernier message posté*/

.stats{
  background-color: #a52a2a;
  padding: 3px;
  text-align: center;}
 
.dermessage{
  background-color: #a52a2a;
  border: 1px dashed #a0522d;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 3px;
  text-align: center;}

/*Titres centrés*/

.page-title
{
  text-align: center;
}

/*NAVIGATION*/

.mainmenu {padding-left:10px; padding-right:10px;}
.mainmenu img {display:none;}
.navigation {background-color:#ffffcb;
border: 2px solid #ffffcb;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;}

/*CODES, SPOILERS...*/

/*Code*/

.code
{
background: #FBFFDC;
border: 2px solid #427B5B;
color: #000000;
  text-align:justify;
    padding:10px;
}
 
/*Citation*/

.quote
{
background: #FBFFDC;
border: 2px solid #427B5B;
color: #000000;
  text-align:justify;
    padding:10px;
}
 
/*Spoiler*/

.spoiler
{
background: #FBFFDC;
border: 2px solid #FBFFDC;
color: #000000;
  text-align:justify;
}
 
.spoiler_closed hidden,  .spoiler_content, .spoiler_closed
{
background: #FBFFDC;
border: 2px solid #427B5B;
color: #000000;
  text-align:justify;
    padding:10px;
}

/*Bordures arrondies*/

.forumline, .forumline tr, .forumline tr th, .forumline tr td{
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;}

/*Titre secondaire*/

a.forumlink{
  text-shadow: #888888 2px 2px 2px;
}

/Widgets/

.widget_flottart
{
width: 120px;
height: 100px;
 
position:fixed;
top: 50px;
right: 180px;
}

/*Encadré info profil*/

.postprofile dd {
border: 5px solid #427B5B;
}

/*Infobulles équipe*/

a.info{
position:relative;
z-index:24;
color:#000;
}
 
a.info:hover{
z-index:25;
background-color:#FFF
}
 
a.info span{
display: none
}
 
a.info:hover span{
display:block;
position:absolute;
top:2em; left:2em; width:25em;
border: 2px solid #427b5b;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-image: url("http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg");
text-align: center;
padding:5px;
}

/*AFFICHAGE DU PROFIL DANS LES SUJETS*/

.vava {
border-bottom: 3px simple #427B5B;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-border-radius: 10px; /* en pointillée et en gris*/
margin: 5px;
padding: 5px;
  background-image:url('http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg');
}

.vava2 {
border-bottom: 3px simple #427B5B;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-border-radius: 10px; /* en pointillée et en gris*/
margin: 5px;
padding: 5px;
font-size: 10px;
    background-image:url('http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg');
}

/* Profil Masqué */
.profilmasque /*c'est juste le css du bouton*/
{
  width: 215px;
border-bottom: 3px simple #427B5B;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-border-radius: 10px; /* en pointillée et en gris*/
font-size: 10px; /*taille de la police*/
    background-image:url('http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg');
}

.profil1/*c'est le css de l'ensemble bouton+profil*/
{
width: 200px;
border: none;
font-size: 10px;
font-weight: georgia;
  background-image:url('http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg');
}

/*Popup connexion*/

#login_popup {
  background-image: url(http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg);
}

/*Image autour du dernier message*/

.dermessage{
border: 2px solid #427b5b;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
background-image: url("http://i40.servimg.com/u/f40/17/20/46/23/cat2_b10.jpg");
}

/*Image sombre>claire*/

.opacity img {
  filter:alpha(opacity=70);
  -moz-opacity:0.5;opacity: 0.5;
}
img:hover {
  filter:alpha(opacity=100);
  -moz-opacity:1;opacity: 1;
}

/*Header*/

body {margin:0px;}

.bannière_header {
background-image:url("http://i40.servimg.com/u/f40/15/50/42/95/copie_12.jpg");
background-position:top center;
background-repeat:no-repeat;
height:600px;
width:1521px;}

J'ai rajouté position et top au titre. quand a l'autre question je ne sais pas car je n'ai pas le problème que vous rencontrez sur mon forum. Essayez de remettre les codes (templates et css) et de ré-enregistrer.
Automne

Automne
Membre actif

Messages : 8431
Inscrit(e) le : 22/03/2010

https://gilles570.motards.net/
Automne a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage des forums → Décalage, problème de police

Message par Nee-chan Jeu 17 Mai 2012 - 0:45

Merci beaucoup pour votre aide, ça marche parfaitement.

Pour ce qui est de l'écriture, je tente toujours de résoudre le problème sans succès. Je ne passe pas encore le sujet en résolu au cas où quelqu'un pourrait m'éclairer.
avatar

Nee-chan
Nouveau membre

Messages : 2
Inscrit(e) le : 30/10/2011

http://st-lucia-academy.forumactif.com/
Nee-chan a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage des forums → Décalage, problème de police

Message par SandyL Jeu 24 Mai 2012 - 9:04

Affichage des forums → Décalage, problème de police 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 Affichage des forums → Décalage, problème de police Envoi10


Vous pouvez également remercier les personnes qui vous ont aidé, en cliquant sur le bouton Affichage des forums → Décalage, problème de police 50378

A bientôt sur ForumActif Smile
SandyL

SandyL
Membre actif

Féminin
Messages : 26992
Inscrit(e) le : 14/06/2007

https://monzoo.net/myzoo.php?pseudo=Arkana
SandyL 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