I have the following code:
<table class="TblReporte" border="1" cellSpacing="1" cellPadding="2" align="center">
<tr>
<td align="center">RETIRO</td>
<td colspan="2" align="center">CAJA GENERAL</td>
<td colspan="2" align="center">RETIRO SUCURSAL</td>
</tr>
<tr>
<td border="1">NOMBRE DEL CLIENTE</td>
<td border="1">OPERACIONES</td>
<td border="1">MONTO</td>
<td border="1">OPERACIONES</td>
<td border="1">MONTO</td>
<td border="1">COMENTARIO O JUSTIFICANTE</td>
</tr>
</table>
Columns charge them by Database , in the comments column I need to add a lot of information but, when doing so, the table expands too much, causing a ScrollBar
to appear, for example:
I need something like this: