0
我使用Visual Studio的Web Developer速成這個網站上,並讓說,例如,我有以下目錄結構...解決根目錄
<root>\
<root>\index.htm
<root>\images\
<root>\images\logo.png
<root>\myfolder\
<root>\myfolder\index.htm
在\ index.htm的我可以加載我的形象與網頁...
<img src="images\logo.png" />
在\ MyFolder文件\ index.htm網頁,我可以加載我的形象與...
<img src="\images\logo.png" />
這在服務器上正常工作,但在VWD中,我只是得到了斷開的鏈接圖像。我如何在VWD中設置它以識別\ images \ logo.png指向根目錄,然後指向images文件夾?
不敢相信我問了這麼一個愚蠢的問題 – hmcclungiii