TinyMCE - How do I prevent TinyMCE from instering style tags?
I'm looking for a way to prevent TinyMCE from insterting style tags. I followed the instructions from an article called Responsive Images in Umbraco, but it seems like no matter what I do to the files, it has ZERO effect on my test site.
After making the changes, I tried saving the web.config file and republishing the site. Still nothing...
Have you set "debug" to true in the web.config? Also try browsing the backoffice having the console log open i Chrome since this sould clear the cache. In v7 the cache is a bit extreme currently...that may be the reason why your changes don't take effect.
A note on the stuff from the article...
I prefer having these settings in regards to image dimensions
img{
max-width:100%;
height: auto;
}
This should keep the aspect ratio of the image intact.
TinyMCE - How do I prevent TinyMCE from instering style tags?
I'm looking for a way to prevent TinyMCE from insterting style tags. I followed the instructions from an article called Responsive Images in Umbraco, but it seems like no matter what I do to the files, it has ZERO effect on my test site.
After making the changes, I tried saving the web.config file and republishing the site. Still nothing...
Hi,
Try changing the version in the ClientDependency.config and recycle the application pool.
Moshe
Hi Alex
Have you set "debug" to true in the web.config? Also try browsing the backoffice having the console log open i Chrome since this sould clear the cache. In v7 the cache is a bit extreme currently...that may be the reason why your changes don't take effect.
A note on the stuff from the article...
I prefer having these settings in regards to image dimensions
This should keep the aspect ratio of the image intact.
/Jan
is working on a reply...