For floating you could always just add a new class to the dropdown in the RTE, I believe the Alt Tag comes from the name of the item in the media library.
Maybe you can also check the content of the config file for TinyMCE. It is located in /config/tinyMceConfig.config and it contains the definitions of which tags/attributes are allowed within the text editor. This way, you can make sure the attributes you want to use on your image tag will be saved.
You can find all details about this at the following url: tinymce.moxiecode.com/wiki.php/Configuration:valid_elements
Remember to touch the "root" web.config file of your site in order to apply any change you would have made to the tinyMceConfig.
richtext editor - image properties like float
Hello
Is it possible to enable some more properties to the image of the richtext editor like "floating" or "title" or "alt tag"?
Thanks
For floating you could always just add a new class to the dropdown in the RTE, I believe the Alt Tag comes from the name of the item in the media library.
Hello Dominik,
Maybe you can also check the content of the config file for TinyMCE. It is located in /config/tinyMceConfig.config and it contains the definitions of which tags/attributes are allowed within the text editor. This way, you can make sure the attributes you want to use on your image tag will be saved.
You can find all details about this at the following url: tinymce.moxiecode.com/wiki.php/Configuration:valid_elements
Remember to touch the "root" web.config file of your site in order to apply any change you would have made to the tinyMceConfig.
Hope this helps.
Cheers,
Michael.
is working on a reply...