Image is not showing in browser?

前端 未结 12 2037
一整个雨季
一整个雨季 2020-12-17 03:42

    

Duke\'s soccer League: Home Page

12条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-17 04:28

    I don't know where you're running the site from on your computer, but you have an absolute file path to your C drive: C:\Users\VIRK\Desktop\66.jpg

    Try this instead:

    
    

    UPDATE:

    I don't know what your $PROJECTHOME is set to. But say for example your site files are located at C:\Users\VIRK\MyWebsite. And let's say your images are in an 'images' folder within your main site, like so: C:\Users\VIRK\MyWebsite\images.

    Then in your HTML you can simply reference the image within the images folder relative to the site, like so:

    
    

    Or, assuming you're hosting at the root of localhost and not within another virtual directory, you can do this (note the slash in the beginning):

    
    

提交回复
热议问题