I'm not entirely sure this will help but if you're using Chrome are you running dev tools whilst running the back office (and have ensured the setting under dev tools settings - Disable Cache (while DevTools is open) is set.
The Umbraco backoffice is heavily cached and making changes like this are often not reflected unless you do the above.
Accessibility issues - table border
Hi all
Does anyone know how to remove table border="0" from the Tinymce editor?
I have found this is in table.js file but editing it doesn't seem to make any change.
border = formObj.elements['border'].value != "" ? formObj.elements['border'].value : 0;
Many thanks
I'm not entirely sure this will help but if you're using Chrome are you running dev tools whilst running the back office (and have ensured the setting under dev tools settings - Disable Cache (while DevTools is open) is set.
The Umbraco backoffice is heavily cached and making changes like this are often not reflected unless you do the above.
Does that then work?
is working on a reply...