jquery - jHTMLArea UI not proper -


i had added jhtmlarea specific versions of jquery , bootstrap. ui not aligned , there black background.

what problem?

here fiddle.

the background black because background: #000; set in jhtmlarea.editor.css file. remove file.

also heading buttons out of alignment due margin bootstrap css file putting on elements. can override manually:

.toolbar li .h1,  .toolbar li .h2,  .toolbar li .h3,  .toolbar li .h4,  .toolbar li .h5,  .toolbar li .h6,  .toolbar li h1,  .toolbar li h2,  .toolbar li h3,  .toolbar li h4,  .toolbar li h5,  .toolbar li h6 {     margin: 0; } 

working example


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -