Stylesheet not loading in Mozilla Firefox

前端 未结 5 2014
庸人自扰
庸人自扰 2021-01-13 05:44

I\'m stumped. Working on a site that isn\'t loading properly in FireFox. It loads great in Chrome and even IE, but for some reason the stylesheet isn\'t loading in FireFox.

5条回答
  •  难免孤独
    2021-01-13 06:02

    insert this inside your html documents. I am not writing in code just giving u the key words so you know and can put it in.

    link rel="stylesheet" type="text/css" href="stylesheet.css"

    it works so make sure you have this correctly or else your html document will not load with your stylesheet. best of luck to you and keep working brah.

提交回复
热议问题