Uploaded image for project: 'Jalview'
  1. Jalview
  2. JAL-1341

better formatting of wrapped html output of alignment in JalView

    XMLWordPrintable

    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.

        Attachments

          Issue Links

            Activity

              People

              Assignee:
              jprocter James Procter
              Reporter:
              anton Anton Feenstra
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Dates

                Created:
                Updated: