Home > Enterprise >  my project works with live server extension only
my project works with live server extension only

Time:11-10

I have a live server extension in my VC and it works well, the problem is when I try to open my page without using the extension it shows up the page without any CSS colors or images or anything, I want to see my project with all CSS codes I wrote without using live server, thank you

CodePudding user response:

Have your tried copying the full path of the file then entering it in the browser? If that still doesn't work, try refresh the page when updating your html/css/js file.

CodePudding user response:

Sharing your code will help us more to Debug it.
Instead, I suggest you,

  • Just recheck your internet connection if you're using any CDN or any API like Bootstrap, Tailwind CSS.
  • Check your links if referred to any external CSS or js.
  • Related