How to stop text from make the table width longer and
make a new line insted
How to stop text from make the table width longer and
make a new line insted
Set a table width:
<table width="50%">
...
</table>
Width is also applicable to <td>
.
Other than that, you may also want to take a look at CSS.