views:

223

answers:

1

I have four textareas in my form. TinyMce editor applies to only first textarea, remaining for textareas dont get editor in google chrome. It works fine in firefox instead. Please help!!

A: 

It's hard to know without seeing the code, but I'm going to go ahead guess that you are referencing your multiple textareas using the same ID. IDs must be unique - so give them each their own individual ID and then attach the editor with four separate calls, or reference them by class instead.

Or attach some code for us to take a look at.

graphicdivine

related questions