Hello,
“white-space: nowrap;” in a cell within an HTML table I use it but it doesn’t work
<table>
<tr>
<td> </td>
<td style="white-space: nowrap;">
<div style="float: left;">Previous text</div>
<div style="float: right;">Next text</div>
</td>
<td> </td>
</tr>
</table>