Bonjour,
Je cherche à sauver un fichier HTML en .doc
Je le renomme tout va bien.
Par contre je n'arrive pas à supprimer le bord sur cette page :-(
Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
<style>
.c0 {background-color: #FFFFFF;color: #000000;font-size:8pt;font-family: Tahoma;vertical-align: top}
</style>
<table border="1" cellspacing="0" cellpadding="0"  width="100%">
<tr>
<td class="c0" nowrap="nowrap">CALCIUM</td>
</tr>
</table>

Par quoi remplacer <table>... pour supprimer le bord de la page???
Rien trouvé

Merci pour vos idées
PhilLu