Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mike 81 posts 101 karma points
    Feb 28, 2012 @ 00:50
    Mike
    0

    Rich Text Editor displays the HTML

    In the display mode, I type the text and hit enter or highlight it and and make it bold. I hit the HTML button and all looks good. I save it. I view it on the website and the HTML is being displayed as plain text. Is there some setting I have it at that is allowing the HTML to be displayed as plain text?

     

  • Cristian 24 posts 45 karma points
    Feb 28, 2012 @ 01:20
    Cristian
    1

    I had similar problem, that i had to make...create a xslt file: with next code:

    <xsl:variable name="text" select="$currentPage/Content"/><!--Content is the name of my RTE-->
    <xsl:value-of select="$text" disable-output-escaping="yes"/>

    and just call the macro on your template or Richt Text Editor

    hope this can help you.

  • Mike 81 posts 101 karma points
    Feb 28, 2012 @ 01:36
    Mike
    0

    Hey Cristian, 

    That worked! Thanks for the pointer. 

    This does seem to me like a short term fix, shouldn't the rich editor inherintly not have this issue? 

  • Cristian 24 posts 45 karma points
    Feb 28, 2012 @ 17:16
    Cristian
    0

    yes, i dont now why some html tags dont be reconized by rtb i hope in new version we donĀ“t need to do this

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies