Problème d'espacement de texte .

2 participants

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

Résolu Problème d'espacement de texte .

Message par liziiee003 Sam 24 Aoû 2013 - 10:01

Bonjour ^^

Alors j'ai modifier mes catégorie * grâce à un libre service codage de " Libre Graph " *
Tout marche absolument bien , ses jolie et tout *-*
Sauf ceci , ses tout coller :
Problème d'espacement de texte . 601227Toutcoller


Comment leur donner des espaces ?
Car même si il à des espaces , il ne le prennent pas ...
Ses vraiment génant pour comprendre le titre du sujet .
Pour les catégorie j'ai espacer grâce a des " - " ou " . "
Mais je n'ai pas que sa a faire toute ma journée a mettre des points et des tiret pour espacer .

Donc voila ..
Merci de m'aider <3


Dernière édition par liziiee003 le Sam 24 Aoû 2013 - 13:28, édité 1 fois
liziiee003

liziiee003
**

Féminin
Messages : 61
Inscrit(e) le : 09/05/2013

http://leparadisdugraphisme.forumactif.org/
liziiee003 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'espacement de texte .

Message par Neptunia Sam 24 Aoû 2013 - 10:08

Bonjour !

Pour vous aider efficacement, les personnes qui vous aideront auront besoin de :
- Votre template index_box
- Votre template topics_list_box
- La feuille CSS personnalisée.
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'espacement de texte .

Message par liziiee003 Sam 24 Aoû 2013 - 10:11

D'accord ^^
CSS :
Code:
body{cursor:url("http://www.patmax.eu/C2/130822185915.cur"),default;}
img:hover {
opacity:0.7;
-moz-transition:all 0.1s;
-o-transition:all 0.1s;
-webkit-transition:all 0.1s;
transition:all 0.1s;}

#slide_avatar {
    width: 200px;    /* largeur avatar */
    height:350px;    /* hauteur avatar */
    border: 1px solid #fcfcfc;    /* couleur bordure avatar */
    overflow:hidden;      /* ne pas toucher */
    position:relative;    /* ne pas toucher */
}
 
.glisse_avatar {  
    -webkit-transition:all 0.5s;    /* fait glisser l avatar */
    -moz-transition:all 0.5s;      /* fait glisser l avatar autre navigateur */
    -o-transition:all 0.5s;        /* fait glisser l avatar autre navigateur */
    -ms-transition:all 0.5s;      /* fait glisser l avatar autre navigateur */
    transition:all 0.5s;        /* fait glisser l avatar autre navigateur */
    top:0;                /* ne pas toucher */
    left:0;              /* ne pas toucher */
    width:100%;          /* ne pas toucher */
    height:100%;        /* ne pas toucher */
    position:absolute;    /* ne pas toucher */
    z-index:1;
}
 
#slide_avatar:hover > .glisse_avatar {
    margin-left:200px;      /* fait glisser l avatar a droite */
}
 
.infos_avatar {
    background-color:#fcfcfc !important;    /* fond infos */
    padding: 7px;
    top:0;                /* ne pas toucher */
    left:0;              /* ne pas toucher */
    width:100%;          /* ne pas toucher */
    height:100%;        /* ne pas toucher */
    z-index:0;
}

/* Partie 2 */

border: 3px solid black; /*3px > la taille - solid > la forme - black > la couleur, vous pouvez utiliser les codes couleurs #ffffff*/

/* PARTIE 3 */

.pseudo_mess
{
  display: block;
  position: relative;
  z-index: 2;
  width: 190px;
  margin-top: -15px;
  margin-left: 5px;
  text-align: center;
  font-size: 18px;
  font-family: courier;
  font-weight: bold;
  text-shadow: 0px 0px 3px #c5bea0;
  background: #94855c;
  padding-top: 5px;
  border-left: 3px solid #371e1a;
  border-right: 3px solid #371e1a;
  border-top: 1px solid #371e1a;
  border-bottom: 1px solid #371e1a;
  box-shadow: 0px 0px 3px #000000;
  -moz-box-shadow: 0px 0px 3px #000000;
  -o-box-shadow: 0px 0px 3px #000000;
  -htm-box-shadow: 0px 0px 3px #000000;
  -webkit-box-shadow: 0px 0px 3px #000000;
}


/* PARTIE 4 */

 
.avatar_mess {
-webkit-transition: all 2s ease 0;
background: #272726;
box-shadow: 0 0 6px black;
display: block;
height: 320px;
margin-right: 10px;
overflow: hidden;
transform: all;
transition: 1s;
width: 200px;
}
.avatar_mess:hover {
-webkit-transition: all 2s ease 0;
transform: all;
transition: 1s;
width: 0;
}
.profil_mess {
-webkit-transition: all 2s ease 0;
background: #6B664E;
color: #C5BEA0;
display: block;
filter: alpha(opacity=0);
font-size: 11px;
height: 310px;
overflow: auto;
padding: 5px;
position: absolute;
transform: all;
transition: 1s;
width: 190px;
  opacity: 0;
}
.profil_mess:hover {
  opacity: 1;
-webkit-transition: all 2s ease 0;
filter: alpha(opacity=100);
transform: all;
transition: 1s;
}
.pseudo_mess
{
  display: block;
  position: relative;
  z-index: 2;
  width: 190px;
  margin-top: -15px;
  margin-left: 10px;
  text-align: center;
  font-size: 18px;
  font-family: courier;
  font-weight: bold;
  text-shadow: 0px 0px 3px #c5bea0;
  background: #94855c;
  padding-top: 5px;
  border-left: 3px solid #371e1a;
  border-right: 3px solid #371e1a;
  border-top: 1px solid #371e1a;
  border-bottom: 1px solid #371e1a;
  box-shadow: 0px 0px 3px #000000;
  -moz-box-shadow: 0px 0px 3px #000000;
  -o-box-shadow: 0px 0px 3px #000000;
  -htm-box-shadow: 0px 0px 3px #000000;
  -webkit-box-shadow: 0px 0px 3px #000000;
}



/* -------------------QEEL------------------- */


.groupes a {
font-size:15px;
margin-left:10px;
  ont-family: Times New Roman;
ext-shadow: 0px 0px 4px #ffffff;
    letter-spacing: 0px;
}
  
.QEEL1 {
background-color : #e6f9e5;
width:590px;
text-align: center;
  margin-top:3px;
padding:5px;
}
.QEEL {
background-color : WHITE;
width:288px;
  padding:5px;
text-align: justify;
  height:240px;

}
.QEEL2 {
background-color : white;
  width:288px;
text-align: justify;
padding:5px;
  height:240px;
}

/* BARRE SCROLLBAR */

::-webkit-scrollbar {
  height: 3px;
  width: 10px;
  background-color: #FFFFFF; /* couleur de fond */
}
 
html > ::-webkit-scrollbar {
  width: 7px; /* largeur de la barre */
}
 
::-webkit-scrollbar-thumb {
  background: #a5ecaa; /* couleur de la barre qui se déplace */
  border-radius: 52px;  /* Arrondis */
}
 
::-webkit-scrollbar-track-piece {
  background-color: #FFFFFF; /* couleur de fond */
}

/* ---------------------TITRE CHATBOX------------------- */


#chatbox_header .cattitle strong { display: none; }
#chatbox_header .cattitle:before { content: " La chat Box Du Paradis #"; }
#chatbox_header .cattitle strong { visibility: hidden; }

 
/* PA */

/* Propriétés générales */
.block, .titre, .lien {
 
background-repeat: no-repeat;
  padding:5px;
background-position:center;
  background-color : #f0faf1;
box-shadow: 0px 0px 2px #7bb6ee;
}

.block, .lien {
  text-align: center;
  padding: 10px;
}


/* Images */
.block-partenaires img, .thumbnail > div {
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -htm-transition: opacity 1s;
    transition: opacity 1s;
}

.block-partenaires img {
  width: 99px;
  height: 41px;
  padding: 1px;
  
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
        
.block-partenaires img:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.thumbnail {
  position: absolute;
  z-index: 0;
  margin:1px;
}

.thumbnail:hover{
  background-color: transparent;
  z-index: 50;
}

.thumbnail > div {
  position: absolute;
  left: -2000px;
  padding: 5px;
  margin: auto;
  background-color: #EBEBEB;
  color: #EBEBEB;
  text-shadow: 0px 0px 8px #EBEBEB;
  border: #EBEBEB 1px solid;
  
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}

.thumbnail:hover > div {
  top: 0px;
  left: 0px;
  width: 99px;
  height: 41px;
  
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  
}


/* Liens */

.titrepa{
  text-align : center ;
font-size: 20px;
 color:#7994ed;
text-shadow: 1px 1px 0px #EBEBEB;
font-variant: small-caps;
padding-top: 3px;
padding-bottom: 3px;
font-weight: bold;
}

a.tstaff {
  display: block;
  text-align: center;
  margin-top: 95px;
}

.block a {
  text-decoration: none;
}

/* Blocs */
.block-welcome {
  height: 120px;
  overflow: auto;
  text-align: justify;
margin-left:10px;
  margin-right:10px;
  padding:5px;
}
 .block-staff {
  height: 120px;
  text-align: justify;
margin-left:10px;
  margin-right:10px;
  padding:5px;
}

.opacite {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.opacite:hover {
    opacity: 1;
-moz-opacity: 1;
  filter: alpha(opacity=100);
}
.block-welcome {
  width: 400px;
}

.block-staff {
  width: 320px;
}

.block-staff table {
  margin: auto;
}

.block-staff td {
  width: 92px;
}

.block-partenaires, .block-nouveautes, .block-credits {  
  width: 220px;
  height: 110px;
  padding:5px;
margin-left:10px;
  margin-right:10px;
}

.block-partenaires > div, .block-nouveautes > div, .block-credits > div {
  width: 220px;  
  height: 98px;
}


/* Titres */
.titre {
  font-family: impact;
  font-size: 14px;
  padding: 4px;
  margin: auto;
  margin-bottom: 5px;
}

.titre-welcome {
  height: 130px;  
  width: 20px;  
  padding: 7px;
  margin-right: -4px;
  margin-top: 15px;
  text-align: center;
  
  border-right: 0px #EBEBEB solid;
}

.titre-staff {
  width: 130px;
  text-align: center;
}

.titre:hover {
  background: #f1d5f2;
  color: #f1d5f2;
  text-shadow: 0px 0px 8px #f1d5f2;
}

.titre-welcome:hover {
  background: #f1d5f2;    
  color: #f1d5f2;
  text-shadow: 0px 0px 8px #f1d5f2;
}


span.infoadmins {
  position: relative;
  text-decoration: none;
}
span.infoadmins span.bulle {
  display: none;
  font-size: 12px;
}
span.infoadmins:hover {
  background: none;
  z-index: 999;
  cursor: help;
}
span.infoadmins:hover span.bulle {
  display: inline;
  position: absolute;
left: -10px;
width; 150px;
top:10px;
  color: #7994ed;
background-color : #EBEBEB;
  border : 2px solid #7994ed;
  padding: 3px;
  -moz-border-radius: 5px;
}

span.infoadmins span.bulles {
  display: none;
  font-size: 10px;
}

span.infoadmins:hover span.bulles {
  display: inline;
  position: absolute;
left: 50px;
width; 150px;
top:0px;
  color: #7994ed;
background-color : #EBEBEB;
  border : 2px solid #7994ed;
  padding: 3px;
  -moz-border-radius: 5px;
}

.menunav {
width: 210px;
  padding:2px;
  background-color:#E1D8CD;
    border-left : 2px solid #7994ed;
      border-right : 2px solid #7994ed;
}
.menunav:hover {
  width: 210px;
  background-color:#EBEBEB;
    color: #E2E8EB;
  letter-spacing:1px;
      border-left : 2px solid #7994ed;
      border-right : 2px solid #7994ed;
}

/* Tableau accueil */

.minimenu {
position: fixed;
top: 40px;
right: -150px;
height: 600px;
}

/* CATEGORIES (C) SUNHAE */
.forumlink{
  font-size: 11px;
  letter-spacing: 1px;
  font-weight:normal;
  text-transform:uppercase;
  text-shadow: 1px 1px 0px #f0a1f0;
  margin-top: 15px;
  -webkit-transition-duration:3s,3s,3s,3s,3s,3s;
 -moz-transition-duration:2s,2s,2s,2s,2s,2s;  
  -o-transition-duration:2s,2s,2s,2s,2s,2s;  
 transition-duration:2s,2s,2s,2s,2s,2s;
}

.forumlink a:hover{
  font-weight:normal;
  text-transform:uppercase;
  text-shadow: 1px 1px 0px #f0a1f0;
  margin-top: 10px;
  margin-left: 100px;
}

.derniermess{
  font-size: 8px;
  height: 60px;
  width: 150px;
  text-transform:uppercase;
  border-left: 2px solid #EBD7D8;
  border-radius: 15px;
  padding: 3px;
}

.topictitle, h1, h2{
  font-size: 16px;
  letter-spacing: -2px;
  text-align: center;
  font-weight:normal;
  color: #B0D3E9!important;
  text-transform:uppercase;
  text-shadow: 1px 1px 0px #E9E4D1;
}

.secondarytitle{
  background: none;
}

.sous-forum a{
  display: block;
  width: 100px;
  height: 15px;
  text-align: center;
  background-color: #EBD7D8;
  color: #F4F2E8;
  text-transform:uppercase;
  text-shadow: 1px 1px 1px #E2C5C6;
  margin-top: -16px;
  overflow: auto;
}

.sous-forum a:hover{
  color: #F4F2E8;
}
/* FIN CATEGORIES */
Topics_list_box * Jamais modifier * :
Code:
<!-- BEGIN topics_list_box --><!-- BEGIN row --><!-- BEGIN header_table --><!-- BEGIN multi_selection -->
<script type="text/javascript">
function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
   var all_checked = true;
   for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
      if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
         all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
      }
   }
   document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
}
function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
   for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
      if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
         document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
      }
   }
}
</script>
<!-- END multi_selection -->

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th colspan="{topics_list_box.row.header_table.COLSPAN}" align="center" nowrap="nowrap"> {topics_list_box.row.L_TITLE} </th>
      <th align="center" nowrap="nowrap" width="80"> {topics_list_box.row.L_REPLIES} </th>
      <th align="center" nowrap="nowrap" width="100"> {topics_list_box.row.L_AUTHOR} </th>
      <th align="center" nowrap="nowrap" width="50"> {topics_list_box.row.L_VIEWS} </th>
      <th align="center" nowrap="nowrap" width="150"> {topics_list_box.row.L_LASTPOST} </th>
      <!-- BEGIN multi_selection -->
      <th align="center" nowrap="nowrap" width="20"><input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /></th>
   <!-- END multi_selection -->
   </tr>
   <!-- BEGIN pagination -->
   <tr>
      <td class="row1" colspan="7" align="right"><span class="gensmall">{PAGINATION}</span></td>
   </tr>
   <!-- END pagination -->
   <!-- END header_table --><!-- BEGIN header_row -->
   <tr>
      <td class="row3" colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td>
   </tr>
<!-- END header_row -->

<!-- BEGIN topic -->
{topics_list_box.row.END_TABLE_STICKY}
   <tr>
      <!-- BEGIN single_selection -->
      <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20"><input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
      <!-- END single_selection -->
      <td class="{topics_list_box.row.ROW_FOLDER_CLASS}" align="center" valign="middle" width="20"><img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" /></td>
      <!-- BEGIN icon -->
      <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20">{topics_list_box.row.ICON}</td>
      <!-- END icon -->
      <td class="{topics_list_box.row.ROW_CLASS}" onmouseover='this.className="row2"' onmouseout='this.className="{topics_list_box.row.ROW_CLASS}"' width="100%">
         <div class="topictitle">
            {topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE}
            <h2 class="topic-title">
               <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a>
            </h2>
         </div>

         <!-- BEGIN switch_description -->
         <span class="genmed">
            <br />
            {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
         </span>
         <!-- END switch_description -->
         <span class="gensmall">{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span> 
         <span class="gensmall">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span>
      </td>

      <td class="row2" align="center" valign="middle"><span class="postdetails">{topics_list_box.row.REPLIES}</span></td>
      <td class="row3" align="center" valign="middle"><span class="name"><strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span></td>
      <td class="row2" align="center" valign="middle"><span class="postdetails">{topics_list_box.row.VIEWS}</span></td>
      <td class="row3Right" onmouseover='this.className="row1"' onmouseout='this.className="row3Right"' align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topics_list_box.row.LAST_POST_TIME}<br />{topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</span></td>
<!-- BEGIN multi_selection -->
      <td class="row2" align="center" valign="middle"><span class="postdetails"><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></span></td>
   <!-- END multi_selection -->
   </tr>
   <!-- END topic --><!-- BEGIN no_topics -->
   <tr>
      <td class="row1" colspan="{topics_list_box.row.COLSPAN}" align="center" valign="middle" height="30"><span class="gen">{topics_list_box.row.L_NO_TOPICS}</span></td>
   </tr>
   <!-- END no_topics --><!-- BEGIN bottom -->
   <tr>
      <td class="catBottom" colspan="{topics_list_box.row.COLSPAN}" valign="middle">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td> <span class="gensmall">{PAGINATION}</span></td>
               <td align="right"><a href="#top">{L_BACK_TO_TOP}</a> </td>
            </tr>
         </table>
      </td>
   </tr>
<!-- END bottom --><!-- BEGIN footer_table -->
</table><!-- END footer_table --><!-- BEGIN spacer --><br class="gensmall" /><!-- END spacer --><!-- END row --><!-- END topics_list_box -->
Index box :
Code:
<table width="100%" border="0" cellspacing="2" cellpadding="1" align="center">
 <tr>
 <td valign="bottom">
 <!-- BEGIN switch_user_logged_in -->
 <span class="gensmall">{LAST_VISIT_DATE}<br />
 {CURRENT_TIME}<br />
 </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><br />
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
 <th colspan="5" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
 </tr>
 <!-- END tablehead -->
 <!-- BEGIN cathead -->
 <tr>
 <!-- BEGIN inc -->
 <td class="{catrow.cathead.inc.INC_CLASS}" width="50"><img src="{SPACER}" height="0" width="48" /></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="" 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}" style="padding-left: 10px; padding-right: 10px;" />
 </td>
 <td class="" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="70">
                  <h{catrow.forumrow.LEVEL} class="hierarchy">
 <span class="forumlink">
 <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
 </span>
 </h{catrow.forumrow.LEVEL}>
                  <table><tr><td>
                    <span class="genmed">
                      <div style="overflow: auto; height: 60px; width: 400px; text-align: justify;">{catrow.forumrow.FORUM_DESC}</div></span>
                    </td><td><div class="sous-forum">
                    <span id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>
                    <script type="text/javascript">
                      jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,' <br /> ')).removeAttr('id');
                    </script></div>
                    </td></tr></table>
 </td>
 
<td align="center" valign="middle" height="70"><div class="derniermess">
                  <span class="gensmall">{catrow.forumrow.POSTS}</span> messages | <span class="gensmall">{catrow.forumrow.TOPICS}</span> sujets<br />
 <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
                  </div></td>
 </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="7" width="1" /><!-- END tablefoot --><!-- END catrow -->
liziiee003

liziiee003
**

Féminin
Messages : 61
Inscrit(e) le : 09/05/2013

http://leparadisdugraphisme.forumactif.org/
liziiee003 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'espacement de texte .

Message par Neptunia Sam 24 Aoû 2013 - 10:34

Le problème de titres des sujets provient de votre feuille CSS et en particulier de la ligne indiquée en rouge.

.topictitle, h1, h2{
font-size: 16px;
/* letter-spacing: -2px; */
text-align: center;
font-weight:normal;
color: #B0D3E9!important;
text-transform:uppercase;
text-shadow: 1px 1px 0px #E9E4D1;
}
J'ai simplement ajouté /* avant et */ après pour désactiver cette propriété.

Y a t'il d'autres soucis que ma réponse ne corrige pas ?
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'espacement de texte .

Message par liziiee003 Sam 24 Aoû 2013 - 13:28

Ses bon *-*
MERCII , résolu ^^
liziiee003

liziiee003
**

Féminin
Messages : 61
Inscrit(e) le : 09/05/2013

http://leparadisdugraphisme.forumactif.org/
liziiee003 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