Bonsoir à tous,

Voila je suis entrain de développer un site web et j'aimerais qu'il soit aux normes strict du W3. Je sais que pour cela il faut mettre tout pour la mise en page dans les feuilles de styles. Les align, width etc sont donc interdit...Seulement voila je ne vois pas trop comment insérer certaines choses dans les feuilles de style...J'aurais besoin d'un petit coup de pouce, pour le départ comme on dit...Si vous pouvez me montrer qu'elle serait la feuille de style ( en gros ) correspondant à ce petit bou de code...Merci d'avance.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
<table width="80%" border="0" cellspacing="0" cellpadding="0">
  <tr valign="top"> 
    <td width="24"> 
      <div align="center"><img src="images/h_bg.jpg" width="24" height="106" alt=""/></div></td>
    <td class="backgroundextern"> <div align="right"><img src="images/h_pg.jpg" width="58" height="106" alt=""/></div></td>
    <td class="backgroundintern"> <div align="center"><img src="images/logo.jpg" width="345" height="65" alt=""/></div></td>
    <td class="backgroundextern"> <div align="left"><img src="images/h_pd.jpg" width="58" height="106" alt=""/></div></td>
    <td width="28"> 
      <div align="center"><img src="images/h_bd.jpg" width="28" height="106" alt=""/></div></td>
  </tr>
</table>