In the tinyMCE editor the text that I enter automatically is wrapped with <p>, which is fine. I just want to add a class to that <p>.
Note: I do not want to add a class to ALL the p elements, just the one where the user clicks and begins typing.
Any help really appreciated.