简体   繁体   English

图片无法在IE10和Mozilla中打开

[英]Image would not like to open in IE10 and Mozilla

I upload image to server and try to load it in different browsers. 我将图像上传到服务器,并尝试将其加载到其他浏览器中。

I'm using this type of code: 我正在使用这种类型的代码:

<img alt="Name2.jpg" src="http://www.website.net/addVid/maker/Name2.jpg">

This is result: 结果是:

Chrome : Working fine. :工作正常。
Opera : Working fine. 歌剧 :很好。
IE10 : square with cross. IE10 :带有十字的正方形。
Mozilla : says " The image blablabla.....cannot be displayed because it contains errors. Mozilla :说“无法显示图像blablabla .....,因为其中包含错误。

I have NO idea why it's happens.. any suggestions? 我不知道为什么会发生..有什么建议吗?

URL provided in src is not valid src中提供的网址无效

src="http://pcplacements.com/wp-content/uploads/Hello-Picture.gif" src =“ http://pcplacements.com/wp-content/uploads/Hello-Picture.gif”

once try this. 一次尝试这个。

The link that you provided is invalid however I am assuming that you did not want to post the actual URL for whatever reason. 您提供的链接无效,但是我假设您出于任何原因都不想发布实际的URL。

Why are you trying to load the image via URL, just import the image over to your server and then access it: 为什么要尝试通过URL加载图像,只是将图像导入到服务器中然后访问它:

<img alt="Name2.jpg" src="FileDirectory/Name2.jpg">

problem is with the image. 问题出在图像上。 the image only contains the error, once replace the image and try again, i am sure it will. 该图像仅包含错误,一旦更换该图像然后再试一次,我相信它会。

Definitely. 绝对是

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM