开发者

Images on Safari appearing as question marks

开发者 https://www.devze.com 2023-02-21 07:20 出处:网络
Sometimes, the images on certain web pages, appear as blue boxes 开发者_开发知识库with question marks.

Sometimes, the images on certain web pages, appear as blue boxes 开发者_开发知识库with question marks.

Does it have to do with wrong markup or some file format that Safari can't recognize?


This is most likely caused by an image with the wrong src attribute. For instance, an image like this: <img src="link/to/non/existent/image.jpg" /> Would show the blue box with a question mark.


Well, recently I have found out that it's an issue connected to wrong DNS. Please open your Network Settings in Preference pane, then go to your active connection, press Advanced, go to DNS tab and try replacing DNS to for instance 8.8.8.8 It solved the issue for me

0

精彩评论

暂无评论...
验证码 换一张
取 消