Normal :
<table width="150" border="1" cellspacing="0" cellpadding="2">
<tr>
<td>Mon texte va à la ligne </td>
<td>Mon texte va à la ligne </td>
</tr>
</table>
<div style="width:150px; border:1px solid green">
white-space white-space
white-space
white-space
</div>
.identifiant{white-space:nowrap}
<table width="150" border="1" cellspacing="0" cellpadding="2">
<tr>
<td>Mon texte va à la ligne</td>
<td style="white-space:nowrap">Mon texte va à la ligne white-space : nowrap</td>
</tr>
</table>
.identifiant{white-space:pre}
<div style="white-space:pre; width:150px; border:1px solid green">
white-space white-space
white-space
white-space
</div>
Normal :
| Mon texte va à la ligne | Mon texte va à la ligne |
| Mon texte va à la ligne | Mon texte va à la ligne white-space : nowrap |
