Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Alex 16 posts 97 karma points
    May 14, 2014 @ 23:31
    Alex
    0

    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...

  • MK 429 posts 905 karma points
    May 15, 2014 @ 06:36
    MK
    0

    Hi,

    Try changing the version in the ClientDependency.config and recycle the application pool.

    Moshe

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    May 15, 2014 @ 09:14
    Jan Skovgaard
    1

    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

    img{
         max-width:100%;
         height: auto;
    }
    

    This should keep the aspect ratio of the image intact.

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft