To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=99259 Issue #|99259 Summary|css attribut is ignored line-height: 23% Component|Word processor Version|OOO300m9 Platform|PC URL|http://3d-alignment.eu/ OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|open-import Assigned to|writerneedsconfirm Reported by|christo00
------- Additional comments from [email protected] Mon Feb 16 11:05:57 +0000 2009 ------- Background: In a protein sequence alignment evolutionary equivalent amino acid letters are written above each other. See http://en.wikipedia.org/wiki/Sequence_alignment Position specific features are underlinings of the amino acid letters. Sequence alignments are generated by programs as html or PDF. With the recent improvements of Wysiwyg text processors, it is possible to load the CSS/HTML directly into the MS-Word. It would be nice if also open office could interpret this correctly. The only problem in open office is the vertical line spacing. The line with the underlinings class="ftr" line should be thin but has the standard height. Opera, Konquerer, Firefox and MS-Word are able to interpret the "line-height: 23%;" style attribute. It would be great if ooffice could do this as well. The free program http://3d-alignment.eu/ is used by 300 users each day world wide. The number of users doubles each year. Half the users run Linux and do not have access to MS-Word. Many thanks Christoph Gille <html> <head> <style type="text/css"> PRE.ftr{ margin:0; line-height: 23%; font-weight: bolder; overflow: hidden; } PRE { font-family: monospace,monosize; } .seq{ margin-top: 0mm; margin-bottom: -0.4mm; } </style> </head> <body> <pre class="seq">AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</pre> <pre class="ftr"> ------- ------ ---------- ------</pre> <pre class="ftr"> ---- ------ ---------- ------ </pre> <pre class="seq">IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII</pre> </body> </html> --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
