This is the discussion forum for the HtmlEditor. See also the
HtmlEditor home page, where you can download the control, and the
Documentation Wiki, a collaborative project for documenting the control.
I want to change <BR>tag's or <P>tag's image
Posted by:
SNAP (58.233.247.---)
Date: Friday, 27-Apr-2007, 04:35:41
I use 'DHTML Editing Control' in C# , add the control in winform and run the program.
In program , if I input ENTER(or Shift + ENTER),the program show nothing.
But I set 'axDHTMLEdit.ShowDetails = true' ,run the program and input Enter(or Shift + Enter) then
image corresponded to Enter(or Shift+Enter) is showed.
I want to change the image to image that is created by me.
Is there any way?