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.
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.
is working on a reply...