tags:

views:

18

answers:

2

I want to set height of tiny mce depending on the type of element it is initialized for. For example, I want to set height 200px for headings and use mce's default size for for paragraph and ordered and unordered lists. Also, I want to adjust height of the mce instance with the content. Instead of adding vertical scrolls, it should increase with content.

Help APPRECIATED.

A: 

For this you need to specify editor_css in the tinimce init. There you should change the desired values.

Thariama