HTML 求助我搞不懂
HTML help I can't figure this out
好吧,我不知道发生了什么,因为它在我的电脑上运行良好,但是当我在我的主机上试用它时,它不想合作。我的网站是 http://kamecomputers.com/ and the issue is in the little circles where I'm supposed to have some icons, now on my computer they work fine, but I just doesn't wanna work on the hosting. enter image description here有人有什么想法吗?
您的图片链接已损坏。这是您拥有的:
background: url(\Images\wrench.png) no-repeat center;
width: 100%;
height: 100%;
当您可能想使用正斜杠 (/
) 时,您正在使用反斜杠 (\
)。
好吧,我不知道发生了什么,因为它在我的电脑上运行良好,但是当我在我的主机上试用它时,它不想合作。我的网站是 http://kamecomputers.com/ and the issue is in the little circles where I'm supposed to have some icons, now on my computer they work fine, but I just doesn't wanna work on the hosting. enter image description here有人有什么想法吗?
您的图片链接已损坏。这是您拥有的:
background: url(\Images\wrench.png) no-repeat center;
width: 100%;
height: 100%;
当您可能想使用正斜杠 (/
) 时,您正在使用反斜杠 (\
)。