Dépoussiérer un code

nabil -  
 Achillion -
Bonjour, Bonsoir, :p

Voila j'ai repris le site d'un amis.
C'est un site très simple, avec un code de départ (voir plus bas) pour faire des news :
https://imageshack.com/

Mon problème et que je ne mis retrouve pas; le code est compacte et j'ai pris l'habitude d'avoir de l'espace dans mes balises pour avoir une vison d'ensemble

<!-- 1 BLOCK -->
<table border="0" align="center" width="100" cellspacing="0" cellpadding="0">
<tr> <td width="100%"><img height="15" src="img/spacer.gif" width="15" border="0">
<table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="2%">
<img border="0" src="img/top_left.gif" width="18" height="23"></td>
<td width="78%" background="img/top_bg.gif">
<font size="1" face="Verdana" color="#FFFFFF"><b>Réouverture du site !</b>
</font></td> <td width="20%" background="img/top_bg_2.gif">
<p align="center"><i><font size="1" face="Verdana" color="#000000">Novembre 2010</font></i></td>
<td width="1%"><img border="0" src="img/top_right.gif" width="8" height="23"></td> </tr> </table> </td> </tr> <tr>
<td width="100%" background="img/middle.gif">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr> <td width="1%"><img height="10" src="img/spacer.gif" width="19" border="0">
</td> <td width="98%"> <table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr> <td width="100%"><font color="#000000" size="1" face="Verdana"><br>
<i><img style="border: none;" alt="icone" src="news/data/emoticons/icone-event.gif" /> Catégorie : Categorie</i></font><font size="1" face="Verdana"><br> <br>
<font color="#000000"><img src="img/journaliste.gif" border="0" align="right"><br /><b>
TEXTE DE LA NEWS</font></font></td> </tr> <tr> <td width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr>
<td width="61%"> <p align="right"><font size="1" face="Verdana" color="#333333">
<br> <!-- no full story--></font><font face="Verdana" size=1></font> </td> </tr> </table> </td> </tr> </table>
</td> <td width="1%"><img height="10" src="img/spacer.gif" width="19" border="0"></td>
</tr> </table> </td> </tr> <tr> <td width="100%">
<img border="0" src="img/bottom_200761118355.gif" width="505" height="20"></td> </tr> </table>
<!-- BLOCK 1 -->


J'aimerai bien que les partie sois délimiter :s Merci d'avance

1 réponse

  1. Achillion
     
    <table border="0" align="center" width="100" cellspacing="0" cellpadding="0">
    <tr>
    <td width="100%">

    <img height="15" src="img/spacer.gif" width="15" border="0">

    <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
    <td width="2%">

    <img border="0" src="img/top_left.gif" width="18" height="23">

    </td>

    <td width="78%" background="img/top_bg.gif">
    <font size="1" face="Verdana" color="#FFFFFF">

    <b>Réouverture du site !</b>

    </font>
    </td>

    <td width="20%" background="img/top_bg_2.gif">
    <p align="center">
    <i><font size="1" face="Verdana" color="#000000">Novembre 2010</font></i>
    </td>

    <td width="1%">
    <img border="0" src="img/top_right.gif" width="8" height="23">
    </td>
    </tr>
    </td>
    </tr>
    </table>

    <table>
    <tr>
    <td width="100%" background="img/middle.gif">

    <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
    <td width="1%">

    <img height="10" src="img/spacer.gif" width="19" border="0">
    </td>

    <td width="98%">

    <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
    <td width="100%">
    <font color="#000000" size="1" face="Verdana"><br>

    <i><img style="border: none;" alt="icone" src="news/data/emoticons/icone-event.gif" /> Catégorie : Categorie</i></font>

    <font size="1" face="Verdana"><br> <br>
    <font color="#000000">
    <img src="img/journaliste.gif" border="0" align="right"><br />

    <b>TEXTE DE LA NEWS</font>
    </font>
    </td>
    </tr>

    <tr>
    <td width="100%">

    <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
    <td width="61%">
    <p align="right">
    <font size="1" face="Verdana" color="#333333">
    <br>
    <!-- no full story-->
    </font>

    <font face="Verdana" size=1></font>
    </td>
    </tr>
    </table>

    </td>
    </tr>
    </table>

    </td>
    <td width="1%">
    <img height="10" src="img/spacer.gif" width="19" border="0">
    </td>
    </tr>
    </table>

    </td>
    </tr>
    <tr>
    <td width="100%">

    <img border="0" src="img/bottom_200761118355.gif" width="505" height="20">
    </td>
    </tr>
    </table>

    ps : j'ai corrigé deux erreurs (pas très importantes, mais quand même...).
    p-ps : ce code est obsolete, il faudrait le changer en utilisant du CSS, On n'utilise plus les tableaux pour une mise en page aussi complexe.
    0