angular-editor icon indicating copy to clipboard operation
angular-editor copied to clipboard

App displaying saved html not displaying the same as in editor

Open tnohelty opened this issue 2 years ago • 2 comments

The content in the HTML editor is working fine in a maintenance application that is storing that content in a database table. I have a client application reading that database and putting the content saved from the editor on display in a html page using

I am not able to impact the display of the text with CSS other than the text lines at the beginning and end of the content.txt. Is there some special CSS code that I need to make the text display like it does in the editor?? THANKS

MY TEXT FROM THE EDITOR "This is a test of the editor.

  • bullet 1
  • bullet 2

This is the second paragraph BOLD italic

<blockquote style=""margin: 0 0 0 40px; border: none; padding: 0px;"">

Indented text how will this look

This is the next line.


"

The display looks like the following with extra spaces between the bullet lines and extra space around indented text with a gray background.

image

tnohelty avatar Nov 20 '22 21:11 tnohelty

I had CSS that was overriding my changes. This is not an issue.

tnohelty avatar Nov 20 '22 21:11 tnohelty

@tnohelty How to attach styles in angular editor. So that when we send mail it will carry those styles as well

gowthambalashanmugam avatar Sep 28 '23 11:09 gowthambalashanmugam