Skip to Content
0
Former Member
Apr 06, 2009 at 02:06 PM

HTML Interpretation Behavior

45 Views

I'm using CR2008. I would like for users of my windows app to be able to add a note or message in my app using an HTML editor. I would like to either display that message in a Crystal Report or as a web page.

I am trying to view a very simple line of HTML text:

<span style="font-size:45px; font-family:Magneto;">Hello World<span>

Crystal does not apply the font-family tag to the text. If I were to adjust the HTML like this :

<span style="font-family:Magneto; font-size:45px;">Hello World<span>

Crystal now does not apply the font-size. Both cases are able to dispaly correctly in a browser.

This seems to be a bug.

Anyone have any clues on why the HTML Text Interpretation has trouble with this?

Edited by: Greg Prost on Apr 14, 2009 5:42 PM