Bonjour,

J'ai besoin de créer un encadrement en css, j'utilise un module d'encadrement avec des images gifs présenté comme suit :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
 
		                <td width="11"><img src="../images/borders/maingrey_01.gif" width="11" height="16" alt=""></td>
      		          <td background="../images/borders/maingrey_02.gif"><img src="../images/borders/maingrey_02.gif" width="24" height="16" alt="" ></td>
            		    <td width="19"><img src="../images/borders/maingrey_03.gif" width="19" height="16" alt=""></td>
         		     </tr>
         		     <tr>
		                <td background="../images/borders/maingrey_04.gif"><img src="../images/borders/maingrey_04.gif" width="11" height="21" alt=""></td>
Je souhaiterai en fait remplacé les gifs par de simple trait horizontaux et verticaux. J'ai entendu parlé de la balise HR, mais celle-ci ne fait que des traits horizontaux. J'ai une connaissance proche de zéro. Comment puis je faire?