CODE
<table border='0' width='100%'><tr><td valign='top' width='{$size}%'>
{php}
include("catcol.php");
{/php}
</td>
{php}
include("catcol.php");
{/php}
</td>
par celui-ci qui donne 2 colonnes dont une qui affiche la même chose que la précédente et l'autre où je peux mettre ce que je veux , ces colonnes sont sur la même ligne et côte à côte
CODE
{if $index_catid==0}
<!-- If we are on frontpage -->
<!-- This section creates the left column of the two, which includes the categories -->
<table border='0' width='40%'>
<tr>
<td valign='top' width='40%'>
{php}
include("catcol.php");
{/php}
</td>
<td valign="top" width="30%">
<!-- This section creates the Right column of the two, which includes whatever you want to say -->
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="box">
<tr>
<th>RIGHT COLUMN: THIS IS THE HEADING FOR THE RIGHT COLUMN</th>
</tr>
<tr>
<td height=440 align=left>RIGHT COLUMN: THIS IS THE BODY FOR THE RIGHT COLUMN
</td></tr>
</table>
{else}
{if $catname}
<h2>{$catname}</h2>
{/if}
<table border='0' width='100%'><tr><td valign='top' width='100%'>
{php}
include("catcol.php");
{/php}
</td>
<td valign="top" width="30%">
{/if}
<!-- If we are on frontpage -->
<!-- This section creates the left column of the two, which includes the categories -->
<table border='0' width='40%'>
<tr>
<td valign='top' width='40%'>
{php}
include("catcol.php");
{/php}
</td>
<td valign="top" width="30%">
<!-- This section creates the Right column of the two, which includes whatever you want to say -->
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="box">
<tr>
<th>RIGHT COLUMN: THIS IS THE HEADING FOR THE RIGHT COLUMN</th>
</tr>
<tr>
<td height=440 align=left>RIGHT COLUMN: THIS IS THE BODY FOR THE RIGHT COLUMN
</td></tr>
</table>
{else}
{if $catname}
<h2>{$catname}</h2>
{/if}
<table border='0' width='100%'><tr><td valign='top' width='100%'>
{php}
include("catcol.php");
{/php}
</td>
<td valign="top" width="30%">
{/if}
Quelqu'un peut il me dire comment faire pour qu'il y est 3 colonnes car je ne sais pas comment faire , même le code ci dessus je l'ai trouvé mais pas créer
Merci d'avance
