HTML:一个href“../subfolder”

时间:2014-04-03 01:23:59

标签: html

所以我的文件根D://有2个文件,index.html it self和img文件夹(不过它被命名为image)

所以这是我的代码。 (假设它有body和html:))

<div style="background: black url('../image/background1.png')"></div>
    <div style="width:800px; margin:0 auto;">
        <table style="width:800px;background-image:">
            <tr>
                <td><a href="www.google.com"><img src="../image/logo.png"/></a><td>
                <td><p align="right"><b> When strategy and chance meets, champions born</b></td>
            <tr>
        </table>
    </div>
</div>

所以这是特殊的事情

1&GT; img src不起作用(假设这些文件确实存在于D://中的右侧文件夹中)

2 - ;谷歌的一个href也不起作用。它使得程序进入D://www.google.com

任何帮助?

PS: 此文件将创建一个带有img背景的div(重复)。 div内部是一个存储徽标的表。

1 个答案:

答案 0 :(得分:2)

1)你不需要..只需使用'images / background1.png'

2)你需要http://