如何将索引图像合并到网页中

时间:2019-09-03 09:56:06

标签: html css

我想在网页中使用indexed images。但是,它们被读为text / html,因此它们不会显示:

Image

这是我的代码:

body {
   background: #FFFFFF;
   background-image: url("imagenes/conversacion/backgroundConversacion.png");
   background-repeat: no-repeat;
   background-position: 50% 6.2%;
   overflow: hidden;

   user-select: none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
}

编辑:不,URL没有错。另外,这是我使用过的其他.png(非索引图像)的类型。 image

1 个答案:

答案 0 :(得分:0)

正如Quentin所说,这可能是路径错误(不是),或者是服务器端问题弄乱了图像。由于我使用的是Pepper机器人来显示它,所以我猜剩下的唯一选择是内部弄乱了我的图像,所以这不是代码问题(如我所想),而是机器人的问题。