<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>w3.css — Forum de PluXml</title>
        <link>https://forum.pluxml.org/index.php?p=/</link>
        <pubDate>Sat, 04 Apr 2026 04:19:56 +0000</pubDate>
        <language>fr</language>
            <description>w3.css — Forum de PluXml</description>
    <atom:link href="https://forum.pluxml.org/index.php?p=/discussions/tagged/w3-css/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>[RESOLU] Problème d'alignement de grille pour une catégorie</title>
        <link>https://forum.pluxml.org/index.php?p=/discussion/7234/resolu-probleme-dalignement-de-grille-pour-une-categorie</link>
        <pubDate>Fri, 19 Aug 2022 20:44:34 +0000</pubDate>
        <category>Entraide</category>
        <dc:creator>patch_works</dc:creator>
        <guid isPermaLink="false">7234@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Bonjour,<br />
J'ai un problème d'alignement dans une grille "third" (framework w3.css) liée à une catégorie: un article (la "carte" décrivant une personne) se retrouve seul en troisième ligne... (<a href="https://mfcrealfrasnes.be/index.php?categorie3/staff" rel="nofollow">https://mfcrealfrasnes.be/index.php?categorie3/staff</a>)<br />
Ce n'est pas forcément lié à PluXML, mais peut-être ais-je manqué quelque chose?<br />
Merci d'avance pour vos avis!</p>

<pre><code>&lt;main class="w3-container w3-center"&gt;
        &lt;div class="w3-rest"&gt;&lt;h1 class="w3-left"&gt;&lt;?php $plxShow-&gt;catName() ?&gt;&lt;/h1&gt;&lt;/div&gt;
        &lt;div class="w3-rest"&gt;&lt;?php $plxShow-&gt;catThumbnail('&lt;a href="#img_url"&gt;
        &lt;img class="w3-image" src="#img_thumb_url" alt="#img_alt" /&gt;&lt;/a&gt;', true); ?&gt;&lt;/div&gt;
        &lt;div class="w3-rest"&gt;&lt;?php $plxShow-&gt;catDescription('#cat_description'); ?&gt;&lt;/div&gt;
        &lt;div class="w3-rest"&gt;
            &lt;?php while($plxShow-&gt;plxMotor-&gt;plxRecord_arts-&gt;loop()): ?&gt;
                &lt;article class="w3-third w3-padding-small" id="post-&lt;?php echo $plxShow-&gt;artId();
?&gt;"&gt;                                
                    &lt;div&gt;&lt;?php $plxShow-&gt;artThumbnail('&lt;a href="#img_url"&gt;&lt;img src="#img_thumb_url" alt="#img_alt" /&gt;&lt;/a&gt;', true,true); ?&gt;&lt;/div&gt;
                    &lt;h2&gt;&lt;?php $plxShow-&gt;artTitle('link'); ?&gt;&lt;/h2&gt;
                    &lt;div&gt;&lt;?php $plxShow-&gt;artChapo('',true) ?&gt;&lt;/div&gt;
                &lt;/article&gt;
            &lt;?php endwhile; ?&gt;
        &lt;/div&gt;
    &lt;/main&gt;
</code></pre>
]]>
        </description>
    </item>
   </channel>
</rss>
