| · | Overlapping objects (excluding rectangles) are not supported and will be ignored
|
| · | HTML 3.2 does not provide lines, these are generated as graphics by the export module. This is however only true for exactly vertical and horizontal lines, all diagonal lines are ignored.
|
| · | Rectangles cannot have borders and transparent rectangles (with or without borders) are ignored.
|
| · | The decimal tab in text objects and tables is set to "align right".
|
| · | Tabs and multiple empty carriage returns are not supported.
|
| · | The option "word wrapping" in text objects and table columns is always activated in HTML (even if "clipping" was selected in the designer.
|
| · | Table borders cannot be converted to HTML correctly: Properties are valid either for the entire table or the table is shown with horizontal borders only.
|
| · | Thus the table object option "draw separator through" is not directly supported.
|
| · | In table rows the indent for first lines is ignored if activated.
|
| · | The table option "fixed size" is not supported.
|
| · | The chart object is exported as an image and may therefore not be shown as transparent.
|
| · | RTF formatted text is converted to HTML code by an RTFParser which will interpret the most important paragraph and character formatting and convert these accordingly. Extended formatting, such as automatic text numbers as well as embedded objects and graphics are not supported and thus ignored.
|
| · | Borders around text objects are not supported.
|
| · | Setting a font for texts (<font FACE="...">)
|
| · | "Turning off" page margins for HTML pages: <body TOPMARGIN=0 LEFTMARGIN=0 which is Internet Explorer specific starting with Internet Explorer version 2.0
|
| · | <body TMARGINHEIGHT=0 MARGINWIDTH=0 is Netscape specific from Netscape version 3.0
|
| · | The forced total height of a table (<table border=0 width=793 HEIGHT=793 ...>)
|
| · | The background color for cells (<td BGCOLOR="#efefef">)
|
| · | The definition of a color for a table grid (<table BORDERCOLOR="#ff0000">) is Internet Explorer specific as of Internet Explorer version 3.0
|
| · | The definition of the line color for horizontal table lines (<hr COLOR="#ff0000">) is Internet Explorer specific as of Internet Explorer version 3.0
|
| · | If an HTML object is not exported as an image but as an HTML text, then the text of the object which is between the <BODY> and </BODY> tags is embedded in the resulting export file. The following restrictions will apply:
|
| · | Cascading stylesheets are not supported
|
| · | Page formatting such as margins, backgroundcolors, etc. is lost
|
| · | HTML does not provide scaling. Thus the layout of the resulting export file may differ significantly from the layout defined in the designer. Especially if e.g. the HTML object there includes a complete HTML page but the object size was scaled down.
|
| · | Even if the HTML object causes a page break, the resulting object will be output to a single page and a single file. The page break is simply ignored.
|
| · | Embedded scripts may be lost.
|
| · | RTF text that is rotated is not supported.
|