I am not sure why Edit as HTML of <style> element is disabled in IE
However, I can edit as HTML of the <style> element in Chrome.
How to enable it?
Edit as HTML in IE for Style Element
421 Views Asked by Spring At
2
There are 2 best solutions below
0
Deepak-MSFT
On
I try to check the Edit as HTML option and it looks like IE does not support editing the CSS using this option. This is the reason that the Edit as HTML option is disabled for style elements.
However, if you select any specific HTML element on the page using developer tools then you can see the applied CSS in the Styles tab that gets displayed in the right sidebar of the developer tools.
Here, you can add, edit, or delete the CSS elements.
See here:
References:
Note: You may notice that the above document links for the Edge legacy browser, but both the MS Edge legacy browser and IE browser use the same developer tools. So this information also applies to the IE browser.
Related Questions in INTERNET-EXPLORER
- How do I wrap text in a pre tag for Internet explorer?
- How do I extract info from crunchbase
- Jquery on submit ajax post needs two clicks in IE
- SSL certificate error 403.13 in IIS 7.5
- Hiding Script Errors popups in IE8
- Internet explorer 11 browser cannot display the expires value of the session cookie from my app
- Internet Explorer hover/rgba/opacity/css3 compatibility
- How to wait for a java applet to load when automating Internet Explorer?
- Javascript Event.originalEvent.path IE8 error
- cursor: copy not working in Internet Expoler
- input[type="submit"][disabled] not working for IE8
- Auothotkey: Remove string, placement string in subject box
- Why does IE show junk for my dasBlog blog?
- Lag in scrolling behavior on IE 10 and IE Edge modes
- Using angularJS click on enter form functionality in Internet Explorer
Related Questions in DOM
- getElementsByName returns an element with a wrong name
- Scala.js: Selecting and manipulating generated SVG
- How to add different text after echo output using PHP
- Undefined when passing DOM object in Javascript
- jQuery trigger when inner html DOM ready
- QDomDocument toString
- How to use DOMParser in PhantomJS?
- How to append the text (increasing order) using DOM parser in PHP?
- How's Virtual DOM implementation is different than createDocumentFragment() if no state is observed?
- simple dom parser double find() doesn't work?
- Polymer 1.0 Conditional dom-repeat issue
- Javascript help using createElement() and appendChild()
- How to stop XML Tag Attributes from sorting in Ascending Order after modifying the XML file using Java?
- getAttribute by TagName - JS
- Html dom parser php table
Related Questions in INTERNET-EXPLORER-11
- detecting plugins on IE11 using javascript
- KO binding is not working in IE10 and IE11
- Using JSSOR Slider with IE11
- Content of iframe (ionic app) doesn't scroll on Internet Explorer using touch
- Angular on a svg - $sce.trustAsHtml inside svg does not work in safari and ie
- PDF cannot be seen on IE11/10/9 recently
- Execute Javascript onWindowClose in IE11
- IE Rendering Bug on EM sized inputs
- Strange behaviour with spliting a string in Javascript
- Media Source Extension on Firefox and IE
- Run Native Client Within Chrome Frame in Internet Explorer
- JavaScript in IE11 giving me script error 1003
- function.bind() not supported in IE8. make it available specifically for IE8 browsers? or keep it generic
- Once page load , table content disappearing in IE 11
- Security Error on IE11 when using Worker
Related Questions in WEB-INSPECTOR
- Reload page's JavaScript after editing HTML in Web Inspector
- Cannot find the CSS Errors in Chrome
- How to use a Web Inspector with emulated android device (AVD)
- How to run my own event handling Javascript code on a site using element inspector?
- Run loaded script again (after modification) in Browser's Inspect Tools?
- CSS selectors repeating multiple times in inspect element
- Odd behavior in Firefox Developer Edition, the "inspect Element" context menu option
- Chrome devTools no longer seeing USB devices for debugging
- Why does Chrome Timeshow show Parse HTML events before Finish Loading?
- How to open the web inspector in QWebView?
- Style elements keep missing in chrome web inspector
- How to detect if browser console / inspector is *open*?
- Change Sources TAB background color
- Debug iPad memory issues via Mac
- Problems Debugging Mobile Safari via the desktop Web Inspector
Related Questions in IE11-DEVELOPER-TOOLS
- How to save all the resources that are sent to a browser?
- LABEL is not working in IE11 with <TR>, need to select the radio button on click of the row anywhere
- In IE11, why some machines requires the website URL included in "Compatibility view settings" and others doesn't?
- IE 11 developer tools does not show width of an element
- Forcing IE 11 to behave as IE 10
- Edit as HTML in IE for Style Element
- IE 11 cookies in Developer tools
- AngularJS Assignment to read-only properties is not allowed in strict mode in ie 11
- IE11 doesn't send a form if cookie is undefined
- What happened to "Always refresh from server" in IE11 developer tools?
- Incomplete HTML in IE 11
- How do you get F12 developer tools to not instantly crash and leave artifacts on your screen?
- in IE 11 how can I display F12 tools on the side instead of the bottom?
- A bug of console.log() in IE11 under IE9 mode and below
- Update single web resource in CRM 2015 managed solution
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?


Your IE might be outdated or isn't a compatible version checkout https://ckeditor.com/docs/ckeditor4/latest/guide/dev_browsers.html it's generally used in modern-day browsers for enabling writing content directly inside of web pages or online applications. Its core code is written in JavaScript and it is developed by CKSource.