vscode-edge-devtools icon indicating copy to clipboard operation
vscode-edge-devtools copied to clipboard

css file not changing

Open Christne93 opened this issue 3 years ago • 3 comments

We have written the needed data into your clipboard because it was too large to send. Please paste.

Christne93 avatar Oct 18 '22 10:10 Christne93

Can you give us the information what is happening here? Right now, we can't help you.

codepo8 avatar Oct 18 '22 15:10 codepo8

I have written my index.html and my styling.css of which the styling.css cannot run with index.html. What could be the problem?

On Tue, Oct 18, 2022, 6:48 PM Christian Heilmann @.***> wrote:

Can you give us the information what is happening here? Right now, we can't help you.

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode-edge-devtools/issues/1228#issuecomment-1282611417, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3HNIVCAD4NASRUTXSEZ6D3WD3BDVANCNFSM6AAAAAARH5C4KM . You are receiving this because you authored the thread.Message ID: @.***>

ghost avatar Oct 18 '22 15:10 ghost

My guess is that the in the HTML document doesn't point to the styling.css file. Can you check the network tool to see if the CSS is not loaded? If you filter by CSS it should show up as red. https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/network/

In my case here, the layout.css has a "x/" in front of it which means it can't be found, so the network tool shows it as red and the fix is to remove the x/

image

Even better would be to show us your code.

codepo8 avatar Oct 18 '22 15:10 codepo8