Internet Explorer has stopped being supported and updated by Microsoft as of January 12, 2016. No matter what software you use or if you hand write websites internet explorer will not accurately depict what you have created.
I run a website that has had about 13,500 visitors over the past 30 days, and fewer than 150 of those people were using Internet Explorer. That’s less than 1%.
Deprecate it. Don’t cripple your site for +99% of your visitors because of the people who are using 10 year old PCs. Which group is going to spend more money?
IE11 support does not end until 14/11/2025, though older versions are now unsupported. I had a similar and just added the following line (which you want just after the <head> statement):
This might do it if you add right at the top of your Head Code custom code. If it doesn’t work try right clicking outside the site page in your browser and select View page source. The line really needs to be under:
<head>
<meta charset="utf-8">
— so here —
Might be worth a try, and you can always remove it. There’s also equivalent code you can add to your .htaccess file if better for you. Just let me know.
Hi @pnewest, thank you for your help. Unfortunattly it doesn’t work… I think I’ll add a text line only for IE users, recommending them to use other browsers.
Ah, are you hosting with Webflow? Then might not be possible yet - see - Add code in htaccess
If you have access to a host you could try exporting your code and copy it over. Then add the IE code above to a .htaccess file and test. At least you would know if it works for your site. There are variations on the problem, i.e., <IE11 browser, those using/not using compatibility mode etc. So might take a little trial and error and some Google research.
As far as I understand, and I’m no expert, you use .htaccess for 301 diverts if you are not hosting with Webflow. (I use an Excel spreadhseet with formulas to create mine) If you are, use the 301 diverts in the project settings.