Home › Forums › CSS › [Solved] Problem inserting local image in HTML page using css? › Reply To: [Solved] Problem inserting local image in HTML page using css?
Ohhh gotcha because Windows has multiple ‘mounted’ drives if I can say that.
Yeah. Where in Linux you mount drives at paths (like /
), in Windows you mount paths on drives (like c:\
).
@sushmish, I would highly recommend creating a new folder for your web projects and keeping all your web-related files there, rather than crowding your c:\
drive. In general, it’s best not to save anything there, because it gets confusing when your own files/folders are mixed up with system files/folders.
If you are running a local web server (i.e., with xampp), then I’d suggest putting all your web files in your web root directory. If not, your Documents folder is probably a good place for them.