wysiwyg HTML editor
-
Hi guys, In a number of CMS programs, I would like to have a HTML editor to edit some of the texts in an otherwise fixed layout. I have already written something that will work a CRichEditCtrl content into html code and that works fine. However, I would also like to be able to incorporate images and links into my text. Does anyone know of an html editor that I could use for this sort of thing? I am only looking to edit the text. The layout of the site itself, the css codes and all that are handled separately. The html to be generated will be inserted into the pages of the site. Thanks in advance. WIlliam
-
Hi guys, In a number of CMS programs, I would like to have a HTML editor to edit some of the texts in an otherwise fixed layout. I have already written something that will work a CRichEditCtrl content into html code and that works fine. However, I would also like to be able to incorporate images and links into my text. Does anyone know of an html editor that I could use for this sort of thing? I am only looking to edit the text. The layout of the site itself, the css codes and all that are handled separately. The html to be generated will be inserted into the pages of the site. Thanks in advance. WIlliam
Perhaps you should look into IE's CONTENTEDITABLE[^] property.
Steve
-
Hi guys, In a number of CMS programs, I would like to have a HTML editor to edit some of the texts in an otherwise fixed layout. I have already written something that will work a CRichEditCtrl content into html code and that works fine. However, I would also like to be able to incorporate images and links into my text. Does anyone know of an html editor that I could use for this sort of thing? I am only looking to edit the text. The layout of the site itself, the css codes and all that are handled separately. The html to be generated will be inserted into the pages of the site. Thanks in advance. WIlliam
CHtmlEditView (in MFC)