Which editor/plugin to use if I want control over the html tags surrounding the text inside a wysiwyg textarea? -


for instance, want able like:

<p style="text-indent: 0">this first paragraph</p> <p style="text-indent: 2.4em">this first paragraph</p> <p style="text-indent: 2.4em">this first paragraph</p> 

any suggestions?

perhaps tinymce.

or if you'd rather go markdown route, try hallo


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -