Centrer le titre de mes catégories sur toute la largeur du forum
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1 • Partagez
Centrer le titre de mes catégories sur toute la largeur du forum
Détails techniques
Version du forum : phpBB2
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Mozilla Firefox, Google Chrome, Internet Explorer, Opera, Safari, Autre
Personnes concernées par le problème : Tous les utilisateurs
Lien du forum : http://krieg-og-fred.forumactif.com
Description du problème
BonjourJe viens vers vous aujourd'hui car j'ai un petit souci avec le codage de mon forum. Je ne sais pas comment faire pour bien centrer le titre de ma catégorie sur toute la largeur du forum. En gros j'ai réussi à effacer l'intitulé de la colonne "dernier message" mais pas à fusionner les deux en tête.
Voici mon template IndexBox modifié :
- Spoiler:
- Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td valign="bottom">
<div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
</td>
</tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
<th nowrap="nowrap" width="150"><div style="width:150px;"></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"> </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="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<table width="100%"><tbody><tr><h{catrow.forumrow.LEVEL} class="hierarchy">
</h{catrow.forumrow.LEVEL}></td></tr></tbody></table>
<span class="genmed"><div class="description"><span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
</span>{catrow.forumrow.FORUM_DESC}</div></span>
<span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}<div class="sousforums">{catrow.forumrow.LINKS}</div>
</span>
<td class="row3 over" align="center" valign="middle" height="50">
<!-- BEGIN ads -->
<span class="AD_LastPA">
<span class="lastpost-avatar"><img src="{catrow.forumrow.ads.IMG}" alt="{catrow.forumrow.ads.TITLE}" /></span>
<span class="AD_LastInfos">
<b><a href="{catrow.forumrow.ads.LINK}">{catrow.forumrow.ads.TITLE}</a></b><br />
{catrow.forumrow.ads.DATE}<br />
{catrow.forumrow.ads.LOCATION}
</span>
</span>
<!-- END ads -->
<!-- BEGIN avatar -->
<div style="width: 200px;"></div>
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<div class="cadre1"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" class="imagearrondie"/>
<br /><br/>{catrow.forumrow.LAST_POST}<br/><br/><div class="gensmall2";>{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.</div></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="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Merci d'avance à tous ceux qui tenteront de résoudre mon problème & bon week end !!!
Dernière édition par Loü le Sam 19 Nov 2016 - 12:08, édité 1 fois
Loü- ***
- Messages : 171
Inscrit(e) le : 28/01/2010
Re: Centrer le titre de mes catégories sur toute la largeur du forum
bonjour en ajoutant ce code css !!! dans votre feuille de style ..
modifier 40 pour ajuster le centre .. mais ca a l'air bien placé a 40 ..
- Code:
.secondarytitle h2 {
margin-left: 40%;
}
modifier 40 pour ajuster le centre .. mais ca a l'air bien placé a 40 ..
Invité- Invité
Re: Centrer le titre de mes catégories sur toute la largeur du forum
Merci, c'est Noël avant l'heure Je passe le sujet en résolu.
Loü- ***
- Messages : 171
Inscrit(e) le : 28/01/2010
Sujets similaires
» Bannière sur toute la largeur du forum sans déformer les catégories.
» Un effet pour le titre de mes sous-forums : background sur toute la largeur
» header sur toute la largeur du forum
» La largeur de mon forum s'agrandit toute seule
» Header sur toute la page du forum, largeur
» Un effet pour le titre de mes sous-forums : background sur toute la largeur
» header sur toute la largeur du forum
» La largeur de mon forum s'agrandit toute seule
» Header sur toute la page du forum, largeur
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum