Page 1 of 1

HTML Position absolute

Posted: Thu Apr 07, 2011 2:41 am
by StimFan
Hi everyone,

I have a little problem. In my report I have a text. And the first Letter of the Text is include in grey behind this Text (3 times bigger).
When rendered to PDF everything's ok, but in HTML the big letter is above the text, like here:
Image

Hope someone knows a solution.

Regards,

StimFan

HTML Position absolute

Posted: Thu Apr 07, 2011 6:26 am
by Alex K.
Hello,

For a previewing a designer you can set the following option

Code: Select all

StiOptions.Designer.PreviewHtmlExportMode = StiHtmlExportMode.Div;
For WebViewer, due to some restrictions, it is impossible to do.

Thank you.

HTML Position absolute

Posted: Fri Apr 08, 2011 12:33 am
by StimFan
Thank you very much.

Too bad this won't work in WebViewer. So I have to make a picture out of it. Fortunately the text is fixed and not dynamic.

Regards,

StimFan

HTML Position absolute

Posted: Fri Apr 08, 2011 1:22 am
by Alex K.
Hello,

Let us know if you need any additional help.

Thank you.

HTML Position absolute

Posted: Fri Apr 08, 2011 1:55 am
by Andrew
Hello,

Also a text should be correctly shown in WebViewerFx.

Thank you.