baiju Posted September 2, 2006 Share Posted September 2, 2006 HiStyle sheet are not working in Mozilla Firefox. But no problem with internet explorer.Style sheet saved as text.htm and calling by <link rel="stylesheet" href="text.htm">..please give me solution Quote Link to comment https://forums.phpfreaks.com/topic/19455-style-sheet-are-not-working-in-mozilla-firefox/ Share on other sites More sharing options...
wildteen88 Posted September 2, 2006 Share Posted September 2, 2006 add the type attribute:[code]<lnk style="stylesheet" href="text.htm" type="text/css">[/code]Also why are you using a html file as a stylsheet? You should use a css file for a stylesheet Quote Link to comment https://forums.phpfreaks.com/topic/19455-style-sheet-are-not-working-in-mozilla-firefox/#findComment-84500 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.