Buenas,
Tengo esta tabla, generada por html:
El código de una fila es este:
Código HTML:
Ver original <td style='background:#ccc;'>7192-18
</td> <td style='text-align:right;background:#afd8f9;'>81:20h
</td> <td style='text-align:right;background:#afd8f9;'>26,13%
</td> <td style='text-align:right;background:#afd8f9;'>79:33h
</td> <td style='text-align:right;background:#afd8f9;'>25,48%
</td> <td style='text-align:right;background:#afd8f9;'>149:42h
</td> <td style='text-align:right;background:#afd8f9;'>48,06%
</td> <td style='text-align:right;background:#afd8f9;font-weight:bold;'>310:35h
</td> <td style='text-align:right;background:#c9ead8;'>49.692,74€
</td> <td style='text-align:right;background:#c9ead8;'>70,88%
</td> <td style='text-align:right;background:#c9ead8;'>883,83€
</td> <td style='text-align:right;background:#c9ead8;'>1,26%
</td> <td style='text-align:right;background:#c9ead8;'>19.529,59€
</td> <td style='text-align:right;background:#c9ead8;'>27,86%
</td> <td style='text-align:right;background:#c9ead8;font-weight:bold;'>70.106,16€
</td> <td style='text-align:right;background:#f5cbd6;font-weight:bold;'>8.829,08€
</td> <td style='text-align:right;background:#f5cbd6;font-weight:bold;'>5,00%
</td> <td style='text-align:right;background:#eff7aa;font-weight:bold;'>6.792,46€
</td> <td style='text-align:right;background:#eff7aa;font-weight:bold;'>3,85%
</td>
Por pantalla se ve bien, pero cuando quiero imprimir, la primera columna, debido al guión, la imprime en dos filas.
No es por cuestión de espacio. Puedo reducir el tamaño de la fuente para que ocupe la mitad de la página y hace lo mismo.
Alguien sabe como puedo evitar este salto de linea?
Gracias