HTML text not showing properly in CR 11

I am trying to display the html text in the crystal report but the first screen shot displays something ugly text interpretation:
But when i change the text interpretation to HTML then instead of showing nice html tags like ul, li AND table tags it is not recognizing the html tags at all
is there any way to display the html nicely???????

Not all HTML tags are supported by CR.
Per KB 1657131, the supported HTML tags in CR2008 and later are:
html
body
div (causes a paragraph break)
tr (causes only a paragraph break; does not preserve column structure of a table)
span
font
p (causes a paragraph break) 
br (causes a paragraph break)
h1 (causes a paragraph break, makes the font bold & twice default size)
h2 (causes a paragraph break, makes the font bold & 1.5 times default size)
h3 (causes a paragraph break, makes the font bold & 9/8 default size)
h4 (causes a paragraph break, makes the font bold)
h5 (causes a paragraph break, makes the font bold & 5/6 default size)
h6 (causes a paragraph break, makes the font bold & 5/8 default size)
center
big (increases font size by 2 points)
small (decreases font size by 2 points if it's 8 points or larger)
b
i
s
strike
u
strong
ol (ordered list)
ul (unordered list)
li (list item)
-Abhilash

Similar Messages

  • CSS Issues , HTML text not rendering properly

    I've loaded and parsed some xhtml in my DataManager class that is validated against the W3C strict dtd.I'm pushing certian bits of this into public arrays in my DataManager. My ContentManager, calls to the DataManager, and is returned a corresponding data set ,  instantiates a new GenericSection , and passes in the array as an argument in the constructor.
    var targetData : Array = new Array();
    targetData = DataManager.getInstance().returnAboutData();
    var targ : String = targetData[0].toString();
    var targFormat : String = targ.slice( ( targ.indexOf( '">' , 0 ) + 2 ) , ( targ.lastIndexOf( '/p>' , 0 ) - 3 ) );
    var newSection : GenericContent = new GenericContent( targFormat );                   
    newSection.publicId = ind;
    contentContainer.addChild( newSection );
    The output of formatTarg is :
    The purpose of this site is to serve as an online portfolio and work reference. I am a 28 year old WEB/INTERACTIVE developer who has worked in the Los Angeles and Greater Orlando areas since 2004. I specialize in
      <span class="bulletText">ADOBE FLASH</span>
      <span class="bulletText">FLASH ANIMATION</span>
      <span class="bulletText">ACTIONSCRIPT 2.0/3.0</span>
      , and
      <span class="bulletText">ACTIONSCRIPT PROJECTS IN FLEX</span>
      . The client links listed above will provide several examples of media that I developed for the web. Please select the ACTIVE TEXT to the right of the PROJECT LINK heading in each section , if available ,  to view the site.
    My GenericContent class i linked to a movieclip in the library , with one dynamic textfield, with the following settings :
    instanceName : sectionText;
    anti-aliasing : for readability;
    embed : uppercase , lowercase , numerals , and puncutation
    behavior : muliline
    render as html : selected( true );
    sectionText is declared as a public var in the GenericContent instance.
    I have tried applying styles as such :
    private var css                    :            StyleSheet;
    private var cssDeclarations            :            String;
    css = new StyleSheet();
    var bulletText : Object = new Object(); 
    bulletText .fontSize = 20; 
    bulletText .fontWeight = "bold"; 
    bulletText .color = "#336699"; 
    bulletText .leading = 12;
    css.setStyle( ".bulletText ", bulletText  );
    sectionText.wordWrap = true;
    sectionText.embedFonts = true;
    sectionText.styleSheet = css;
    sectionText.htmlText = contentText;
    and
    css = new StyleSheet();
    cssDeclarations = ".bulletText{font-size:12px;color:#FFFF00"};
    css.parseCSS(cssDeclarations);
    sectionText.wordWrap = true;
    sectionText.embedFonts = true;
    sectionText.styleSheet = css;
    sectionText.htmlText = contentText;
    The html is not being rendered properly , the tags themselves do not show up , but no style is being applied. Any ideas , or perhaps a better approach ? thanks !

    Upon further investigation i figured out what was wrong.
    This property :
    bulletText .fontWeight = "bold";
    was causing my text to not render because bold character weren't used within the symbol associated with the class. By removing that and cleaning up the code a bit ,
    var span : Object = new Object(); 
    span.fontSize = 12; 
    span.color = "#336699";
    css = new StyleSheet();
    css.setStyle( ".bulletText", span );
    sectionText.styleSheet = css;           
    sectionText.htmlText = contentText;
    it rendered semi correctly , except with erronious line breaks , the solution for that was to , remove any instances of "/n" from the contentText string before setting the sectionText , done like this :
    var pattern : RegExp = /\n/g;
    contentText = contentText.replace( pattern , "" );
    now it looks great !

  • Myanmar Burmese text not showing properly on Richtextbox c#

    Hello
    Can't get Myanmar Burmese text to display properly on Richtextbox c#, I get some boxes instead of real text, any advise ?
    I’ve already tried several fonts without success, unless there is a font, that I don't know about, or is not installed in the system by default... 
    Regards.
    Bruno

    The resulttext function assigns or retrieves the text
    to and from the resultbox, the aligntext aligns text in the richtextbox
    according to the language like Arabic needs right to left orientation:
    // set text in resultbox and aligns it depending on language
    public string ResultText
    get { return ResultTextBox.Text; }
    set
    ResultTextBox.Text = value;
    alingtext(ResultTextBox, false);
    Nothing extraordinary only the Myanmar does not work other languages work fine some languages need a specific font to work with like for instance : Romanian needs Arial to be the
    default font. So I think this is a font problem, not encoding… any clue ?

  • HTMl Signature not showing properly when reply/forward a message.

    Hi
    I am a new user of Outlook 2013, I have a HTML signature which worked properly in Outlook 2010.
    The signature also work properly in Outlook 2013, when I am sending a new message, but the problem arise when I try to reply/forward a message. My replied/forwarded message came to right side. Which should be under my email signature.
    Can anyone help me for resolve the issue.
    Thanks for your time
    Kind Regards
    Sayem

    Hi,
    From the description, when you reply/forward an email, the signature appears under the quoted email, am I correct?
    Have you tried open Outlook in safe mode and test again? Press Windows key + R to open the Run command, type
    outlook /safe and press Enter.
    In addition, please try recreating the signature and test again.
    Please let me know the result.
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Text not showing properly in Internet Explorer

    I am in the process of redeveloping a website for a client. My text is not cooperating in  internet explorer. The url is www.ragrouponline.com.Please complare it with Firefox and IE. What is cause this difference?

    try remove the <br />s and ajust the text just with the size of the table
    Bolt Assessoria Empresarial

  • Arabic text not showing properly (chat & presenter)

    Hi,
    We’ve two issues with Arabic text:
    1- In the chat window when you type a sentence (say
    السلام
    عليكم
    ورحمة الله it
    appears backward الله
    ورحمة
    عليكم
    السلام)
    2- When using Presenter in PowerPoint any Arabic word when
    exported appears in reverse and the letters disjointed.
    Thanks

    Hello, you can use this service http://www.awebfont.ir/convert/
    just type your text and click on "تبدیل" then copy and paste text into every program that not support Persian or Arabic language. this service support Farsi, Arabic, Pashto and Dari languages.
    More into: http://awebfont.ir/Persian-Glyphs-Converter

  • Anychart labels not showing properly..

    Hi all...
    Anychart Version: 5.1.2
    I have a bar simple bar chart which calculates surgeons and their percentage of surgeries.
    x axis: surgeon name (labels rotated to 90 degrees)
    y axis: percentage
    If i am just showing 10 surgeons it is showing properly.
    But if am trying to show all the surgeons (around 100 surgeons on x axis).
    The Flash chart x axis labels are not showing properly
    In this thread..Austin suggested to increase the width of the chart
    APEX Flash Chart labels not displaying
    If i increase the width the labels are showing properly. But the chart looks so ugly with huge width. Is there any other way to show the labels properly
    without incresing the chart width
    In Mozilla filefox i checked the XML returned. In the XML it is showing the labels but in the chart
    it is not showing up.
    Sample X axis..
    The X axis is looking like this..
    s s
    u u
    r r
    g g
    e e
    o o
    n n
    1 3
    It is not showing the "surgeon 2" which is between 1 and 2
    This is custom XML that i am using..
    <anychart>
    <margin all="1"/>
    <settings>
    <animation enabled="true"/>
    </settings>
    <charts>
    <chart use_anychart3_data_model="true" use_sets_colors="false">
    <chart_settings>
    <title enabled="True" vertical_padding="30">
    <font bold="True" size="15" />
    <text>Death by Surgeon</text>
    </title>
    <subtitle enabled="True">
    <background enabled="false" />
    <font bold="False" size="15" />
    <text>Arranged by Increasing Annual Rate of Procedure</text>
    </subtitle>
    <footer enabled="true" align="Center" padding="30">
    <background enabled="false" />
    <font bold="False" size="12" color="Red"/>
    <text><![CDATA[Notice: This report generated considered privileged and confidential. &APP_TIME_STAMP.]]></text>
    </footer>
    <axes>
    <y_axis>
    <title><text>Percentage</text></title>
    <labels>
    <format>{%Value}{numDecimals:0}</format>
    </labels>
    </y_axis>
    <x_axis tickmarks_placement="Center">
    <title><text>Surgeon</text></title>
    <labels rotation="90"/>
    </x_axis>
    </axes>
    </chart_settings>
    <data_plot_settings default_series_type="Bar">
    <bar_series>
    <tooltip_settings enabled="True">
    <format>
    {%SeriesName}{numDecimals:2,thousandsSeparator:}
    {%YValue}{numDecimals:2}%
    </format>
    </tooltip_settings>
    <bar_style>
    <states>
    <normal>
    <fill color="%Color"/>
    <border color="DarkColor(%Color)" thickness="1"/>
    </normal>
    <hover>
    <fill color="LightColor(%Color)"/>
    <border thickness="2"/>
    </hover>
    </states>
    </bar_style>
    </bar_series>
    </data_plot_settings>
    #DATA#
    </chart>
    </charts>
    </anychart>please help me to solve this

    Hi,
    100 columns is a lot of columns. I understand why you are having this issue. I think you have two options here:
    First, you could use a scrolling chart.
    your x-axis custom XML would look something like:
    <x_axis tickmarks_placement="Center">
    <title><text>Surgeon</text></title>
    <labels rotation="90"/>
    <zoom enabled="true" allow_drag="false" />
    </x_axis>Second, you could reduce the font size of the labels on the x-axis to a very small number, so that the text of the label is not wider than the column width. With 100 columns, you are probably talking about a terribly small font size, probably making it unreadable.
    your x-axis custom XML would look something like:
    <x_axis tickmarks_placement="Center">
    <title><text>Surgeon</text></title>
    <labels rotation="90">
    <font size="4" />
    </labels>
    </x_axis>Austin
    Edited by: AustinJ on Feb 11, 2011 11:13 AM - fixed typos

  • Thai characters not showing properly

    Hi,
    When creating a product catalog in thai language the characters do not show properly. The characters have small aspects attached to them that hover above as you can see here http://www.gte-premium.com but when editing in Indesign the small aspects that are meant to hover above overlap the portion of the character below and are not aligned left to right properly.
    I have tried every thai-friendly font I can find but this does not fix the problem, how can I amend this?
    Thanks in advance

    If you're using a well-made font, you can probably get the tone marks to behave by turning on the World-Ready Composer. It's exposed in InDesign CC and CS6, in the Paragraph menu I think, but if you're using an earlier version of InDesign it's a hidden feature that you would need to use a script or a plugin to turn on.

  • Html is not working properly

    i was trying to work on texteditor to code a simple html page but its not working properly like the shows only two color on the background that are green and black
    i dont know whats the issue but it use to work fine in mountain lion
    i have even tried to use color code still it didnt work then  i re-installed the os but the same problem again!
    is there any special setting ?
    i have change it to plain text and traditional html ..
    thank you

    Hi,
    Do you really think it applies to all these:-
    Categories:  Accessibility,  Boot Camp,  Finder Tabs & Tags,  iCloud Keychain,  iMessage & Messages,  Internet & Wi-Fi,  Installation, Migration & Setup, Mail, Contacts & Calendar,  Maps,  Multiple Displays,  Printing, Users & Groups,  Using OS X Mavericks    
    Tags:wireless, backup, ical, screen, email, duplicate, printer, preferences, time,
    hard, login, restart, vpn, font, dvd, excel, kernel, address, migration, mode, locked,
    dvd_problem, hdd, thunderbolt, gray
    It would be useful to see the HTML code you are using.
    It would also useful to know which version of HTML you are using to do that.
    8:57 pm      Wednesday; March 12, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Text not appearing properly (more difficult then it sounds)

    I have been trying to figure this thing out for a while. I
    gave up and am going at it again. I have a couple of website in
    languages other then english (Chinese, Korean, and Russian, to name
    a few). The developer created the pages in HTML, without using
    includes (don't ask me why), I have taken it upon myself to convert
    these pages to CFML pages (as this is what the main site is in) and
    use include file and pretty it up a bit. For some reason though,
    the Chinese text is not showing up when I resave it as a .cfm page.
    In the editor it looks fine, but when I open it up on the site,
    everything looks like crap. Please do not insult me by saying to
    add the "<META HTTP-EQUIV="Content-Type" CONTENT="text/html;
    charset=gb2312">" or utf-8, seriously.. I am stuck, can someone
    please please help me with this... I am giving up hope!

    Fatimah_M wrote:
    > I have been trying to figure this thing out for a while.
    I gave up and am
    > going at it again. I have a couple of website in
    languages other then english
    > (Chinese, Korean, and Russian, to name a few). The
    developer created the pages
    what encoding?
    > fine, but when I open it up on the site, everything
    looks like crap. Please do
    what do you mean by "crap"?
    > not insult me by saying to add the "<META
    HTTP-EQUIV="Content-Type"
    > CONTENT="text/html; charset=gb2312">" or utf-8,
    seriously.. I am stuck, can
    > someone please please help me with this... I am giving
    up hope!
    does the encoding of pages you're including match the main
    app?

  • Multiple Lines of Text not showing up

    Hi,
    Recently we have observed on a particular site in SharePoint farm that whenever we are adding list field of Multiline Text.
    It is not showing up in list forms (New, Display, Edit). Test is Multiple Lines of Text field. This is happening on all the existing as well as new lists.
    I searched for the issue but couldn't find any solution.
    Please guide me on this issue. Appreciate your help.
    Thanks,
    Rahul Babar
    ASP.NET, C# 4.0, Sharepoint 2007/2010, Infopath 2007/2010 Developer http://sharepoint247.wordpress.com/

    Hi Rahul,
    Per my understanding, the Multiple Line of Text column not showing up in all the form pages in one of your site.
    I suggest you do as follows to troubleshoot this issue in your environment:
    1. Is there any update or customization applied to this site recently?
    2. Please inspect the HTLM source code of the Multiple Line of Text field in NewForm page to see if there is corresponding HTML code in the page. In my page, the HTML
    code of the Multiple Line of Text field like this:
    3. If the HTML structure exists, then it is probably a CSS issue, please check if there is custom CSS style applied to this site which would conflict with the built-in
    style of the Multiple Line of Text field.
    Thanks 
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • HTML Snippets not showing on online site.

    Hi, I really hope someone can help me. Basically my Html snippets/widgets are not appearing on my online website. They are there when i publish to my desktop but as soon as i publish it online they disappear?..I can however see them in the public html content file but they seem to be in a widget html file of their own and not part of the main html page source file.
    Is this why i can't see them?..Do i need to move the html widget file to view it as part of the page.
    All suggestions welcome..MAny thanks.
    Ali

    Thanks, I did need to do what you suggested and it has me half way there. The only thing is now the graphics of the html button i created are not showing only the 'text of the paypal link' where the button should be, the link works, it's just the buttons not there..
    Anymore suggests please.
    Thanks,
    Ali

  • Text not showing up on website

    my web is:
    bobayerstax.com
    it would appear that some/all(?) text/text graphics (flash
    symbols) are not showing up to some/all(?) viewers.
    would someone please tell me what i'm doing wrong.
    i've tried embedding the characters...but when i do that i
    can't see the movie when i run 'test movie'...
    thanx! bob ayers, ea
    bob ayers tax & accounting
    (866) 966-0700

    Font embedding for Flash 8 player and above requires a few
    extra steps than in the past. Here's the Live Docs page to lead you
    through it:
    http://livedocs.macromedia.com/flash/8/main/00002741.html
    Hopefully, that will solve your problem. Good luck!

  • Width of my site does not show properly on phones

    If you visit www.emilseres.com from a cellphone (let's say iPhone), why doesn't the width of the site show properly? On your right there will be a white stripe.
    What do I have to change in Muse? (I do not want to create a seperate phone design.)
    Other improvements would also be appreciated 
    Thank you for your time.
    Kind regards,
    Nephor

    Hi Nephor
    Please check if there is any empty text frame or rectangle placed on right side of the page as it will cause the page to stretch thus space will appear.
    https://forums.adobe.com/message/6098206
    Thanks,
    Sanjit

  • IWeb 08 : Album pages and Text not showing up anymore

    Hey guys,
    I work for a local television company and created a page for one of our shows. I have been publishing the website with no problems and then all of a sudden recently my albums pages are not showing the albums or pictures. Click here..
    http://www.askgodtv.com/AskGod_TV/Photos/Photos.html
    The pictures are on that page when I am editing in iWeb, but not when I publish or a folder or upload it to my website. Does anyone know why this would be or are having similar problems?
    Also, the text on one of my pages is all out of line when I publish, but perfectly correct on my page. This page is also not showing the album I have posted. Click here...
    http://www.askgodtv.com/AskGodTV/On_Set/OnSet.html
    I switched in the middle of making this website from iWeb 06 to iWeb 08, but I didn't have these problems at first, so I don't think it was the upgrade.
    I did do some things with the domain (copy, save to an outside hard drive, to try to transfer it to another computer) and the problems did start shortly after that. But I didn't really mess with the domain file on my computer, so it shouldn't have created a problem.
    Please fill me in ASAP if you have any insight because my boss is just as frustrated as I am!
    Thanks
    Laura

    Hi Laura,
    I get a "The page can not be found" message clicking on both links.
    You might try to republish/re-upload the whole page
    A. If publishing to .mac go to File=>Publish All. Or try to publish to a folder and open it from there to see if it works.
    B. If publishing to a folder: do they work when opening from the folder? If so reupload everything.
    Regards,
    Cédric

Maybe you are looking for

  • How can I reset my lock passcode without plugging it into the computer or restoring it or resetting any data?

    I went I to my phone and I tried to unlock my passcode but it did not let me in, how can I reset my lock passcode without plugging it onto the computer on iTunes, or restoring it or deleting any data ?

  • How can we add source field data in to receiver JMS header

    I have a scenario called  IDOC(ECC System) or PROXY(SRM System) to JMS(Only one Queue).                 ECC(Idoc) and SRM(Proxy)   - XI  -   JMS In the Idoc and proxy we have a field called Source System. If it is a Idoc then this source system field

  • E71 font size in RSS reader

    Dear E71 Gurus, has anybody been able to change the font size in the RSS reader? It seems to always use the same (large) font when reading RSS feeds irrespective of the font size set for browsing (for example small or smaller). Am I missing something

  • User Eixts / BADI  for the cutomer master IDOC (DEBMAS06)

    Hi All, We have requirement to extend the customer master IDOC 'DEBMAS06' to add the address fields i.e (ADRC-STR_SUPPL3,STR_SUPPL4,STR_SUPPL5). Can any one tell me the suitable EXITs or BADI's to populate street3, street4 and stree5 to the customer

  • Problem with my ComboBox

    Hi, I have a demo containing many sections. At the end of each section a clip is loaded from the library that has a bunch of links and a comboBox in it that lists all the other sections. Everything is working as it should except that when you open th