<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Berthou.com &#187; wordpress</title>
	<atom:link href="https://www.berthou.com/us/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.berthou.com/us</link>
	<description>A french developper blog</description>
	<lastBuildDate>Mon, 09 Aug 2010 08:55:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>WordPress &#8211; a good printing with the CSS</title>
		<link>https://www.berthou.com/us/2009/06/13/wordpress-a-good-printing-with-the-css/</link>
		<comments>https://www.berthou.com/us/2009/06/13/wordpress-a-good-printing-with-the-css/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 17:24:28 +0000</pubDate>
		<dc:creator>rberthou</dc:creator>
				<category><![CDATA[dhtml]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.berthou.com/us/2009/06/13/wordpress-a-good-printing-with-the-css/</guid>
		<description><![CDATA[A good use of style sheet. I often print an article to keep a copy. I use most of the time a &#8220;see before printing&#8221; to select the pages I want to print. But I&#8217;ve remarked that 50% of the printing area is employed with publicities or menus. When we create the design of a [...]]]></description>
				<content:encoded><![CDATA[<h2 class="titre2">A good use of style sheet.</h2>
<p><img src="/_img/printer_0.png" alt="Imprimante " class="left"/><br />
I often print an article to keep a copy. I use most of the time a &#8220;see before printing&#8221; to select the pages I want to print. But I&#8217;ve remarked that 50% of the printing area is employed with publicities or menus.</p>
<p>When we create the design of a site we foresee an area for menus, for publicity and sometimes others specific areas to boost the look and the ergonomic of the site.<br />
These areas useful for the navigation become a pain for the printing of the article. However it is very simple to handle this problem if you use the style papers.<strong>CSS</strong>.</p>
<p>In an ecological wish (it&#8217;s tendance) but also to have a &#8220;cleaner&#8221; printed text, I am going to explain you how to adapt your WP theme to print correctly.<br />
<span id="more-45"></span></p>
<p><img src="/_img/imp_screen.png" alt="Structure ecran d'un site" class="left"/><br />
<img src="/_img/imp_prt.png" alt="Structure ecran d'un site" class="right"/></p>
<h2 class="titre2">Modifications for WordPress</h2>
<p>WordPress, like all the blog or CMS motors, use style papers to make easier the adpatation of the presentation. Also it is quite simple to adapt your theme, if it doesn&#8217;t permit it. In my case the adpatation took me less than one hour. Here is the modifications to make :</p>
<ul>
<li>print.css : creation of the specific style paper for the printing &#8211; It is a minimum version I only use the ID No Print that I hide for the impression, you can make it richer to modificate the margins, the size of the police and many other things.
<p class="alertCode">* #NoPrint {<br />
   display: none;<br />
}</p>
</li>
<li>header.php : Add of the style papers &#8220;media&#8221; for the print.
<p class="alertCode">
&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; <b>media=&#8221;print&#8221;</b>  href=&#8221;<b>&lt;?php bloginfo(&#8216;template_url&#8217;); ?&gt;</b>/print.css&#8221; /&gt;
</p>
</li>
<li>index.php, page.php, &#8230; : Modification of many pages in the theme to add a &#8211; <b>id=&#8221;NoPrint&#8221;</b> &#8211; to the elements i don&#8217;t want to print.
</li>
</ul>
<h2 class="titre2">Downloads</h2>
<p>I propose you to download the last version of the theme Rbl-Illacrimo which includes the support of the printing.</p>
<p class="alertDownload">
<a href="/download.php?type=wp&#038;file=rbl-illacrimo-fr.zip">Rbl &#8211; Illacrimo &#8211; Français</a><br/><br />
<a href="/download.php?type=wp&#038;file=rbl-illacrimo.zip">Rbl &#8211; Illacrimo &#8211; English</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.berthou.com/us/2009/06/13/wordpress-a-good-printing-with-the-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin &#8211; Rbl-Navigator</title>
		<link>https://www.berthou.com/us/2008/04/28/plugin-rbl-navigator-2/</link>
		<comments>https://www.berthou.com/us/2008/04/28/plugin-rbl-navigator-2/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 06:32:23 +0000</pubDate>
		<dc:creator>rberthou</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.berthou.com/us/2008/04/28/plugin-rbl-navigator-2/</guid>
		<description><![CDATA[Description Rbl-Navigator is my second plugin for WordPress. In this plugin I just integrate a treeview menu in a widget. This plugin permit to represent in just a widget your last articles, the list of the categories (and their &#8220;n&#8221; last articles), static links and the directory contents. I think I am going to add [...]]]></description>
				<content:encoded><![CDATA[<h2 class="titre2">Description</h2>
<p><b>Rbl-Navigator</b> is my second plugin for WordPress. In this plugin I just integrate a treeview menu in a widget.</p>
<p>This plugin permit to represent in just a widget your last articles, the list of the categories (and their &#8220;n&#8221; last articles), static links and the directory contents. I think I am going to add soon, if it seems usefull to you, the blogroll and the list of the last comments.</p>
<p class="alertInfo">
<a href="http://www.berthou.com/test/" rel='external nofollow'>Exemple of use</a>
</p>
<p><img src="/_img/rbl-navigator.png" class="center" alt="Rbl-navigator"/></p>
<p><span id="more-48"></span></p>
<h2 class="titre2">Installation</h2>
<p>To install this plugin on your WordPress configuration you just have to:</p>
<ul>
<li>Unzip the download file in the index/wp-content/plugins of your wordpress installation.</li>
<li>Start the plugin in the administration console.</li>
<li>Add a widget <strong>Rbl-Navigator</strong> in your SideBar.</li>
<li>Configure this widget</li>
</ul>
<h2 class="titre2">Configuration</h2>
<p><img src="/_img/rbl-navigator-1.png" class="center"/><br />
When you parametrize the Rbl-Navigator widget, a window appears and permit to specify the followings parameters :</p>
<ul>
<li>Title : Title of the widget</li>
<li>Data : This data permit to build a treeview.</li>
<li>Image Base : Default index of the images used by the plugins. (normally &#8220;img/ot&#8221;)</li>
<li>Separator : Separation tape normally used by the plugin.&#8221;§&#8221;</li>
<li>Max size : Max lenght of an item of the treeview in tape. (0 if there is no limit)</li>
</ul>
<h2 class="titre2">Data zone</h2>
<p class="alertCode">
0 § Home     § 14 § /fr/index.php § ?Welcome<br />
0 § %%LAST-5 § Last news § 1<br />
0 § %%CAT-19,20-5 § Mes categs 19 et 20 § 1<br />
0 § %%CAT-4-5 § Ma categ 4 § -1<br />
0 § A propos   § 19 § /fr/?p=2
</p>
<p>This area permit to define teh whole contents of a treeview. This is structure as the following exemple :</p>
<ul>
<li> Static links :<br />
<table class="tbl1">
<thead>
<tr>
<th>Col</th>
<th>Description</th>
</tr>
<thead>
<tbody>
<tr class="r1">
<td>1</td>
<td>Hierarchical level (0 1st level).</td>
</tr>
<tr class="r2">
<td>2</td>
<td>Title</td>
</tr>
<tr class="r1">
<td>3</td>
<td>Icon number</td>
</tr>
<tr class="r2">
<td>4</td>
<td>URL</td>
</tr>
<tr class="r1">
<td>5</td>
<td>destination target or help message (bullet) if the string start with a &#8216;?&#8217;</td>
</tr>
</tbody>
</table>
</li>
<li> Commandes (WP) :<br />
<table class="tbl1">
<thead>
<tr>
<th>Col</th>
<th>Description</th>
</tr>
<thead>
<tbody>
<tr class="r1">
<td>1</td>
<td>Hierarchical level(0 1st level).</td>
</tr>
<tr class="r2">
<td>2</td>
<td>Command (start by <strong>%%</strong>)</td>
</tr>
<tr class="r1">
<td>3</td>
<td>Title</td>
</tr>
<tr class="r2">
<td>4</td>
<td>Icon number</td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul>
<li>Commands format :<br />
<table class="tbl1">
<thead>
<tr>
<th>Command</th>
<th>Description</th>
</tr>
<thead>
<tbody>
<tr class="r1">
<td>%%LAST-<strong>(n)</strong></td>
<td>Show the last <strong>n</strong> news <br/>Exemple : %%LAST-5</td>
</tr>
<tr class="r2">
<td>%%CAT-<strong>(idcat)</strong>-<strong>(n)</strong></td>
<td>Show the last <strong>n</strong> news in categories <strong>idcat</strong><br/>Exemple : %%CAT-19,20-5 (display the last 5 articles in the categories 19 and 20)<br/><br />
%%CAT-ALL-3 (show les 3 last news in all categories)</td>
</tr>
<tr class="r1">
<td>%%REP-<strong>(directory)</strong>-<strong>(action)</strong></td>
<td>
Exemple : %%REP-/www/tliste/-aaa.php?file=tliste/ (display a structure and contents of directory /www/tliste/ and define an action for each item aaa.php?file=nomdufichier
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<h2 class="titre2">Other</h2>
<ul>
<li>JQuery : This plugin use the intern version at WordPress of JQuery to limit the modifications during the oppening of the closing of a node.<br />
But it perfectly works if the Javascript support is desactivated.</li>
<li>Optimisation : To limit the acess to the data base, a file is generate during the key-boarding of an article or during the modification of the widget&#8217;s configuration.</li>
</ul>
<h2 class="titre2">Background</h2>
<ul>
<li>04/05/2008 : Version 1.00 1st version</li>
</ul>
<h2 class="titre2">Downloads</h2>
<p class="alertDownload">
<a href="/download.php?type=wp&#038;file=rbl-navigator.zip">rbl-navigator.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.berthou.com/us/2008/04/28/plugin-rbl-navigator-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Plugin WordPress &#8211; rbl-listtag</title>
		<link>https://www.berthou.com/us/2007/12/09/plugin-wordpress-rbl-listtag/</link>
		<comments>https://www.berthou.com/us/2007/12/09/plugin-wordpress-rbl-listtag/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 10:45:06 +0000</pubDate>
		<dc:creator>rberthou</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.berthou.com/us/2007/12/09/plugin-wordpress-rbl-listtag/</guid>
		<description><![CDATA[Description News version ! Correct bug in categories tag rbl-listtag is a WordPress plugin, it can display in a page or in a post the last comments or the last posts filtered by tags or categories. It&#8217;s my first plugin, you can send me either your bugs or comments. Installation Upload rbl-listtag.php to the /wp-content/plugins/ [...]]]></description>
				<content:encoded><![CDATA[<h2 class="titre2">Description</h2>
<p class="alertWarning">News version ! Correct bug in categories tag</p>
<p><b>rbl-listtag</b> is a WordPress plugin, it can display in a page or in a post the last comments or the last posts filtered by tags or categories.<br />
It&#8217;s my first plugin, you can send me either your bugs or comments.<br />
<img src="/_img/rbl-listtag.png" class="center"/></p>
<h2 class="titre2">Installation</h2>
<ul>
<li>Upload rbl-listtag.php to the /wp-content/plugins/ directory</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>
<li>That&#8217;s it!</li>
</ul>
<p><span id="more-25"></span></p>
<h2 class="titre2">Utilisation</h2>
<p>This plugin is easy to use. When it&#8217;s activate you can add in your page or post :</p>
<ul>
<li><b>%%</b><b>rbl-tag-java-5-monstyle%%</b> : Display the last 5 posts with <i>java</i> tag and format the html table with <i>monstyle</i> css style</li>
<li><b>%%</b><b>rbl-cat-db2-5-monstyle%%</b> : Display the last 5 posts with <i>db2</i> categories and format the html table with <i>monstyle</i> css style</li>
<li><b>%%</b><b>rbl-cat-db2,mysql-7-monstyle%%</b> : Display the last 7 posts with <i>db2 or mysql</i> categories and format the html table with <i>monstyle</i> css style</li>
<li><b>%%</b><b>rbl-last-last-5-monstyle%%</b> : Display the last 5 posts and format the html table with <i>monstyle</i> css style</li>
<li><b>%%</b><b>rbl-com-comments-5-monstyle%%</b> : Display the last 5 comments and format the html table with <i>monstyle</i> css style</li>
</ul>
<p>The data displayed for the post are  : title, excerpt, number of comments, modified date<br/><br />
And for the comments : Title, the author and the 60 first  char of the comments</p>
<h2 class="titre2">Exemple</h2>
<p><b>%%</b><b>rbl-tag-java-5-tbl1%%</b><br/><br />
%%rbl-tag-java-5-tbl1%%</p>
<h2 class="titre2">CSS</h2>
<p>You can use a CSS style in the generated table</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.tbl2</span> <span style="color: #00AA00;">&#123;</span>
	FLOAT<span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span> WIDTH<span style="color: #00AA00;">:</span> <span style="color: #933;">40%</span><span style="color: #00AA00;">;</span>
	BORDER-TOP<span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#2020a0</span> <span style="color: #933;">3px</span> <span style="color: #993333;">solid</span><span style="color: #00AA00;">;</span> BORDER-BOTTOM<span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#2020a0</span> <span style="color: #933;">3px</span> <span style="color: #993333;">solid</span><span style="color: #00AA00;">;</span>
	COLOR<span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#2020a0</span><span style="color: #00AA00;">;</span> BACKGROUND-COLOR<span style="color: #00AA00;">:</span> <span style="color: #993333;">transparent</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.tbl2</span> <span style="color: #6666ff;">.r1</span> <span style="color: #00AA00;">&#123;</span> COLOR<span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#2020a0</span><span style="color: #00AA00;">;</span> BACKGROUND-COLOR<span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#f0f0f0</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.tbl2</span> <span style="color: #6666ff;">.r2</span> <span style="color: #00AA00;">&#123;</span> COLOR<span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#2020a0</span><span style="color: #00AA00;">;</span> BACKGROUND-COLOR<span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#d0f0ff</span> <span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<h2 class="titre2">Historique</h2>
<ul>
<li>09/12/2007 : Version 1.01 replace query_posts function by get_results ( bugs ) </li>
<li>08/12/2007 : Version 1.0 plugin creation </li>
</ul>
<h2 class="titre2">Download</h2>
<p class="alertDownload">
<a href="/download.php?type=wp&#038;file=rbl-listtag.zip">rbl-listtag.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.berthou.com/us/2007/12/09/plugin-wordpress-rbl-listtag/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Theme &#8220;Rbl &#8211; Illacrimo&#8221;</title>
		<link>https://www.berthou.com/us/2007/11/22/wordpress-theme-rbl-illacrimo/</link>
		<comments>https://www.berthou.com/us/2007/11/22/wordpress-theme-rbl-illacrimo/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 20:07:11 +0000</pubDate>
		<dc:creator>rberthou</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.berthou.com/us/?p=16</guid>
		<description><![CDATA[News &#8211; Updates 6 december 2007 : Some corrections (bugs and, display problem), widgets modification to add open/close option. Add bottom sidebar. Chose a theme&#8230; After having tested some blog&#8217;s engines (dotclear, drupal, joomla, ..), I chosed WordPress. This choise done I needed to configurate it and chose a theme and plugins. I wanted a [...]]]></description>
				<content:encoded><![CDATA[<p class="titre2">News &#8211; Updates</p>
<p class="alertInfo">
<b>6 december 2007</b> : Some corrections (bugs and, display problem), widgets modification to add open/close option. Add bottom sidebar.
</p>
<p class="titre2">Chose a theme&#8230;</p>
<p>After having tested some blog&#8217;s engines (dotclear, drupal, joomla, ..), I chosed WordPress. This choise done I needed to configurate it and chose a theme and plugins.<br/><br />
<img class="center" src="/_img/rbl_illacrimo.jpg"/><br />
I wanted a theme with the following functions :</p>
<ul>
<li>Fluid Width</li>
<li>3 colums</li>
<li>Widget ready</li>
</ul>
<p>After many tests I select <a href=http://designdisease.com/portfolio/illacrimo/" target="_new">&#8220;Illacrimo&#8221;</a> by <b>Design disease</b> .<br />
I had to do some modifications on this theme to be totally satisfied.<br />
<br/><br />
I made the following modifications :
<ul>
<li>I change the left colum to give him fluid width </li>
<li>I change the left &#8220;date&#8221; colum to include it into the title</li>
<li>Correction of a little bug with WordPress 2.3.x</li>
</ul>
<p>If you do some corrections or modifications in this theme I would be pleased if you send me a copy of it.<br />
<br/><br />
<br/></p>
<p class="titre2">Download</p>
<p class="alertDownload">
<a href="/download.php?type=wp&#038;file=rbl-illacrimo-fr.zip">Rbl &#8211; Illacrimo &#8211; Français</a><br/><br />
<a href="/download.php?type=wp&#038;file=rbl-illacrimo.zip">Rbl &#8211; Illacrimo &#8211; English</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.berthou.com/us/2007/11/22/wordpress-theme-rbl-illacrimo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress add and test external CSS</title>
		<link>https://www.berthou.com/us/2007/11/03/css-wordpress/</link>
		<comments>https://www.berthou.com/us/2007/11/03/css-wordpress/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 21:03:46 +0000</pubDate>
		<dc:creator>rberthou</dc:creator>
				<category><![CDATA[dhtml]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.berthou.com/us/?p=9</guid>
		<description><![CDATA[When I publish a news in my blog I need some CSS styles. To define this in wordpress I use an external css with a simple import tag put in main css file theme (I found no plugin to do this). Code to include an external css in &#8220;theme/yourTheme/style.css&#8221; &#64;import url(&#8220;/myCss/myStyle.css&#8221;); Sample Exemple avec alert [...]]]></description>
				<content:encoded><![CDATA[<p>When I publish a news in  my blog I need some CSS styles. To define this in wordpress I use an external css with a simple import tag put in main css file  theme (I found no plugin to do this).<br/><br />
Code to include an external css in &#8220;theme/yourTheme/style.css&#8221;</p>
<p class="alertCode">
&#64;import url(&#8220;/myCss/myStyle.css&#8221;);
</p>
<hr/>
<p class="titre2">Sample</p>
<p class="alertInfo">Exemple avec alert info Exemple avec alert info  Exemple avec alert info  Exemple avec alert info  Exemple avec alert info  Exemple avec alert info  Exemple avec alert info  Exemple avec alert info  Exemple avec alert info  Exemple avec alert info
</p>
<p class="alertWarning">Exemple avec alert warning Exemple avec alert warning Exemple avec alert warning</p>
<p class="alertLink">Exemple avec alert Link</p>
<p class="alertFeed">Exemple avec alert Feed</p>
<p class="alertCode">Exemple avec alert Code Exemple avec alert Code Exemple avec alert Code Exemple avec alert Code Exemple avec alert Code Exemple avec alert Code Exemple avec alert Code Exemple avec alert Code<br />
Exemple avec alert Code Exemple avec alert Code Exemple avec alert Code<br />
Exemple avec alert Code Exemple avec alert Code
</p>
<p class="titre1">Exemple avec titre1</p>
<p class="titre2">Exemple avec titre2</p>
<p class="titre3">Exemple avec titre3</p>
<p class="titre4">Exemple avec titre4</p>
<p class="titre5">Exemple avec titre5</p>
<p class="titre6">Exemple avec titre6</p>
<p class="titre2">Table &#8220;tbl0&#8243;</p>
<table summary="test" class="tbl0">
<thead class="rh">
<tr>
<th>col1</th>
<th>col2</th>
<th>col3</th>
<th>col4</th>
</tr>
</thead>
<tbody>
<tr class="r1">
<td id="col1">col1</td>
<td>col2</td>
<td></td>
<td id="col99"></td>
</tr>
<tr class="r2">
<td id="col1">col1</td>
<td>col2</td>
<td>col3</td>
<td id="col99">col4</td>
</tr>
<tr class="r1">
<td id="col1">col1</td>
<td class="tdc">col2</td>
<td>col3</td>
<td class="tdr" id="col99">254,52</td>
</tr>
<tr class="r2">
<td id="col1">col1</td>
<td class="tdc">col2</td>
<td>col3</td>
<td class="tdr" id="col99">2.40</td>
</tr>
</tbody>
<tfoot class="rf">
<tr>
<td id="col1">col1</td>
<td class="tdc">col2</td>
<td>col3</td>
<td class="tdr" id="col99">2 545.00</td>
</tr>
</tfoot>
</table>
<hr/>
<p class="titre2">Table &#8220;tbl1&#8243;</p>
<table summary="test" class="tbl1">
<thead class="rh">
<tr>
<th>col1</th>
<th>col2</th>
<th>col3</th>
<th>col4</th>
</tr>
</thead>
<tbody>
<tr class="r1">
<td id="col1">col1</td>
<td>col2</td>
<td></td>
<td id="col99"></td>
</tr>
<tr class="r2">
<td id="col1">col1</td>
<td>col2</td>
<td>col3</td>
<td id="col99">col4</td>
</tr>
<tr class="r1">
<td id="col1">col1</td>
<td class="tdc">col2</td>
<td>col3</td>
<td class="tdr" id="col99">254,52</td>
</tr>
<tr class="r2">
<td id="col1">col1</td>
<td class="tdc">col2</td>
<td>col3</td>
<td class="tdr" id="col99">2.40</td>
</tr>
</tbody>
<tfoot class="rf">
<tr>
<td id="col1">col1</td>
<td class="tdc">col2</td>
<td>col3</td>
<td class="tdr" id="col99">2 545.00</td>
</tr>
</tfoot>
</table>
<hr/>
<p class="titre2">Table &#8220;tbl3&#8243;</p>
<table summary="test" class="tbl3">
<thead class="rh">
<tr>
<th>col1</th>
<th>col2</th>
<th>col3</th>
<th>col4</th>
</tr>
</thead>
<tbody>
<tr class="r1">
<td id="col1">col1</td>
<td>col2</td>
<td></td>
<td id="col99"></td>
</tr>
<tr class="r2">
<td id="col1">col1</td>
<td>col2</td>
<td>col3</td>
<td id="col99">col4</td>
</tr>
<tr class="r1">
<td id="col1">col1</td>
<td class="tdc">col2</td>
<td>col3</td>
<td class="tdr" id="col99">254,52</td>
</tr>
<tr class="r2">
<td id="col1">col1</td>
<td class="tdc">col2</td>
<td>col3</td>
<td class="tdr" id="col99">2.40</td>
</tr>
</tbody>
<tfoot class="rf">
<tr>
<td id="col1">col1</td>
<td class="tdc">col2</td>
<td>col3</td>
<td class="tdr" id="col99">2 545.00</td>
</tr>
</tfoot>
</table>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>https://www.berthou.com/us/2007/11/03/css-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
