为什么img src在论坛中不起作用?

时间:2018-03-02 19:14:14

标签: html image hyperlink src

我主要使用Chrome。

当我在DeviantArt,Blogger,Flickr等网站上发布一些作品时,我无法显示图像而不是链接或仅显示图像,这真的很烦人,因为我尝试了很多东西来解决问题。我用:

<img src="https://VALID LINK" >

<a href="https://VALID WEBSITE">< img src="https://VALID BANNER on another 
website"/></a>

<a href="URL Address"><img src="Image URL address" alt="Name of Image" /></a>

仅显示要点击的蓝色https://website地址和普通代码

<a href="URL Address">Name of Link</a>

该代码完美无缺

我想要显示一个可点击的图片,在您点击它到所需的网站后指示您。为什么代码不起作用?是因为某种保护还是什么?

I use code as instructed in deviant art support or in most other sites

2 个答案:

答案 0 :(得分:0)

运行后点击图标并检查其工作正常

<a href="https://stackoverflow.com/">
<img src="https://upload.wikimedia.org/wikipedia/commons/8/81/Stackoverflow_icon.png" 
alt="Name of Image" style="width:42px;height:42px;border:0;"/>
</a>

答案 1 :(得分:0)