website logo
Auteur
avatar
skippy

Forum » » Bugs, Probs ... » » Non prise en compte des tableaux


Posté : 18 nov. 2009 à 11:01 icone du post

Hello,

Il faut oublier les tableaux maintenant
Cela se fait avec des div, en css

Il nous faudrait le code pour voir...

Normalement ton tableaux devrait être ainsi (c'est un exemple)


<table width="850px">
  <tr>
     <td width="800px">ton texte.....</td>
     <td width="50px">ton image......</td>
  </tr>
</table>



Sinon en div

<div style="width:850px">
   <div style="width:850px">ton texte.....</div>
   <div style="width:50px">ton image......</div>
</div>


Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=24586&forum=1