radiosmasher
New member
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>
<!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>