Windows Path (backslash) Help

Hello all-

I have been having issues getting images to appear in my CSS code. Just found out that windows uses "" in the paths for my files instead of “/” and I cant change this. Has anyone gone through this before and have a work around?

—EDIT----
If anyone comes back to this having the same issue, I found the solution on this discussion :slight_smile: ;

Do you have an example of your code to post?

here is the code with the background image url that i fixed;

image

this is what my path looks like with just copy and past in visual studio;

image

Is the issue resolved if you just type in the url rather than copy+paste?

unfortunately no.

its because the windows paths have the wrong slash. Found a solution though that i just have to add a second slash and it works :smiley:

1 Like

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.