admin管理员组

文章数量:1023758

When trying to add an image to my code, it worked at loaded fine, but now just shows the 'image failed to load' thing and the alt text. I cant fid any logical reason for it to stop working.

<img alt="Guestbook" border="0" src=".png" width="160" height=160> </a>

I can send the link to my website if you want because its already public, that was you can see more

When trying to add an image to my code, it worked at loaded fine, but now just shows the 'image failed to load' thing and the alt text. I cant fid any logical reason for it to stop working.

<img alt="Guestbook" border="0" src="https://www8.online-convert/v2/dl/web7/download-file/86900932-8d75-4d5e-81cc-51e9e039837a/guestbook2.png" width="160" height=160> </a>

I can send the link to my website if you want because its already public, that was you can see more

Share Improve this question edited Nov 18, 2024 at 18:50 Jon Skeet 1.5m889 gold badges9.3k silver badges9.3k bronze badges asked Nov 18, 2024 at 18:48 RaineRaine 11 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 4

That site (online-convert) is an online converter site. Presumably at some point you used it to convert an image from one format to another - but the intention isn't that you then use them as an image hosting company forever.

I suggest you do the conversion again if you need to, then store the image somewhere on your own site, and make that the target of the img tag.

When trying to add an image to my code, it worked at loaded fine, but now just shows the 'image failed to load' thing and the alt text. I cant fid any logical reason for it to stop working.

<img alt="Guestbook" border="0" src=".png" width="160" height=160> </a>

I can send the link to my website if you want because its already public, that was you can see more

When trying to add an image to my code, it worked at loaded fine, but now just shows the 'image failed to load' thing and the alt text. I cant fid any logical reason for it to stop working.

<img alt="Guestbook" border="0" src="https://www8.online-convert/v2/dl/web7/download-file/86900932-8d75-4d5e-81cc-51e9e039837a/guestbook2.png" width="160" height=160> </a>

I can send the link to my website if you want because its already public, that was you can see more

Share Improve this question edited Nov 18, 2024 at 18:50 Jon Skeet 1.5m889 gold badges9.3k silver badges9.3k bronze badges asked Nov 18, 2024 at 18:48 RaineRaine 11 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 4

That site (online-convert) is an online converter site. Presumably at some point you used it to convert an image from one format to another - but the intention isn't that you then use them as an image hosting company forever.

I suggest you do the conversion again if you need to, then store the image somewhere on your own site, and make that the target of the img tag.

本文标签: htmlimage showed up finethen didntStack Overflow