[résolu]modification de code Bouton_active[résolu]modification de code Bouton_hover[résolu]modification de code Fb-hover[résolu]modification de code Fb-active
CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur:

Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus!

Derniers sujets
» Fiche de Présentation RPG
[résolu]modification de code EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
[résolu]modification de code EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
[résolu]modification de code EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
[résolu]modification de code EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
[résolu]modification de code EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
[résolu]modification de code EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
[résolu]modification de code EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
[résolu]modification de code EmptyMar 07 Fév 2023, 08:40 par Oxtran


Partagez
 

[résolu]modification de code

Voir le sujet précédent Voir le sujet suivant Aller en bas 
http://rpgsupernatural.forumactif.com/forum.htm
Sam Winchester
Sam Winchester
{ Membre }
{ Membre }

Masculin Messages : 65



[résolu]modification de code Empty
Bonsoir, j'ai essayer de faire quelque chose sur mon forum test avec le tuto que Kimy a fait a cette adresse: Titre de forum, j'ai plusieurs question, les voila:

1) je voudrais que pour la seconde ligne du tableau ai une valeur fixe, car, comme vous voyer, quand je met plusieurs sous-forum, le cadre du millieu s'allonge.


2) Je voudrais que les case de la 2eme ligne du tableau soit arrondis et mettre un background, qui épouse la forme arrondi, un peu comme ce forum: The house of knight, sans faire du plagiat.

mon forum test: Test Aragorn

Code :

Code:
<table border="1"><tr><td colspan="3" align="center"><div style="text-align:center; border-bottom: 5px dotted #000000;"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div></td></tr><tr><td><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td><td><span class="genmed">{catrow.forumrow.FORUM_DESC}</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}{catrow.forumrow.LINKS}
        </span>
     
      <!-- BEGIN forum_link -->
      <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span>
      <!-- END forum_link --> <span class="gensmall">Sujets : {catrow.forumrow.TOPICS}

Messages :{catrow.forumrow.POSTS}

{catrow.forumrow.LAST_POST}</span></td><td><span class="gensmall">Sujets : {catrow.forumrow.TOPICS}

Messages :{catrow.forumrow.POSTS}

{catrow.forumrow.LAST_POST}</span></td></tr></table>

Je vous remercie d'avance.


Dernière édition par Sam Winchester le Lun 03 Jan 2011, 16:35, édité 1 fois
MessageSujet: [résolu]modification de code   [résolu]modification de code EmptyMer 01 Déc 2010, 12:57
Revenir en haut Aller en bas
http://www.school-of-pub.net/forum.htm
Murtagh
Murtagh
{ Modérateur }
{ Modérateur }

Masculin Messages : 1492



[résolu]modification de code Empty
Bonjour,

Votre problème est-il toujours d'actualité ? Si tel n'est pas ne cas, merci de bien vouloir éditer votre premier message et cocher l'icône "résolu". Merci. Smile
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptyVen 10 Déc 2010, 10:51
Revenir en haut Aller en bas
http://rpgsupernatural.forumactif.com/forum.htm
Sam Winchester
Sam Winchester
{ Membre }
{ Membre }

Masculin Messages : 65



[résolu]modification de code Empty
Bonjour,

Non désoler mon problème n'est toujours pas résolu
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptyVen 10 Déc 2010, 12:21
Revenir en haut Aller en bas
http://enaevolare.fr
'Christa
'Christa
Lostmindy
Lostmindy

Féminin Messages : 2856



[résolu]modification de code Empty
Il faut mettre des largeurs à tes cellules '_' Je t'en ai mis au pif (et j'ai un peu éclairci le code en passant), à toi d'ajuster selon ce que tu veux.

Code:
<table border="1">
   <tr>
      <td colspan="3" align="center">
         <div style="text-align:center; border-bottom: 5px dotted #000000;">
            <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
         </div>
      </td>
   </tr>
   
   <tr>
      <td width="60">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      
      <td width="100%">
         <span class="genmed">{catrow.forumrow.FORUM_DESC}</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}{catrow.forumrow.LINKS}
         </span>
   
         <!-- BEGIN forum_link -->
         <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span>
         <!-- END forum_link -->
      </td>
      
      <td width="150">
         <span class="gensmall">
         Sujets : {catrow.forumrow.TOPICS}
         Messages :{catrow.forumrow.POSTS}
         {catrow.forumrow.LAST_POST}</span>
      </td>
   </tr>
</table>
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptySam 11 Déc 2010, 12:14
Revenir en haut Aller en bas
http://rpgsupernatural.forumactif.com/forum.htm
Sam Winchester
Sam Winchester
{ Membre }
{ Membre }

Masculin Messages : 65



[résolu]modification de code Empty
Bonsoir, je te remercie Lostmindy, c'est parfait, il me reste plus que le numéro 2, savoir comment mettre les case de la 2éme ligne en arrondis et mettre un background.
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptySam 11 Déc 2010, 16:29
Revenir en haut Aller en bas
http://enaevolare.fr
'Christa
'Christa
Lostmindy
Lostmindy

Féminin Messages : 2856



[résolu]modification de code Empty
Le background dont tu parles, c'est une image de fond pour toute la ligne, ou juste pour une des trois cellules ? Ou bien une couleur de fond ?

De même pour cette histoire d'arrondi, tu veux que chaque cellule ait un contour arrondi ou tu veux imiter ce qu'a fait le forum que tu as mis en lien ? Dans ce cas, je te préviens que la partie gauche, c'est une simple image '_'
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptyVen 17 Déc 2010, 13:30
Revenir en haut Aller en bas
http://rpgsupernatural.forumactif.com/forum.htm
Sam Winchester
Sam Winchester
{ Membre }
{ Membre }

Masculin Messages : 65



[résolu]modification de code Empty
Bonsoir Lostmindy,

Pour le background, je voudrais qu'elle fasse toutes la ligne et que sa soit une couleur.

Pour l'arrondis, je voudrais avoir un arrondis sur la première case et la dernière case.

Je te remercie d'avance.

EDIT: J'ai réussi a trouver pour mettre les arrondis et la couleur de fond, mais, j'ai un problème, comme tu peut le voir sur mon forum test, j'ai créer une catégorie pour tester quelque chose et elle s'est grandis, elle dépasse largement le cadre du forum, j'ai essayer de modifier les valeur que sa soit directement dans "Index Box", même dans "configuration" a modifier la taille du forum., rien a faire.

Tu aurais pas une idée d'ou cela pourrait provenir.

Voila le code, j'ai changer certaine chose:

Code:
<table border="0" >
  <tr>
      <td colspan="0" align="center">
        <div style="text-align:center; border-bottom: 5px dotted #718C91;">
            <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
        </div>
      </td>
  </tr>
 
  <tr height="60">
      <td width="100"span class="arrondi"  ALIGN="right" BGCOLOR="#718C91">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
     
      <td width="100%" BGCOLOR="#718C91" VALIGN="top" ALIGN="center">

{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}<br>
        <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
        <span class="gensmall">
        </span>
 
        <!-- BEGIN forum_link -->
        <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span>
        <!-- END forum_link -->
      </td>
     
      <td width="170"span class="arrondi1" BGCOLOR="#718C91">
        <span class="gensmall">
        {catrow.forumrow.LAST_POST}<br>
        Sujets : {catrow.forumrow.TOPICS}<br>
        Messages :{catrow.forumrow.POSTS}</span>
      </td>
  </tr>
</table>
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptySam 18 Déc 2010, 15:50
Revenir en haut Aller en bas
Druyk
Druyk
{ Membre actif }
{ Membre actif }

Masculin Messages : 339



[résolu]modification de code Empty
Bonjour,
Votre problème est-il toujours d'actualité ?
Si celui-ci est résolu, merci de cocher dans "icône du sujet" l'icône [résolu]modification de code Resolu3 en éditant votre premier post.
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptyDim 26 Déc 2010, 05:37
Revenir en haut Aller en bas
http://rpgsupernatural.forumactif.com/forum.htm
Sam Winchester
Sam Winchester
{ Membre }
{ Membre }

Masculin Messages : 65



[résolu]modification de code Empty
non, désoler, toujours pas.
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptyDim 26 Déc 2010, 13:51
Revenir en haut Aller en bas
Psycho
Psycho
Psychopathe
Psychopathe

Féminin Messages : 3407



[résolu]modification de code Empty
Bonjour,
votre problème est-il toujours d'actualité ? S'il est maintenant résolu, merci d'éditer votre premier message en cochant l'icône [résolu]modification de code Resolu3.
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptyDim 02 Jan 2011, 09:34
Revenir en haut Aller en bas
http://rpgsupernatural.forumactif.com/forum.htm
Sam Winchester
Sam Winchester
{ Membre }
{ Membre }

Masculin Messages : 65



[résolu]modification de code Empty
Mon problème est presque résolut, le seul problème qui me reste, c'est d'agrandir la 3éme case, ou il y a dernier message, je choisit n'importe quel chiffre la case reste comme elle est, et si je rétréci la case central, ou il y a la description, c'est la 1ère case qui s'allonge, je voudrais savoir si il y aurait pas quelque chose a faire pour y remédier ?

Voici le code:

Code:
<tr>
      <td colspan="0" align="center">
        <div style="text-align:center; border-bottom: 5px dotted #718C91;">
            <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
        </div>
      </td>
  </tr>
 
  <tr height="130">
      <td width="100"span class="arrondi"  ALIGN="right" BGCOLOR="#718C91">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
     
      <td width="100%" BGCOLOR="#718C91" VALIGN="top" ALIGN="center">

{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}<br>
        <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
        <span class="gensmall">
        </span>
 
        <!-- BEGIN forum_link -->
        <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span>
        <!-- END forum_link -->
      </td>
     
      <td width="250" span class="arrondi1" BGCOLOR="#718C91">
        <span class="gensmall">
Sujets : {catrow.forumrow.TOPICS}<br>
        Messages :{catrow.forumrow.POSTS}<br>
        {catrow.forumrow.LAST_POST}
        </span>
      </td>
  </tr>
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptyLun 03 Jan 2011, 09:20
Revenir en haut Aller en bas
http://kobehs.chocoforum.net
Liliana
Liliana
{ Membre actif }
{ Membre actif }

Féminin Messages : 997



[résolu]modification de code Empty
Bonjour,

Pourrais-tu nous donner le code entier du template s'il te plait ?
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptyLun 03 Jan 2011, 09:44
Revenir en haut Aller en bas
http://rpgsupernatural.forumactif.com/forum.htm
Sam Winchester
Sam Winchester
{ Membre }
{ Membre }

Masculin Messages : 65



[résolu]modification de code Empty
Bonjour,

Voila le code en entier Liliana:

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>
<!-- 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"> {catrow.tablehead.L_FORUM} </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>
      <td colspan="0" align="center">
        <div style="text-align:center; border-bottom: 5px dotted #718C91;">
            <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
        </div>
      </td>
  </tr>
 
  <tr height="130">
      <td width="100"span class="arrondi"  ALIGN="right" BGCOLOR="#718C91">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
     
      <td width="100%" BGCOLOR="#718C91" VALIGN="top" ALIGN="center">

{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}<br>
        <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
        <span class="gensmall">
        </span>
 
        <!-- BEGIN forum_link -->
        <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span>
        <!-- END forum_link -->
      </td>
     
      <td width="250" span class="arrondi1" BGCOLOR="#718C91">
        <span class="gensmall">
Sujets : {catrow.forumrow.TOPICS}<br>
        Messages :{catrow.forumrow.POSTS}<br>
        {catrow.forumrow.LAST_POST}
        </span>
      </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 -->

C'est juste pour agrandir la 3eme colonne, que je met 250 ou même 800, sa ne bouge même pas d'un poil.
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptyLun 03 Jan 2011, 12:03
Revenir en haut Aller en bas
http://kobehs.chocoforum.net
Liliana
Liliana
{ Membre actif }
{ Membre actif }

Féminin Messages : 997



[résolu]modification de code Empty
Re;

Alors il y a des choses étranges dans ton code; notamment des : <td span class="arrondi">
scratch Une class peut s'appliquer à une colonne; pas besoin d'écrire "span" en plus; ça crée juste un défaut dans le codage et ça risque de créer des problèmes =)

Je me suis donc permise de supprimer les légers défauts. Pour ce qui est de ta colonne; je pense que cela est du au fait que tu as un mélange entre tailles en pourcentages et tailles en pixels. Si bien que le forum ne sait plus trop quoi faire xD

    • Si ton forum est configuré en pourcentage : je te conseille de mettre tous les chiffres en pourcentage et de faire en sorte que leur total fasse 100%
    • Si au contraire ton forum est en pixels (ce qui est mieux niveau esthétique puisque tout le monde verra la même chose, peu importe la résolution d'écran; mais je m'égare xD) : je te conseille de mettre des tailles en pixels; et de faire en sorte que leur total soit égal à la taille de ton forum. Complexe ? Meuh non xD

Déjà pour voir comment est ton forum : Panneau admin >> Général >> configuration : si tu vois un 80% par exemple; c'est en pourcentage; s'il n'y a pas le symbole mais plutôt un chiffre comme 850; c'est en pixels Wink

Donc, dans le code tu dois modifier ce qui est en rouge; et adapter selon ton forum :

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>

<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th colspan="3" nowrap="nowrap" width="100%" class="secondarytitle">{catrow.tablehead.L_FORUM}</th>
   </tr>
  <!-- END tablehead -->
 
  <!-- BEGIN cathead -->
   <tr>
      <td class="{catrow.cathead.CLASS_CAT}" colspan="3" 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>
   </tr>
  <!-- END cathead -->
 
  <!-- BEGIN forumrow -->
   <tr>
      <td colspan="3" align="center">
         <div style="text-align:center; border-bottom: 5px dotted #718C91;">
            <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
         </div>
      </td>
   </tr>
 
   <tr height="130px">
      <td width="100" class="arrondi" align="right" bgcolor="#718C91">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
   
      <td width="100%"valign="top" align="center" bgcolor="#718C91">
         {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}<br>
         <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
         <!-- BEGIN forum_link -->
         <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span>
         <!-- END forum_link -->
      </td>
   
      <td width="150px" class="arrondi1" bgcolor="#718C91">
         <span class="gensmall">
         Sujets : {catrow.forumrow.TOPICS}<br>
         Messages :{catrow.forumrow.POSTS}<br>
         {catrow.forumrow.LAST_POST}
         </span>
      </td>
   </tr>
  <!-- END forumrow -->
   <!-- BEGIN tablefoot -->
</table>
<img src="{SPACER}" alt="" height="5" width="1" />
<!-- END tablefoot --><!-- END catrow -->

Citation :
<tr height="130px">
<td width="TAILLE EN PIXELS OU POURCENTAGE" class="arrondi" align="right" bgcolor="#718C91">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</td>

<td width="TAILLE EN PIXELS OU POURCENTAGE" valign="top" align="center" bgcolor="#718C91">
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}<br>
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
<!-- BEGIN forum_link -->
<span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span>
<!-- END forum_link -->
</td>

<td width="TAILLE EN PIXELS OU POURCENTAGE" class="arrondi1" bgcolor="#718C91">
<span class="gensmall">
Sujets : {catrow.forumrow.TOPICS}<br>
Messages :{catrow.forumrow.POSTS}<br>
{catrow.forumrow.LAST_POST}
</span>
</td>
</tr>

Mon explication part un peu en cacahouète XD
Si tu ne comprends pas dis le moi =)
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptyLun 03 Jan 2011, 14:33
Revenir en haut Aller en bas
http://rpgsupernatural.forumactif.com/forum.htm
Sam Winchester
Sam Winchester
{ Membre }
{ Membre }

Masculin Messages : 65



[résolu]modification de code Empty
Bonsoir, je te remercie Liliana,

J'avais piocher a gauche et a droite, des tutos, maintenant je vais plus recommencer cette erreur.

Mon forum fait 60%, tu as dit que c'était mieux en pixel, il faudrait que je mette quelle nombre pour remplacer.
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptyLun 03 Jan 2011, 16:00
Revenir en haut Aller en bas
http://kobehs.chocoforum.net
Liliana
Liliana
{ Membre actif }
{ Membre actif }

Féminin Messages : 997



[résolu]modification de code Empty
Si c'est en pixels ça s'adaptera donc; après c'est à toi de voir au niveau de la taille des colonnes; mais je pense que comme ça ça rendrait pas mal. Après c'est à toi d'adapter selon tes préférences =)

Citation :
<tr height="130px">
<td width="10%" class="arrondi" align="right" bgcolor="#718C91">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</td>

<td width="75%" valign="top" align="center" bgcolor="#718C91">
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}<br>
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
<!-- BEGIN forum_link -->
<span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span>
<!-- END forum_link -->
</td>

<td width="25%" class="arrondi1" bgcolor="#718C91">
<span class="gensmall">
Sujets : {catrow.forumrow.TOPICS}<br>
Messages :{catrow.forumrow.POSTS}<br>
{catrow.forumrow.LAST_POST}
</span>
</td>
</tr>
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptyLun 03 Jan 2011, 16:03
Revenir en haut Aller en bas
http://rpgsupernatural.forumactif.com/forum.htm
Sam Winchester
Sam Winchester
{ Membre }
{ Membre }

Masculin Messages : 65



[résolu]modification de code Empty
Je te remercie Liliana, tu m'as enlever une épine sous le pied.

Problème résolu.
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptyLun 03 Jan 2011, 16:34
Revenir en haut Aller en bas
http://kobehs.chocoforum.net
Liliana
Liliana
{ Membre actif }
{ Membre actif }

Féminin Messages : 997



[résolu]modification de code Empty
De rien, ravie d'avoir pu aider Wink
Bonne continuation avec ton forum =)
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptyLun 03 Jan 2011, 16:34
Revenir en haut Aller en bas
http://rpgsupernatural.forumactif.com/forum.htm
Sam Winchester
Sam Winchester
{ Membre }
{ Membre }

Masculin Messages : 65



[résolu]modification de code Empty
merci Liliana
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code EmptyLun 03 Jan 2011, 16:44
Revenir en haut Aller en bas
Contenu sponsorisé




[résolu]modification de code Empty
MessageSujet: Re: [résolu]modification de code   [résolu]modification de code Empty
Revenir en haut Aller en bas
 

[résolu]modification de code

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

 Sujets similaires

-
» aide pour modification d'un code
» Modification "Quote" & "Code" !
» Modification possible sur un CSS [Résolu]
» Légère modification d'un QEEL [Résolu]
» [Résolu]Probllème de Qeel - Modification non appliquées :(

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
CSSActif :: De la théorie à la pratique :: Aide CSS & xHTML :: Problèmes résolus-

Partenaires Or


← Page précédente   ↑ Aller en haut Copyright © CSSActif 2009 - 2013 Tous droits réservés
Créer un forum | ©phpBB | Forum gratuit d'entraide | Signaler un abus | Forum gratuit