texte encadré
Posté : 11 août 2009, 13:18
Voila un code qui ne marche pas .... je ne sais pas pourquoi :
Code qui marche :
@+ Thegritch
<style type="text/css">
.bordure{
border-width: 1px;
border-style: solid;
border-color: #000000;
}
</style>
<div class="bordure">toto</div>
Code qui marche :
<div style="border-width: 1px; border-style: solid; border-color: #000000;">toto</div>
Si vous avez des idées je suis preneur !!@+ Thegritch