What's new

Welcome to the forum 👋, Visitor

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

IMAGES NOT LOADING

radiosmasher

New member
Joined
Mar 28, 2020
Messages
2
Reaction score
0
HTML Coins
0
Working on a school project and running into a problem. I have tried everything and these images won't load. I have an image on the homepage that will load but not on this one. The images are in the folder where my html file is and still a no go. Any idea why it might be happening? Be gentle, I'm new to this.

<!DOCTYPE html>
<html>
<head><title>Custom Greeting Cards</title></head>
<<body bgcolor=#0066cc>

<center><h3 style="color:white;font-family:sans seriff;font-size:200%;">Choose a Category</h3><center>

<center><img src=“cat_BD.jpg" alt=“Birthday Cards”>
<br>
<br>
<img src=“cat_AN.jpg" alt=“Anniversary Cards”>
<br>
<br>
<img src=“cat_NJ.jpg" alt=“Nice Nose Job”>
<br>
<br>
<img src=“cat_JL.jpg" alt=“Congrats on getting out of jail”><center>


</p>
<center><a href="index.htm">Return to Home </a>
</center>
</p>
</body>
</html>
 
Working on a school project and running into a problem. I have tried everything and these images won't load. I have an image on the homepage that will load but not on this one. The images are in the folder where my html file is and still a no go. Any idea why it might be happening? Be gentle, I'm new to this.

<!DOCTYPE html>
<html>
<head><title>Custom Greeting Cards</title></head>
<<body bgcolor=#0066cc>

<center><h3 style="color:white;font-family:sans seriff;font-size:200%;">Choose a Category</h3><center>

<center><img src=“cat_BD.jpg" alt=“Birthday Cards”>
<br>
<br>
<img src=“cat_AN.jpg" alt=“Anniversary Cards”>
<br>
<br>
<img src=“cat_NJ.jpg" alt=“Nice Nose Job”>
<br>
<br>
<img src=“cat_JL.jpg" alt=“Congrats on getting out of jail”><center>


</p>
<center><a href="index.htm">Return to Home </a>
</center>
</p>
</body>
</html>

<center><a href="index.html">Return to Home </a>
</center>
 
fix the problem, be sure to check your Chrome settings and disable your antivirus. Images won't load in Chrome Sometimes this issue can appear if JavaScript is disabled in your browse And the image folder after editing your code.
 
That fixed the link. Thanks......Images still not loading.
From my experience, I believe that should have solved the problem of the images not loading but since it still happening maybe there is another security settings problem that needs to be resolved as well.
 

Theme customization system

You can customize some areas of the forum theme from this menu.

  • Wide/Narrow view

    You can control a structure that you can use to use your theme wide or narrow.

    Grid view forum list

    You can control the layout of the forum list in a grid or ordinary listing style structure.

    Picture grid mode

    You can control the structure where you can open/close images in the grid forum list.

    Close sidebar

    You can get rid of the crowded view in the forum by closing the sidebar.

    Fixed sidebar

    You can make it more useful and easier to access by pinning the sidebar.

    Close radius

    You can use the radius at the corners of the blocks according to your taste by closing/opening it.

  • Choose the color combination that reflects your taste
    Background images
    Color gradient backgrounds
Back