<?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"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"  xmlns:georss="http://www.georss.org/georss" 	> <channel><title>Commentaires sur : WP Columnize : Des colonnes dans vos articles !</title> <atom:link href="http://www.geekeries.fr/blog/wp-columnize-des-colonnes-dans-vos-articles-1702/feed" rel="self" type="application/rss+xml" /><link>http://www.geekeries.fr/blog/wp-columnize-des-colonnes-dans-vos-articles-1702</link> <description>WordPress &#124; Référentiel d&#039;extensions, thèmes et hacks WordPress en français !</description> <lastBuildDate>Fri, 10 Feb 2012 21:55:03 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Par : Alex</title><link>http://www.geekeries.fr/blog/wp-columnize-des-colonnes-dans-vos-articles-1702#comment-26358</link> <dc:creator>Alex</dc:creator> <pubDate>Wed, 26 May 2010 11:20:12 +0000</pubDate> <guid
isPermaLink="false">http://www.geekeries.fr/?p=1702#comment-26358</guid> <description>Bonjour ,Ou exactement &quot;inserer le code CSS dans la feuille de style&quot;? apres quel ligne ?Merci.</description> <content:encoded><![CDATA[<p>Bonjour ,</p><p>Ou exactement &#8220;inserer le code CSS dans la feuille de style&#8221;? apres quel ligne ?</p><p>Merci.</p> ]]></content:encoded> </item> <item><title>Par : Valentin</title><link>http://www.geekeries.fr/blog/wp-columnize-des-colonnes-dans-vos-articles-1702#comment-7611</link> <dc:creator>Valentin</dc:creator> <pubDate>Wed, 29 Apr 2009 19:59:19 +0000</pubDate> <guid
isPermaLink="false">http://www.geekeries.fr/?p=1702#comment-7611</guid> <description>Il te suffit de mettre le code suivant dans ton fichier CSS.
&lt;code&gt;
div.column-sect {
clear:both;
width:600px;
display:inline-block;
overflow:auto;
}div.post-column {
display:inline;
float:left;
margin-right:17px;
text-align:justify;
width:45%;}&lt;/code&gt;</description> <content:encoded><![CDATA[<p>Il te suffit de mettre le code suivant dans ton fichier CSS.<br
/> <code><br
/> div.column-sect {<br
/> clear:both;<br
/> width:600px;<br
/> display:inline-block;<br
/> overflow:auto;<br
/> }</p><p>div.post-column {<br
/> display:inline;<br
/> float:left;<br
/> margin-right:17px;<br
/> text-align:justify;<br
/> width:45%;</p><p>}</code></p> ]]></content:encoded> </item> <item><title>Par : KevinR</title><link>http://www.geekeries.fr/blog/wp-columnize-des-colonnes-dans-vos-articles-1702#comment-7583</link> <dc:creator>KevinR</dc:creator> <pubDate>Mon, 27 Apr 2009 15:35:54 +0000</pubDate> <guid
isPermaLink="false">http://www.geekeries.fr/?p=1702#comment-7583</guid> <description>Je n&#039;arrive pas à faire fonctionner ce plugin, certainement à cause du code CSS que j&#039;insère mal. Quelqu&#039;un pourrait il me dire ce que je dois ajouter au style.css, et de quelle manière SVP ?Merci par avance.</description> <content:encoded><![CDATA[<p>Je n&#8217;arrive pas à faire fonctionner ce plugin, certainement à cause du code CSS que j&#8217;insère mal. Quelqu&#8217;un pourrait il me dire ce que je dois ajouter au style.css, et de quelle manière SVP ?</p><p>Merci par avance.</p> ]]></content:encoded> </item> <item><title>Par : Valentin</title><link>http://www.geekeries.fr/blog/wp-columnize-des-colonnes-dans-vos-articles-1702#comment-4293</link> <dc:creator>Valentin</dc:creator> <pubDate>Sat, 27 Dec 2008 19:30:40 +0000</pubDate> <guid
isPermaLink="false">http://www.geekeries.fr/?p=1702#comment-4293</guid> <description>Merci Guillaume ! N&#039;oublie pas d&#039;insérer le code CSS dans ta feuille de style, sinon le plugin ne fonctionnera pas. ;)</description> <content:encoded><![CDATA[<p>Merci Guillaume ! N&#8217;oublie pas d&#8217;insérer le code CSS dans ta feuille de style, sinon le plugin ne fonctionnera pas. ;)</p> ]]></content:encoded> </item> <item><title>Par : Guillaume De Thomas</title><link>http://www.geekeries.fr/blog/wp-columnize-des-colonnes-dans-vos-articles-1702#comment-4283</link> <dc:creator>Guillaume De Thomas</dc:creator> <pubDate>Fri, 26 Dec 2008 22:58:32 +0000</pubDate> <guid
isPermaLink="false">http://www.geekeries.fr/?p=1702#comment-4283</guid> <description>Alors je vais l&#039;adopter car le résultat sur ton blog est très classe je trouve. Merci ! :idea:</description> <content:encoded><![CDATA[<p>Alors je vais l&#8217;adopter car le résultat sur ton blog est très classe je trouve. Merci ! :idea:</p> ]]></content:encoded> </item> <item><title>Par : Valentin</title><link>http://www.geekeries.fr/blog/wp-columnize-des-colonnes-dans-vos-articles-1702#comment-4281</link> <dc:creator>Valentin</dc:creator> <pubDate>Fri, 26 Dec 2008 21:13:35 +0000</pubDate> <guid
isPermaLink="false">http://www.geekeries.fr/?p=1702#comment-4281</guid> <description>Bien sûr, il te suffit d&#039;insérer ces balises dans ton article :
[col-sect][column]
ton texte
[/column][column]
ton texte, colonne 2
[/column][/col-sect]</description> <content:encoded><![CDATA[<p>Bien sûr, il te suffit d&#8217;insérer ces balises dans ton article :<br
/> [col-sect]</p><p>[column]<br
/> ton texte<br
/> [/column]</p><p>[column]<br
/> ton texte, colonne 2<br
/> [/column]</p><p>[/col-sect]</p> ]]></content:encoded> </item> <item><title>Par : Guillaume De Thomas</title><link>http://www.geekeries.fr/blog/wp-columnize-des-colonnes-dans-vos-articles-1702#comment-4280</link> <dc:creator>Guillaume De Thomas</dc:creator> <pubDate>Fri, 26 Dec 2008 21:09:27 +0000</pubDate> <guid
isPermaLink="false">http://www.geekeries.fr/?p=1702#comment-4280</guid> <description>Est ce que ce plugin est utilisable &quot;à la demande&quot; ? C&#039;est à dire, pour certains billets seulement ?</description> <content:encoded><![CDATA[<p>Est ce que ce plugin est utilisable &#8220;à la demande&#8221; ? C&#8217;est à dire, pour certains billets seulement ?</p> ]]></content:encoded> </item> <item><title>Par : Valentin</title><link>http://www.geekeries.fr/blog/wp-columnize-des-colonnes-dans-vos-articles-1702#comment-4274</link> <dc:creator>Valentin</dc:creator> <pubDate>Fri, 26 Dec 2008 17:46:12 +0000</pubDate> <guid
isPermaLink="false">http://www.geekeries.fr/?p=1702#comment-4274</guid> <description>De rien, merci pour cet excellent plugin ! :P</description> <content:encoded><![CDATA[<p>De rien, merci pour cet excellent plugin ! :P</p> ]]></content:encoded> </item> <item><title>Par : Darrin</title><link>http://www.geekeries.fr/blog/wp-columnize-des-colonnes-dans-vos-articles-1702#comment-4273</link> <dc:creator>Darrin</dc:creator> <pubDate>Fri, 26 Dec 2008 16:49:21 +0000</pubDate> <guid
isPermaLink="false">http://www.geekeries.fr/?p=1702#comment-4273</guid> <description>Merci d&#039;un article si gentil !</description> <content:encoded><![CDATA[<p>Merci d&#8217;un article si gentil !</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic

Served from: geekeries.fr @ 2012-02-13 03:30:18 -->
