![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
Bootstrap 4.6 not working on FIREFOX
Hello! I have been trying every other solution i could find but Firefox doesn't use bootstrap at all.
Here is how it looks:
When i open it on chrome, it runs how it is supposed to. I also used the file path to link it locally.
Bootstrap version 4.6.1 ( Supports Firefox unlike 5 ) Firefox version 98.0.2
Image 1 - In Firefox Image 2 - In Chrome
All Replies (3)
Is there a demo site for this? Links to non-Mozilla sites are diverted to a spam moderation queue, so to bypass that, you could break the URL before the top level domain:
https://example .com/path/page.html
jscher2000 - Support Volunteer said
Is there a demo site for this? Links to non-Mozilla sites are diverted to a spam moderation queue, so to bypass that, you could break the URL before the top level domain: https://example .com/path/page.html
No demo site for it and how do I bypass it? I have uninstalled firefox on my laptop. I'll try it soon.
It's difficult to comment on why a page doesn't work without seeing the page.
Note that due to security restrictions, pages sometimes fail in Firefox on file:/// URLs but work correctly on https:// URLs. It's a good idea to test on some personal web space, CodePen, JSFiddle, or other web server.