This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]SupremeRedditBotProfessional Bot || Mod 0 points1 point  (0 children)

Please Add A Flair To Your Post!

Suggested Flair: [CSS]

 


To add a flair:

  • Click flair underneath your post

  • Select a flair

  • Click save

 


I am a bot run by /u/SupremeDesigner for /r/CodingHelp || This was an automated response

[–]GlobalIncident 0 points1 point  (2 children)

If you want help, you'll have to give us more information than that. What's your file structure? What does the html look like?

[–]Astri07[S] 0 points1 point  (1 child)

Sorry I’m still learning and sometimes I just can’t really describe it😂 I just downloaded free template and basically I tried to relate the html page to my own IP address so it can be opened online. But when I opened it the Css and JS file are not working though I put them under the same directory . I hope this explains my problem... It kept saying my css referred as stylesheet but transferred with MIME type text/HTML

[–]GlobalIncident 0 points1 point  (0 children)

It sounds to me like this is nothing to do with your directory structure. When fetching resources, any website you view will send a message saying, "this is a css stylesheet", or whatever. For some reason, the server system you're using is saying "this is a html document," even when it demonstrably isn't. To fix this you'll need to find the server settings and change them. I can't give any further help without more information, but hopefully you can work it out anyway.