简体   繁体   English

为什么我的图像不显示?

[英]Why won't my image show up?

Why doesn't my image show up, it just looks like it doesn't know where the image is. 为什么我的图像没有显示,看起来好像不知道图像在哪里。 I've checked the source time and time again. 我已经检查了一次又一次的源。

Here is the code: 这是代码:

<div id="quinfo">
<p><b>Knowledge Bowl</b></p>
<a href="google.com" target="_blank" >Josh Pletcher&nbsp;<img class="exlink" src="pictures/exlink.pdf" /></a>
<br/>
<a href="https://docs.google.com/document/d/1-N0P5kkkDMu1jtnQ47NcXIDdQk38wKJEEsLP3mjWV04/edit" target="_blank" > Matthew Colvin<a title="Google Drive" >&nbsp;<img class="exlink" src="pictures/exlink.pdf" /></a> 
<br/>
</div>

You're pointing to a PDF file. 您指向的是PDF文件。 Check the file extension on your image. 检查图像上的文件扩展名。

<img class="exlink" src="pictures/exlink.XYZ" />

It should probably be .jpg , .gif or .png . 它可能应该是.jpg.gif.png

As the other person said, you are pointing to a PDF file. 正如另一个人所说,您指向的是PDF文件。 Pdf's can have multiple pages, and it can't find what image you are looking for, use image formats ex: .jpg .png .jpeg Pdf可以具有多个页面,并且找不到所需的图像,请使用图像格式,例如:.jpg .png .jpeg

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

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