J'ai code comme ceci:
tableau Html largeur
<table width="625px">
<tr style="background-color:#CCC; font-size:14px;">
<td style="padding:8px; color:#333"><center><?=stripslashes($arr['signature']);?> </center></td>
</tr>
Si $arr['signature']
est une longue chaîne, comme ce gjuytfdcrtrfdscvythgfvtfdgtrfdvbgfvcfgbdc
la largeur ne contribue pas et il va très large. Comment puis-je empêcher cela?
fait que cette réponse m'a aidé, merci. –