将.dds图像添加到网页

时间:2015-05-31 08:36:31

标签: html css

只是一个简单的问题:如何将.dds图片添加到我的网页?

我有一个这样的文件夹:

My folder contains a .html file and .dds file

它包含.html文件和.dds文件。这是csstest.html中的代码:

<!doctype html>
<html>
<body>
<img src="btn-border-normal.dds">
</body>
</html>

但是当我运行csstest.html时,它总是给我这个:

Why does it give me a broken image

为什么它会给我一张破碎的图片?我如何解决它?

<小时/> 我也试过这个:

<div style="background:url(btn-border-normal.dds);">test</div>

它只是给我一个简单的“测试”:

Just the word test

0 个答案:

没有答案