Probleme de centrage

2 participants

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

Résolu Probleme de centrage

Message par valoudu75 Mer 16 Mar 2016 - 22:20

Détails techniques


Version du forum : phpBB2
Poste occupé : Administrateur
Navigateur(s) concerné(s) : Mozilla Firefox
Capture d'écran du problème :
Voir l'image:

Personnes concernées par le problème : Tous les utilisateurs
Problème apparu depuis : le 16 mars
Lien du forum : (lien masqué, vous devez poster pour le voir)

Description du problème

Voici une autre image
https://servimg.com/view/19205428/76

comme on peut le voir mes categories sont mal regler, mal centrer, alors j'aimerais regler ce soucis. je vous donne mon template et le css.

TEMPLATE
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}<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>
          <!-- **** Début des modifications effectuées par
                    ****** Phantasmagoria*** -->

    <!-- BEGIN catrow -->
      <!-- BEGIN tablehead -->

    <table class="modifcat" width="100%" border="0" cellspacing="0">
    <div style="background-image : url(http://img15.hostingpics.net/pics/503178hautdecatgorie.png) ; background-repeat : no-repeat ; width : 800px ; height : 80px"><div class="catégoz">{catrow.tablehead.L_FORUM}</div></div>
   
      <!-- END tablehead -->
      <!-- BEGIN cathead -->
      <tr>
              <!-- END cathead -->
          <!-- BEGIN forumrow -->
          <!-- BEGIN inc -->
                <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
                <!-- END inc -->

                <td align="center" valign="top">
                  <table width="100%" cellpadding="0" cellspacing="0">

                    <tr>
    <td align="left" valign="top">
    <div class="forumtitre">
                   
        <a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div>
                      </td><td align="center">  <img src="http://i68.servimg.com/u/f68/11/85/79/17/oscar10.png" class="oscar"></td>
      </tr></table>
                  <div class="global">
                  <table width="100%" cellspacing="0" cellpadding="1">
      <tr>
              <td><align="center" valign="top">
         
                      <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />   
                       


    </td>
    <td valign="top" align="center">

      <div class="statdescrip">

                                        <div class="descrip_bloc"><span class="genmed"> {catrow.forumrow.FORUM_DESC}</span>
                                     
                                  </div>
                              </div>
   
        </td>

                        <td valign="top" align="right">
                     
                  <div id="slidez">
    <p></p><div class="sousfofo"><div style="margin:auto;text-align:center;">
    <p>
    <span class="sousforum" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></span>
            <script type="text/javascript">
            jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,'<br />')).removeAttr('id');
      </script></div> </p>
    <img src="http://i.imgur.com/9uogbLT.png"/>
    </div>
                                 
                    </td>
     
                      <td align="center" valign="top">
                          <div class="stat_general">
                              <span class="genmed"><div class="forumdesc1">
                                  {catrow.forumrow.LAST_POST}
                            </div> </span>
                                        <span class="genmed"><div class="stat1"> Oscars {catrow.forumrow.TOPICS} | Scandales {catrow.forumrow.POSTS}
                         
                            </div></span>

                                      </div>
                      </td>
                </tr>
    </table>
                    </div>
    </td></tr>

            <!-- *******Fin des modifications par Phantasmagoria ******
                        ********* Toute reproduction complète
                        ******* ou partielle est prohibée ****** -->
     
      <!-- 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" /><img src="http://img15.hostingpics.net/pics/323511basdecatgorie.png" style="margin-top: -5px; width: 800px;"/><!-- END tablefoot --><!-- END catrow -->

css



Dernière édition par valoudu75 le Lun 21 Mar 2016 - 2:05, édité 1 fois
valoudu75

valoudu75
**

Messages : 96
Inscrit(e) le : 12/02/2012

http://walk-of-fame.forumactif.org/
valoudu75 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme de centrage

Message par horusbk Mer 16 Mar 2016 - 23:15

Bonsoir,

Je post pour voir le lien de votre forum Wink

EDIT :
J'ai corrigé ton template, normalement le problème devrait être solutionné I love you
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}<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>
          <!-- **** Début des modifications effectuées par
                    ****** Phantasmagoria*** -->
 
    <!-- BEGIN catrow -->
      <!-- BEGIN tablehead -->
 
    <table class="modifcat" width="100%" border="0" cellspacing="0">
    <div style="background-image : url(http://img15.hostingpics.net/pics/503178hautdecatgorie.png) ; background-repeat : no-repeat ; width : 800px ; height : 80px"><div class="catégoz">{catrow.tablehead.L_FORUM}</div></div>
 
      <!-- END tablehead -->
      <!-- BEGIN cathead -->
      <tr>
              <!-- END cathead -->
          <!-- BEGIN forumrow -->
          <!-- BEGIN inc -->
                <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
                <!-- END inc -->
 
                <td align="center" valign="top">
                  <table width="100%" cellpadding="0" cellspacing="0">
 
                    <tr>
    <td align="left" valign="top">
    <div class="forumtitre">
                 
        <a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div>
                      </td><td align="center">  <img src="http://i68.servimg.com/u/f68/11/85/79/17/oscar10.png" class="oscar"></td>
      </tr></table>
                  <div class="global">
                  <table width="100%" cellspacing="0" cellpadding="1">
      <tr>
              <td><align="center" valign="top">
       
                      <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> 
                     
 
 
    </td>
    <td valign="top" align="center">
 
      <div class="statdescrip">
 
                                        <div class="descrip_bloc"><span class="genmed"> {catrow.forumrow.FORUM_DESC}</span>
                                   
                                  </div>
                              </div>
 
        </td>
 
                        <td valign="top" align="right">
                   
                  <div id="slidez">
    <p></p><div class="sousfofo"><div style="margin:auto;text-align:center;">
    <p>
    <span class="sousforum" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></span>
            <script type="text/javascript">
            jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,'<br />')).removeAttr('id');
      </script></div> </p>
    <img src="http://i.imgur.com/9uogbLT.png"/>
    </div>
                               
                    </td>
   
                      <td align="center" valign="top">
                          <div class="stat_general">
                              <span class="genmed"><div class="forumdesc1">
                                  {catrow.forumrow.LAST_POST}
                            </div> </span>
                                        <span class="genmed"><div class="stat1"> Oscars {catrow.forumrow.TOPICS} | Scandales {catrow.forumrow.POSTS}
                       
                            </div></span>
 
                                      </div>
                      </td>
                </tr>
    </table>
                    </div>
    </td></tr>
 
            <!-- *******Fin des modifications par Phantasmagoria ******
                        ********* Toute reproduction complète
                        ******* ou partielle est prohibée ****** -->
   
      <!-- 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="0" /><img src="http://img15.hostingpics.net/pics/323511basdecatgorie.png" style="margin-top: -5px; width: 800px;"/><!-- END tablefoot --><!-- END catrow -->

Cordialement,
horusbk
horusbk

horusbk
*****

Masculin
Messages : 625
Inscrit(e) le : 14/02/2015

http://horus.forumactif.com/
horusbk a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme de centrage

Message par valoudu75 Lun 21 Mar 2016 - 2:05

ah c'est parfait Very Happy

merci beaucoup probleme resolu Very Happy
valoudu75

valoudu75
**

Messages : 96
Inscrit(e) le : 12/02/2012

http://walk-of-fame.forumactif.org/
valoudu75 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