Struggling with removing blue borders on images? I've linked several images on my employer's website and despite implementing new code, the issue persists for another user in the company. Unfortunately, they have a different version of IE making it difficult to troubleshoot. Even updating my own IE has proven challenging as I can't find any newer versions past my current one.
The other user's IE version is 11.0.9600.18314 with an update version of 11.0.31. Our platform is Umbraco and previously used code like this: img { border-style: none; } to successfully remove the borders on older versions.
Any suggestions or ideas?