Index du Forum » » Bugs, Probs ...

Auteur

Non prise en compte des tableaux
skippy
420      
 

  Posté : 18-11-2009 11:01

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

http://www.npds.org/viewtopic.php?topic=24586&forum=1