Richtext editor doesn't render title tag on span element?
Im trying to create tooltips on some words in my content text. I want to do this by putting a span with a class on the word in the richtext editor. Then add a title tag to that span....
But I can't seem to be allowed to do this in the richtext editor... Does any one know why and how I can achieve this?
Richtext editor doesn't render title tag on span element?
Im trying to create tooltips on some words in my content text. I want to do this by putting a span with a class on the word in the richtext editor. Then add a title tag to that span....
But I can't seem to be allowed to do this in the richtext editor... Does any one know why and how I can achieve this?
To be more specific, I succed in putting the span around the word with the class... It's only the title tag that I can't add for some reason?
Hey Inmedia
Try updating config/tinyMceConfig,config - near the end of the file there is the following:
-span[class|align|style]
change it to:
-span[class|align|style|title]
You will have refresh your application pool or "touch" the web.config file for the change to take affect.
Hopefully this will get the result you are after.
Cheers, Nigel
is working on a reply...