Élargissement non voulu du forum

3 participants

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

Résolu Élargissement non voulu du forum

Message par lly* Mer 28 Aoû 2013 - 17:23

Bonjour !

Je me retrouve avec un problème très peu esthétique : mon forum s'élargit lorsque je vais dans ma messagerie. Voilà ce que ça donne :
Normal :  https://i.servimg.com/u/f70/16/26/42/20/aide10.jpg
Messagerie : https://i.servimg.com/u/f70/16/26/42/20/aide210.jpg

Mon forum est codé mais je n'ai pas touché à des codes qui pourraient modifié la messagerie... A moins que si?
Voilà mon CSS :
Code:
/*navigation*/
#navigation
{
  position: fixed;
  z-index: 999;
  height: 30px;
  width: 100%;
  
}
#navig
{
  width: 950px;
  margin: auto;
  text-align: center;
  background: #F9B957;
  border-bottom: 2px solid #946315;
  padding-bottom: 3px;
  -moz-border-radius: 0px 0px 20px 20px;
-webkit-border-radius:0px 0px 20px 20px;
border-radius:0px 0px 20px 20px;
}
#navig a
{
  font-weight: bold;
}

#i_logo {
margin-right: -10px;
margin-left: -10px;
margin-top: 10px;
margin-bottom: -10px;
  
 }


tr.post span.gensmall {display : none;}

a {
text-decoration: none!important; }

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

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


/* TITRES DES CATEGORIE */


.cate_titre
{
  width: 98%;
  margin: auto;
  text-align: center;
}
.categorie
{
  width: 98%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #EABA6A;
  border-top: 3px solid #946315;
  border-bottom: 1px solid #946315;
  border-right: 1px solid #946315;
  border-left: 1px solid #946315;
  box-shadow: 0px 0px 5px #595959;
  -moz-box-shadow: 0px 0px 5px #595959;
  -o-box-shadow: 0px 0px 5px #595959;
  -htm-box-shadow: 0px 0px 5px #595959;
  -webkit-box-shadow: 0px 0px 5px #595959;
  -moz-border-radius: 0px 0px 20px 20px;
-webkit-border-radius:0px 0px 20px 20px;
border-radius:0px 0px 20px 20px;
}
.forum
{
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #EFDD96;
  border: 1px dotted #946315;
  padding: 2px;
  -moz-border-radius: 0px 0px 20px 20px;
-webkit-border-radius:0px 0px 20px 20px;
border-radius:0px 0px 20px 20px;
}
.forumlink
{
  display: block;
  width: 550px;
  font-variant: small-caps;
  letter-spacing: 2px;
  padding-left: 20px;
  text-shadow: 1px 1px 0px #ffffff;
}
.forumlink a
{
  font-size: 16px;
  border-bottom: 2px dotted #946315;
}
.description
{
  display: block;
  width: 550px;
  margin: auto;
  font-size: 11px;
  text-align: justify;
  color: #000000;
}
.illu
{
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #946315;
  background: #EABA6A;
  padding: 5px;
  width: 100px;
  height: 100px
}

.stats_last
{
  display: block;
  width: 160px;
  margin: auto;
  background: #EABA6A;
  padding: 10px;
  border: 1px dotted #946315;
}
.stats
{
  display: block;
  text-align: center;
  font-size: 10px;
  color: #000000;
  border-bottom: 1px solid #946315;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.last
{
  display: block;
  text-align: center;
  font-size: 11px;
}
.sous_forum
{
  display: block;
  width: 98%;
  margin: auto;
  background: #F3E7B6;
  padding: 2px;
  text-align: center;
}

/* CADRE DU FORUM */

.bodyline
{
  width: 950px;
  padding: 0;
  background: #F9B957;
  border-left: 5px solid #946315;
  border-right: 5px solid #946315;
  box-shadow: 0px 0px 10px #000000;
  -moz-box-shadow: 0px 0px 10px #000000;
  -o-box-shadow: 0px 0px 10px #000000;
  -htm-box-shadow: 0px 0px 10px #000000;
  -webkit-box-shadow: 0px 0px 10px #000000;
}
.bodylinewidth
{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -9px;
  margin-bottom: -9px;
}
.forumline
{
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url(http://i34.servimg.com/u/f34/17/00/70/96/ffff10.jpg);
  border: 1px solid #825307;
  box-shadow: 0px 0px 5px #595959;
  -moz-box-shadow: 0px 0px 5px #595959;
  -o-box-shadow: 0px 0px 5px #595959;
  -htm-box-shadow: 0px 0px 5px #595959;
  -webkit-box-shadow: 0px 0px 5px #595959;
}


/* PAGE ACCUEIL FORME 1 */

#f1_accueil
{
  width: 800px;
  height: 500px;
  margin: auto;
  background: url(http://img15.hostingpics.net/pics/50439170pa.png);
  text-shadow: none !important;
}
#f1_accueil a
{
  color: #ba8550 !important;
  text-shadow: none !important;
}
#f1_accueil a:hover
{
  color: #e58f3a !important;
  text-shadow: none !important;
}
.f1_col1
{
  width: 300px;
  vertical-align: top;
}
.f1_contexte
{
  width: 220px;
  height: 300px;
  overflow: auto;
  margin-top: 100px;
  margin-left: 65px;
  text-align: justify;
  color: #000000;
  text-shadow: none;
}
.f1_bloconglets
{
  margin-top: 80px;
}
.f1_onglet1, .f1_onglet2, .f1_onglet3
{
  display: inline-block;
  width: 110px;
  height: 50px;
}
.f1_onglet1
{
  margin-left: 50px;
  margin-right: 25px;
}
.f1_onglet2
{
  margin-right: 30px;
}
.f1_contenu1, .f1_contenu2, .f1_contenu3
{
  position: absolute;
  width: 0px;
  height: 220px;
  margin-top: 40px;
  padding-top: 40px;
  overflow: hidden;
  font-size: 11px;
  color: #000000;
}
.f1_contenu1
{
  margin-left: -10px;
}
.f1_contenu2
{
  margin-left: -149px;
}
.f1_contenu3
{
  margin-left: -294px;
}
.f1_onglet1:hover .f1_contenu1, .f1_onglet2:hover .f1_contenu2, .f1_onglet3:hover .f1_contenu3
{
  width: 400px;
}
.f1_liens
{
  display: block;
  text-align: center;
}
.f1_liens a
{
  font-size: 16px;
  font-weight: bold;
}
.f1_news, .f1_friends
{
  width: 200px;
  height: 200px;
  overflow: hidden;
  text-align: justify;
}
.f1_credits, .f1_topsites
{
  height: 150px;
  border-left: 1px solid #d19962;
  margin-left: 5px;
  padding: 5px;
  text-align: center;
}
.f1_staff1, .f1_staff2, .f1_staff3
{
  display: block;
  width: 50px;
  height: 50px;
  background: url() #d19962;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #d19962;
}
.f1_staffcontenu1, .f1_staffcontenu2, .f1_staffcontenu3
{
  position: absolute;
  width: 0px;
  height: 150px;
  background: url(http://i34.servimg.com/u/f34/17/00/70/96/fond11.jpg);
  margin-left: 80px;
  overflow: hidden;
}
.f1_staffcontenu2
{
  margin-top: -72px;
}
.f1_staffcontenu3
{
  margin-top: -144px;
}
.f1_staff1:hover .f1_staffcontenu1, .f1_staff2:hover .f1_staffcontenu2, .f1_staff3:hover .f1_staffcontenu3
{
  width: 300px;
  border: 1px solid #d19962;
}

/*QEEL*/

.qeel_titre
{
  width : 948px;
  height : 100px;
  align: center;
  background: url('http://img15.hostingpics.net/pics/469923quiestenligne.png');
}
.qeel
{
  align : center;
  width : 948px;
  height : 400px;
  background: url('http://img15.hostingpics.net/pics/558890qeel.png');
}
.qeel_table
{
  width: 612px;
  margin: auto;
}
.colonne
{
  position: absolute;
  z-index: 1;
  width: 200px;
  height: 300px;
  overflow: auto;
  margin-top: 0px;
  margin-left: 0px;
  background: #EABA6A;
  border: 1px solid #946315;
  box-shadow: 0px 0px 0px #0d1418;
  -moz-box-shadow: 0px 0px 0px #0d1418;
  -o-box-shadow: 0px 0px 0px #0d1418;
  -htm-box-shadow: 0px 0px 0px #0d1418;
  -webkit-box-shadow: 0px 0px 0px #0d1418;
  font-size: 9px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: 1s;
  -moz-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}
.colonne:hover
{
  position: absolute;
  z-index: 99;
  width: 300px;
  height: 400px;
  margin-top: -50px;
  margin-left: -50px;
  background: #EABA6A;
  border: 1px solid #946315;
  box-shadow: 0px 0px 5px #0d1418;
  -moz-box-shadow: 0px 0px 5px #0d1418;
  -o-box-shadow: 0px 0px 5px #0d1418;
  -htm-box-shadow: 0px 0px 5px #0d1418;
  -webkit-box-shadow: 0px 0px 5px #0d1418;
  font-size: 11px;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  filter: alpha(opacity=80);
  transition: 1s;
  -moz-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}
.qeel_contenu
{
  display: block;
  text-align: justify;
  padding: 10px;
}

/*infobulles*/

* {
  font-family: Tahoma, Verdana, Arial, serif, Georgia, Courier New;

}
a.info {
  position: relative;
  color: #000000;
  text-decoration: none;
}

a.info span {
  display: none; /* on masque l'infobulle */
font-size: 13px;

}
a.info:hover {
  background: none; /* correction d'un bug IE */
  z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

  cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
  display: inline; /* on affiche l'infobulle */
  position: absolute;

  white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

  top: -30px; /* on positionne notre infobulle */
  left: 5px;

  background: #fff;

  color: #000;
  padding: 3px;

  box-shadow: 1px 1px 3px;
}
/*image staff*/
.imgstaff {
  width: 60px;
  height: 200px;
  padding: 5px }

/* MISE EN FORME DU PROFIL ET DES MESSAGES */

.bloc_message
{
  width: 900px;
  margin: auto;
}
.profil
{
  width: 100%;
  height: 260px;
  background: #EABA6A;
  border-top: 1px solid #946315;
  border-left: 1px solid #946315;
  border-right: 1px solid #946315;
  border-bottom: 2px dotted #946315;
  margin-top: 20px;
}
.message
{
  width: 100%;
  margin: auto;
  background: #F3E7B6;
  margin-bottom: 20px;
  border-bottom: 1px solid #665f57;
  border-left: 1px solid #665f57;
  border-right: 1px solid #665f57;
  padding-top: 2px;
}
.online
{
  display: block;
  clear: both;
  position: absolute;
  margin-top: -6px;
  margin-left: -6px;
}
.avatar_profil
{
  display: block;
  float: right;
  margin-right: 120px;
  margin-top: -20px;
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -htm-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
}
.avatar_profil img
{
  position: absolute;
  width: 150px;
  border: 5px solid #946315;
  box-shadow: 3px 3px 3px #000000;
  -moz-box-shadow: 3px 3px 3px #000000;
  -htm-box-shadow: 3px 3px 3px #000000;
  -webkit-box-shadow: 3px 3px 3px #000000;
  -o-box-shadow: 3px 3px 3px #000000;
    transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;
}
.avatar_profil img:hover
{
  width: 200px;
  transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;
}
.bloc_profil
{
  margin-left: 90px;
}
.rang_img
{
  position: relative;
  float: left;
}
.pseudo_membre
{
  display: block;
  width: 80%;
  font-size: 24px;
  letter-spacing: 2px;
  border-bottom: 2px dotted #946315;
  margin-left: 50px;
}
.rang
{
  display: block;
  margin-left: 100px;
  font-weight: bold;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 4px;
  color: #946315;
}
.profil_contenu
{
  clear: both;
  width: 70%;
  height: 140px;
  margin-top: 20px;
  overflow: auto;
  background-color: #EFDD96;
  border: 1px solid #946315;
  padding: 4px;
  font-size: 11px;
  text-align: justify;
}
.message_contenu
{
  font-size: 11px;
  text-align: justify;
  padding: 10px;
}
.signature_div
{
  width: 100%;
  height: 200px;
  margin: auto;
  background: #EABA6A;
}
/* MISE EN FORME DES LISTES DE SUJETS */

.bloc_sujets
{
  width: 930px;
  margin: auto;
  background: #EABA6A;
  border: 1px solid #946315;
  box-shadow: 0px 0px 3px #868686;
  -o-box-shadow: 0px 0px 3px #868686;
  -moz-box-shadow: 0px 0px 3px #868686;
  -webkit-box-shadow: 0px 0px 3px #868686;
  -htm-box-shadow: 0px 0px 3px #868686;
  padding: 8px;
}
.sujets
{
  background: #EFDD96;
  border: 1px dotted #946315;
  padding: 3px;
  
}
.topictitle
{
  font-variant: small-caps;
  font-size: 12px;
}
.sujets_auteur
{
  display: block;
  width: 200px;
  font-size: 11px;
}
.sujet_last
{
  display: block;
  width: 180px;
  height: 40px;
  background: #EABA6A;
  border: 1px dotted #946315;
  padding-top: 10px;
  font-size: 11px;
}
.sujets_stats
{
  width: 800px;
  text-align: right;
  margin-bottom: 5px;
}
.sujets_stats_contenu
{
  font-size: 10px;
  color: #000000;
}
Merci à vous ! Very Happy


Dernière édition par lly* le Sam 31 Aoû 2013 - 15:00, édité 1 fois
lly*

lly*
Nouveau membre

Messages : 28
Inscrit(e) le : 02/05/2012

http://trinityhighschool.forumsactifs.com/
lly* a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Élargissement non voulu du forum

Message par Self Mer 28 Aoû 2013 - 17:27

Bonjour ^^.

Je pense qu'il faut plutôt regarder dans votre template.
Le porblème vient de votre bloc "Votre boit de réception est ..." il faut le localisé et mettre un <br> devant Wink .

Cordialement Smile .
Self

Self
Membre actif

Masculin
Messages : 3853
Inscrit(e) le : 13/06/2013

https://selfback.forumactif.com/
Self a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Élargissement non voulu du forum

Message par lly* Mer 28 Aoû 2013 - 19:33

Ah merci ! Mais je cherche dans mon template privmsgs_body mais je ne trouve pas... Par quoi serait représenté ce bloc?

Merci. Smile 
lly*

lly*
Nouveau membre

Messages : 28
Inscrit(e) le : 02/05/2012

http://trinityhighschool.forumsactifs.com/
lly* a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Élargissement non voulu du forum

Message par Self Mer 28 Aoû 2013 - 19:45

Bonjour ^^.

Pourriez vous copiez votre template ici ?

Cordialement Smile .
Self

Self
Membre actif

Masculin
Messages : 3853
Inscrit(e) le : 13/06/2013

https://selfback.forumactif.com/
Self a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Élargissement non voulu du forum

Message par lly* Mer 28 Aoû 2013 - 22:19

Je penses que c'est celui-là :
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr>
        <td align="center" valign="top" width="100%">
            <table border="0" cellspacing="2" cellpadding="0" height="40">
                <tr valign="middle">
                    <td>{INBOX_IMG}</td>
                    <td><span class="gen"><b>{INBOX}</b>  </span></td>
                    <td>{SENTBOX_IMG}</td>
                    <td><span class="gen"><b>{SENTBOX}</b>  </span></td>
                    <td>{OUTBOX_IMG}</td>
                    <td><span class="gen"><b>{OUTBOX}</b>  </span></td>
                    <td>{SAVEBOX_IMG}</td>
                    <td><span class="gen"><b>{SAVEBOX}</b></span></td>
                </tr>
            </table>
        </td>
        <td align="right">
            <!-- BEGIN switch_box_size_notice -->
            <br><table class="bodyline" width="250" border="0" cellspacing="1" cellpadding="0">
                <tr>
                    <td class="row1" colspan="3" nowrap="nowrap" width="250"><span class="gensmall">{BOX_SIZE_STATUS}</span></td>
                </tr>
                <tr>
                    <td class="row2" colspan="3" width="250">
                        <table border="0" cellspacing="0" cellpadding="1">
                            <tr>
                                <td class="pourcentback"><img src="{PATH_IMG_FA}empty.gif" alt="{INBOX_LIMIT_PERCENT}" height="8" width="{INBOX_LIMIT_IMG_WIDTH}" /></td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td class="row1" width="33%"><span class="gensmall">0%</span></td>
                    <td class="row1" align="center" width="34%"><span class="gensmall">50%</span></td>
                    <td class="row1" align="right" width="33%"><span class="gensmall">100%</span></td>
                </tr>
            </table>
            <!-- END switch_box_size_notice -->
        </td>
    </tr>
</table>
<br clear="all" />
<form action="{S_PRIVMSGS_ACTION}" method="post" name="privmsg_list">
    <table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
        <tr>
            <td valign="middle">{POST_PM_IMG}</td>
            <td width="100%"></td>
            <td align="right" nowrap="nowrap">
                <span class="gensmall">{L_DISPLAY_MESSAGES}: 
                    <select name="msgdays">
                        {S_SELECT_MSG_DAYS}
                    </select> 
                    <input class="liteoption" type="submit" name="submit_msgdays" value="{L_GO}" />
                </span>
            </td>
        </tr>
    </table>
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
        <tr>
            <th class="thCornerL" nowrap="nowrap" width="60%" colspan="3"> {L_SUBJECT} </th>
            <th class="thTop" nowrap="nowrap" width="20%"> {L_FROM_OR_TO} </th>
            <th class="thTop" nowrap="nowrap" width="15%"> {L_DATE} </th>
            <th class="thCornerR" nowrap="nowrap" width="5%"> {L_MARK} </th>
        </tr>
        <!-- BEGIN listrow -->
        <tr>
            <td class="{listrow.ROW_CLASS}" align="center" valign="middle">
                <img title="{listrow.L_PRIVMSG_FOLDER_ALT}" src="{listrow.PRIVMSG_FOLDER_IMG}" alt="{listrow.L_PRIVMSG_FOLDER_ALT}" />
            </td>
            <td class="{listrow.ROW_CLASS}" align="center" valign="middle">{listrow.PRIVMSG_ICON}</td>
            <td class="{listrow.ROW_CLASS}" valign="middle" width="55%">
                 
                <span class="topictitle">
                     
                    <a class="topictitle" href="{listrow.U_READ}">{listrow.SUBJECT}</a>
                </span>
            </td>
            <td class="{listrow.ROW_CLASS}" align="center" valign="middle" width="20%"><span class="name"> {listrow.FROM}</span></td>
            <td class="{listrow.ROW_CLASS}" align="center" valign="middle" width="15%"><span class="postdetails">{listrow.DATE}</span></td>
            <td class="{listrow.ROW_CLASS}" align="center" valign="middle" width="5%">
                <span class="postdetails"><input type="checkbox" name="mark[]2" value="{listrow.S_MARK_ID}" /></span>
            </td>
        </tr>
        <!-- END listrow --><!-- BEGIN switch_no_messages -->
        <tr>
            <td class="row1" colspan="6" align="center" valign="middle"><span class="gen">{L_NO_MESSAGES}</span></td>
        </tr>
        <!-- END switch_no_messages -->
        <tr>
            <td class="catBottom" colspan="6" align="right" height="28">
                {S_HIDDEN_FIELDS}
                <!-- BEGIN switch_save -->
                <input class="mainoption" type="submit" name="save" value="{L_SAVE_MARKED}" />  
                <!-- END switch_save -->
                <!-- BEGIN switch_move_profile -->
                <input class="mainoption" type="submit" name="moveprofile" value="{L_MOVE_PROFILE_MARKED}" />  
                <!-- END switch_move_profile -->
                <input class="liteoption" type="submit" name="delete" value="{L_DELETE_MARKED}" />  
                <input class="liteoption" type="submit" name="deleteall" value="{L_DELETE_ALL}" />
            </td>
        </tr>
    </table>
    <table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
        <tr>
            <td valign="top" width="5%"><span class="nav">{POST_PM_IMG}</span></td>
            <td valign="middle"><span class="nav">{PAGE_NUMBER}<br /><br /><br /></span></td>
            <td align="right" valign="top" nowrap="nowrap">
                <span class="gensmall">
                    <b>
                        <a class="gensmall" href="javascript:select_switch_privmsg(true);">{L_MARK_ALL}</a>
                        ::
                        <a class="gensmall" href="javascript:select_switch_privmsg(false);">{L_UNMARK_ALL}</a>
                    </b>
                </span>
                <br /><br />
                <span class="nav">{PAGINATION}<br /></span>
            </td>
        </tr>
    </table>
</form>
<table width="100%" border="0">
    <tr>
        <td align="right" valign="top">{JUMPBOX}</td>
    </tr>
</table>
C'est le template de base, il n'a pas été modifié.

Merci !
lly*

lly*
Nouveau membre

Messages : 28
Inscrit(e) le : 02/05/2012

http://trinityhighschool.forumsactifs.com/
lly* a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Élargissement non voulu du forum

Message par Self Jeu 29 Aoû 2013 - 0:32

Bonsoir.

Essayez comme cela:
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr>
        <td align="center" valign="top" width="100%">
            <table border="0" cellspacing="2" cellpadding="0" height="40">
                <tr valign="middle">
                    <td>{INBOX_IMG}</td>
                    <td><span class="gen"><b>{INBOX}</b>  </span></td>
                    <td>{SENTBOX_IMG}</td>
                    <td><span class="gen"><b>{SENTBOX}</b>  </span></td>
                    <td>{OUTBOX_IMG}</td>
                    <td><span class="gen"><b>{OUTBOX}</b>  </span></td>
                    <td>{SAVEBOX_IMG}</td>
                    <td><span class="gen"><b>{SAVEBOX}</b></span></td>
                </tr>
            </table>
        </td><br>
        <td>
            <!-- BEGIN switch_box_size_notice -->
            <br><table class="bodyline" width="250" border="0" cellspacing="1" cellpadding="0">
                <tr>
                    <td class="row1" colspan="3" nowrap="nowrap" width="250"><span class="gensmall">{BOX_SIZE_STATUS}</span></td>
                </tr>
                <tr>
                    <td class="row2" colspan="3" width="250">
                        <table border="0" cellspacing="0" cellpadding="1">
                            <tr>
                                <td class="pourcentback"><img src="{PATH_IMG_FA}empty.gif" alt="{INBOX_LIMIT_PERCENT}" height="8" width="{INBOX_LIMIT_IMG_WIDTH}" /></td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td class="row1" width="33%"><span class="gensmall">0%</span></td>
                    <td class="row1" align="center" width="34%"><span class="gensmall">50%</span></td>
                    <td class="row1" align="right" width="33%"><span class="gensmall">100%</span></td>
                </tr>
            </table>
            <!-- END switch_box_size_notice -->
        </td>
    </tr>
</table>
<br clear="all" />
<form action="{S_PRIVMSGS_ACTION}" method="post" name="privmsg_list">
    <table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
        <tr>
            <td valign="middle">{POST_PM_IMG}</td>
            <td width="100%"></td>
            <td align="right" nowrap="nowrap">
                <span class="gensmall">{L_DISPLAY_MESSAGES}:
                    <select name="msgdays">
                        {S_SELECT_MSG_DAYS}
                    </select>
                    <input class="liteoption" type="submit" name="submit_msgdays" value="{L_GO}" />
                </span>
            </td>
        </tr>
    </table>
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
        <tr>
            <th class="thCornerL" nowrap="nowrap" width="60%" colspan="3"> {L_SUBJECT} </th>
            <th class="thTop" nowrap="nowrap" width="20%"> {L_FROM_OR_TO} </th>
            <th class="thTop" nowrap="nowrap" width="15%"> {L_DATE} </th>
            <th class="thCornerR" nowrap="nowrap" width="5%"> {L_MARK} </th>
        </tr>
        <!-- BEGIN listrow -->
        <tr>
            <td class="{listrow.ROW_CLASS}" align="center" valign="middle">
                <img title="{listrow.L_PRIVMSG_FOLDER_ALT}" src="{listrow.PRIVMSG_FOLDER_IMG}" alt="{listrow.L_PRIVMSG_FOLDER_ALT}" />
            </td>
            <td class="{listrow.ROW_CLASS}" align="center" valign="middle">{listrow.PRIVMSG_ICON}</td>
            <td class="{listrow.ROW_CLASS}" valign="middle" width="55%">
               
                <span class="topictitle">
                   
                    <a class="topictitle" href="{listrow.U_READ}">{listrow.SUBJECT}</a>
                </span>
            </td>
            <td class="{listrow.ROW_CLASS}" align="center" valign="middle" width="20%"><span class="name"> {listrow.FROM}</span></td>
            <td class="{listrow.ROW_CLASS}" align="center" valign="middle" width="15%"><span class="postdetails">{listrow.DATE}</span></td>
            <td class="{listrow.ROW_CLASS}" align="center" valign="middle" width="5%">
                <span class="postdetails"><input type="checkbox" name="mark[]2" value="{listrow.S_MARK_ID}" /></span>
            </td>
        </tr>
        <!-- END listrow --><!-- BEGIN switch_no_messages -->
        <tr>
            <td class="row1" colspan="6" align="center" valign="middle"><span class="gen">{L_NO_MESSAGES}</span></td>
        </tr>
        <!-- END switch_no_messages -->
        <tr>
            <td class="catBottom" colspan="6" align="right" height="28">
                {S_HIDDEN_FIELDS}
                <!-- BEGIN switch_save -->
                <input class="mainoption" type="submit" name="save" value="{L_SAVE_MARKED}" /> 
                <!-- END switch_save -->
                <!-- BEGIN switch_move_profile -->
                <input class="mainoption" type="submit" name="moveprofile" value="{L_MOVE_PROFILE_MARKED}" /> 
                <!-- END switch_move_profile -->
                <input class="liteoption" type="submit" name="delete" value="{L_DELETE_MARKED}" /> 
                <input class="liteoption" type="submit" name="deleteall" value="{L_DELETE_ALL}" />
            </td>
        </tr>
    </table>
    <table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
        <tr>
            <td valign="top" width="5%"><span class="nav">{POST_PM_IMG}</span></td>
            <td valign="middle"><span class="nav">{PAGE_NUMBER}<br /><br /><br /></span></td>
            <td align="right" valign="top" nowrap="nowrap">
                <span class="gensmall">
                    <b>
                        <a class="gensmall" href="javascript:select_switch_privmsg(true);">{L_MARK_ALL}</a>
                        ::
                        <a class="gensmall" href="javascript:select_switch_privmsg(false);">{L_UNMARK_ALL}</a>
                    </b>
                </span>
                <br /><br />
                <span class="nav">{PAGINATION}<br /></span>
            </td>
        </tr>
    </table>
</form>
<table width="100%" border="0">
    <tr>
        <td align="right" valign="top">{JUMPBOX}</td>
    </tr>
</table>
Cordialement Smile .
Self

Self
Membre actif

Masculin
Messages : 3853
Inscrit(e) le : 13/06/2013

https://selfback.forumactif.com/
Self a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Élargissement non voulu du forum

Message par lly* Jeu 29 Aoû 2013 - 15:08

Bonjour !

Merci beaucoup d'avoir essayé mais cela ne marche pas, rien ne change...

Merci
lly*

lly*
Nouveau membre

Messages : 28
Inscrit(e) le : 02/05/2012

http://trinityhighschool.forumsactifs.com/
lly* a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Élargissement non voulu du forum

Message par Self Jeu 29 Aoû 2013 - 15:50

Bonjour ^^.

Désoler Sad , ne manipulant pas les templates je ne vais pas insister au risque de faire des dégât et laisser la place à quelqu'un d'autre.

Cordialement Smile .

Self

Self
Membre actif

Masculin
Messages : 3853
Inscrit(e) le : 13/06/2013

https://selfback.forumactif.com/
Self a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Élargissement non voulu du forum

Message par lly* Jeu 29 Aoû 2013 - 16:27

Je vous remercie tout de même d'avoir essayé ^^
lly*

lly*
Nouveau membre

Messages : 28
Inscrit(e) le : 02/05/2012

http://trinityhighschool.forumsactifs.com/
lly* a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Élargissement non voulu du forum

Message par lly* Ven 30 Aoû 2013 - 17:29

Je remonte le sujet. Smile 
lly*

lly*
Nouveau membre

Messages : 28
Inscrit(e) le : 02/05/2012

http://trinityhighschool.forumsactifs.com/
lly* a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Élargissement non voulu du forum

Message par Tech Sam 31 Aoû 2013 - 11:54

Bonjour,

Merci de fournir l'adresse du forum concerné.

Cordialement.
Tech

Tech
Membre actif

Masculin
Messages : 22683
Inscrit(e) le : 01/12/2007

https://forum.forumactif.com/
Tech a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Élargissement non voulu du forum

Message par lly* Sam 31 Aoû 2013 - 12:25

Bonjour !

Le voici : http://elevageantanv3.forumactif.org/

Merci !
lly*

lly*
Nouveau membre

Messages : 28
Inscrit(e) le : 02/05/2012

http://trinityhighschool.forumsactifs.com/
lly* a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Élargissement non voulu du forum

Message par Tech Sam 31 Aoû 2013 - 13:20

Dans votre template, modifiez la ligne suivante :
Code:
            <!-- BEGIN switch_box_size_notice -->
            <br><table class="bodyline" width="250" border="0" cellspacing="1" cellpadding="0">
comme ceci :
Code:
            <!-- BEGIN switch_box_size_notice -->
            <br><table style="width: 250px!important;" class="bodyline" width="250" border="0" cellspacing="1" cellpadding="0">
PS : Merci de bien vouloir supprimer mon compte.

Cordialement.
Tech

Tech
Membre actif

Masculin
Messages : 22683
Inscrit(e) le : 01/12/2007

https://forum.forumactif.com/
Tech a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Élargissement non voulu du forum

Message par lly* Sam 31 Aoû 2013 - 14:59

Ca marche ! Merci beaucoup !

Problème résolu, encore merci Wink
lly*

lly*
Nouveau membre

Messages : 28
Inscrit(e) le : 02/05/2012

http://trinityhighschool.forumsactifs.com/
lly* 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