Rich text editor not working | Community
Skip to main content
ragamgnair
Level 2
October 16, 2015
Solved

Rich text editor not working

  • October 16, 2015
  • 2 replies
  • 1215 views

Hi,

I have html code for my site (already implemented using share point). I would like to change it in to adobe cq5. Can i use that html for that. I have all the css files . I tried rich text editor since it provide option for souce editing. I followed  http://dev.day.com/docs/en/cq/current/administering/configuring_rich_text_editor.html. Created one node edit. But its not working. I can not give html in the editing window. Does my approach is correct?

Thanks,

RG

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

Rte might not support all features in source edit. Example html5 blockers like header, section etc...   Additionally if content is not well formed the html processor may include additional <p>nbsp;</p>.   Since you have html code create components as per it and use rte wisely.  Along with that sharepoint might include additionaly css style you might not need here.  Take a look at [1] instead of using rte for moving your site.

[1]  http://docs.adobe.com/docs/en/cq/current/wcm/campaigns/landingpages.html

2 replies

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

Rte might not support all features in source edit. Example html5 blockers like header, section etc...   Additionally if content is not well formed the html processor may include additional <p>nbsp;</p>.   Since you have html code create components as per it and use rte wisely.  Along with that sharepoint might include additionaly css style you might not need here.  Take a look at [1] instead of using rte for moving your site.

[1]  http://docs.adobe.com/docs/en/cq/current/wcm/campaigns/landingpages.html

ragamgnair
Level 2
October 16, 2015

Thanks Sham. How we can create a blank canvas template?is there any document  for that. I go through the document shared by u and it doesnt mention  how to create a blank canvas template.

Thanks,

RG