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

node.js - StackOverflow API not returning JSON -

python - Subclassed QStyledItemDelegate ignores Stylesheet -

php - Laravel 4.1 to Heroku: SQLSTATE[HY000] [2002] No such file or directory -