tiff / wysihtml5

Open source rich text editor based on HTML5 and the progressive-enhancement approach. Uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles.
http://xing.github.com/wysihtml5/
MIT License
6.49k stars 995 forks source link

Different background color for editor and html view #528

Closed ronypur closed 9 years ago

ronypur commented 9 years ago

Is there any way to set different background color for editor and html view? I tried to look into the js file and i found that the composer will take same value as the textarea.

ronypur commented 9 years ago

Sorry, i haven't fully read the docs. Setting up style config into false and create it's own style solved the problem.