Taille colonne derniers messages

2 participants

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

Résolu Taille colonne derniers messages

Message par siren charms Ven 12 Aoû 2016 - 14:35

Détails techniques


Version du forum : phpBB2
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Google Chrome
Capture d'écran du problème :
Voir l'image:

Personnes concernées par le problème : Tous les utilisateurs
Lien du forum : http://pathglory.forumactif.org/

Description du problème

Bonjour I love you
Comme vous pouvez le voir sur le screen de mes catégories, la colonne où se trouve le no new est excessivement grande, et je n'arrive pas à la réduire. J'aimerais qu'elle soit bien proportionnelle à l'image.
De plus, serait-ce possible de supprimer la mention "derniers messages" à côté du nom de la catégorie ?

Voilà mon template :
Code:
<link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400italic' rel='stylesheet' type='text/css'><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>
<!-- 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" style="font-style:normal;"><span class="catt" style="font-style: normal;">{catrow.tablehead.L_FORUM}</span></th>

        <th nowrap="nowrap" width="150"><div style="width:150px;"><span class="catt">{L_LASTPOST}</span></div></th>
</tr>
<!-- END tablehead -->
<!-- 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">&nbsp;</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="row2 over" colspan="1"valign="top" width="200" height="50">
  <!-- BEGIN avatar -->
<div style="width: 200px;"></div>
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
            <div class="cat2"><span class="gensmall">{catrow.forumrow.LAST_POST}</span> <br>
              <span class="titrecat">{catrow.forumrow.POSTS} mots dans {catrow.forumrow.TOPICS} annonces.</span></td>
<div>               
</div>

<td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
                                <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"><em>{catrow.forumrow.FORUM_NAME}</em></a><br />
</span><br>
</h{catrow.forumrow.LEVEL}>
 
<div class="cat1"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
<span class="gensmall">

                               
                        </span></div>
  <center><x>{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</x></center>
<td class="row3 over" colspan="4"valign="top" width="400" height="50">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</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="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

merci beaucoup I love you


Dernière édition par siren charms le Ven 12 Aoû 2016 - 16:45, édité 1 fois
siren charms

siren charms
Nouveau membre

Messages : 4
Inscrit(e) le : 30/07/2016

https://cryforabsolution.forumsrpg.com/
siren charms a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Taille colonne derniers messages

Message par MlleAlys Ven 12 Aoû 2016 - 15:46

Bonjours,
essayez ainsi :
Code:
<link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400italic' rel='stylesheet' type='text/css'>

<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>

<!-- BEGIN catrow -->

<!-- BEGIN tablehead -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr>
    <th colspan="4" nowrap="nowrap" width="100%" class="secondarytitle" style="font-style:normal;">
      <span class="catt" style="font-style: normal;">{catrow.tablehead.L_FORUM}</span>
    </th>
  </tr>
  <!-- END tablehead -->
 
  <!-- 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">&nbsp;</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="row2 over" colspan="1" valign="top" width="200" height="50">
   
      <!-- BEGIN avatar -->
      <div style="width: 200px;"></div>
      <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
      <!-- END avatar -->
     
      <div class="cat2">
        <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
        <br/> <span class="titrecat">{catrow.forumrow.POSTS} mots dans {catrow.forumrow.TOPICS} annonces.</span>
      </div>
     
    </td>
   
    <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
      <h{catrow.forumrow.LEVEL} class="hierarchy">
        <span class="forumlink">
          <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"><em>{catrow.forumrow.FORUM_NAME}</em></a>
          <br />
        </span>
        <br/>
      </h{catrow.forumrow.LEVEL}>
      <div class="cat1">
        <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
        <span class="gensmall"></span>
      </div>
      <center>
        <x>{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</x>
      </center>
    </td>
   
    <td class="row3 over" colspan="4" valign="top" height="50">
      <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
    </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="5" width="1" />
<!-- END tablefoot -->

<!-- END catrow -->
MlleAlys

MlleAlys
Membre actif

Messages : 5793
Inscrit(e) le : 12/09/2012

MlleAlys a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Taille colonne derniers messages

Message par siren charms Ven 12 Aoû 2016 - 16:45

ça marche, impeccable, merci beaucoup I love you
siren charms

siren charms
Nouveau membre

Messages : 4
Inscrit(e) le : 30/07/2016

https://cryforabsolution.forumsrpg.com/
siren charms a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut


Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum