Bonjour,
je m'arrache les cheveux.....
j'ai le code html pour insérer un tableau dans un article joomla. Seulement voilà je n'arrive pas à obtenir la largeur de la deuxième colonne mon tableau (de 1094 lignes). Je ne comprends pas ce qui cloche :
Systématiquement, ma colonne 2 fait 750 px
Un grand merci si qulequ'un a une idée...
je m'arrache les cheveux.....
j'ai le code html pour insérer un tableau dans un article joomla. Seulement voilà je n'arrive pas à obtenir la largeur de la deuxième colonne mon tableau (de 1094 lignes). Je ne comprends pas ce qui cloche :
Code HTML:
<table BORDER="1" BORDERCOLOR="#000000" CELLPADDING="5" CELLSPACING="0" STYLE="page-break-before: always" WIDTH="647"> <tr VALIGN="TOP"> <td COLSPAN="2" WIDTH="45"> <ol> <li> <p ALIGN="JUSTIFY"></p> </li> </ol> </td> <td WIDTH="66"> <p ALIGN="JUSTIFY">xxxxx</p> </td> <td WIDTH="160"> <p ALIGN="LEFT" STYLE="margin-top: 0.42cm; font-weight: normal"> <font FACE="Calibri, sans-serif"><font SIZE="1" STYLE="font-size: 8pt"> xxxxxxxxxxxxxxxxx</font></font></p> </td> <td WIDTH="37"> <p ALIGN="LEFT" STYLE="margin-top: 0.42cm; font-weight: normal"> <font FACE="Cambria, serif"><font SIZE="1" STYLE="font-size: 8pt">p.224</font></font></p> </td> <td WIDTH="339"> <p ALIGN="JUSTIFY">xxxxxxxxxxxxxxxxxxxxxxxxxx</p> </td> </tr> <tr VALIGN="TOP"> <td COLSPAN="2" WIDTH="45"> <ol START="2"> <li> <p ALIGN="JUSTIFY"></p> </li> </ol> </td> <td WIDTH="66"> <p ALIGN="JUSTIFY">yyyyyyyyyyyy</p> </td> <td WIDTH="160"> <p ALIGN="LEFT" STYLE="margin-top: 0.42cm; font-weight: normal"> <font FACE="Calibri, sans-serif"><font SIZE="1" STYLE="font-size: 8pt"> yyyyyyyyyyyyyyyyyyyyy</font></font></p> </td> <td WIDTH="37"> <p ALIGN="LEFT" STYLE="margin-top: 0.42cm; font-weight: normal"> <font FACE="Cambria, serif"><font SIZE="1" STYLE="font-size: 8pt">p.106</font></font></p> </td> <td WIDTH="339"> <p ALIGN="JUSTIFY">yyyyyyyyyyyyyyyyyyy</p> </td> </tr>
Un grand merci si qulequ'un a une idée...