+ 3
Help! Why does my image code don't work?
I just started, and I am at the point where I should try to put an image in my blog ptoject, and I don't understand where I failed. <img src="www.yourcupofcake.com/wp-content/uploads/2013/08/Blackberry-Forest-Cake-714x1024.jpg" height="50%" width="50%" border="1px" alt="cake" />
3 Answers
+ 8
Cathugger use this...
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<img src="https://www.yourcupofcake.com/wp-content/uploads/2013/08/Blackberry-Forest-Cake-714x1024.jpg" height="50%" width="50%" border="1px" alt="cake" />
</body>
</html>
+ 3
Thank you â€
+ 1
When linking to the image use the exact path. Your image link didnt include âhttps://â