Details
-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
The wrapped html output of an alignment in JalView is one big table. For nice presentation, e.g. as supporting information to a paper, it is much better to have separate wrapped rows formatted as separate tables. Additionally, it would be good if these would be aligned with page-breaks as well, which is trivially done by adding
<style>
@media print
{
table {page-break-after:always}
}
</style><BODY>
to the html output.
<style>
@media print
{
table {page-break-after:always}
}
</style><BODY>
to the html output.
Attachments
Issue Links
- related with
-
JAL-1469 SVG output for figure export
- Closed