Copied to clipboard

Flag this post as spam?

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


  • jayanthi 66 posts 86 karma points
    Aug 06, 2014 @ 21:00
    jayanthi
    0

    attributes like mobile, tablet for image tag stripped in RTE

    Hi,

    Using umbraco 6.2, Attributes like mobile, tablet for image tag are stripped in RTE.

    Tried following but no luck

    . Locate the configuration file umbracoSettings.config.  It may be in the /config directory.  Using an editor, turn off Tidy:

    <TidyEditorContent>False</TidyEditorContent>

    2. Locate the tinyMceConfig.config file.  Change the Valid Elements tag to allow for any markup:

    <validElements><![CDATA[*[*]]]></validElements>

    3. Touch the web.config.  Windows does not have the handy 'nix "touch" command, therefore, to accomplish this, open the web.config file, add a space between any tags, and save the file.  This will queue Umbraco to reload it's configuration.

     

     

     

Please Sign in or register to post replies

Write your reply to:

Draft