Hi This is my first post in this forum. I am the developer of a scientific program which has about 60 users per day and consider to export the program output to OpenOffice in form of Html. Export to MS-Office and Web-Browsers already works this way. However, it seems that CSS is not completely implemented in OpenOffice yet. Therefore I am looking for a Work-around.
The program output consists of text lines where all letters have the same character size (monospaced). In this example one line consists of letters 'A' and the other of letters 'I'. Between theses normal text lines are one or more lines looking like underlinings of different color. In this example "---.... Since these lines are color filled I could use white space but because of a bug in IE I use "-"-characters. These underlinings are unconventionally implemented as color-filled text-lines of small height (here 23%). Since the characters have the normal width, the position of the underlining matches exactly to the text-line. That means the underlinings can be placed under particular text positions. This works nicely in Web-Browsers and MS-Word. Unfortunately in OpenOffice, these text lines which serve as underlinings are displayed in full height instead of the reduced heigtht specified in CSS. Has anybody an idea how to solve this problem? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
