Tell us what’s happening:
Describe your issue in detail here.
Im trying to use an image from my downloads, but it seems my file path may be wrong, ive tried several different downloads, i changed them to jpeg but still only getting the placeholder, i guess i cant figure out my file path?
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>GrahamTec Audio</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header id="header">
<img src="cartoon-octopus-drawing-silhouette.jpg" alt="pic of octopus logo" width="250" height="250">
</img>
</header>
</body>
</html>
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
Challenge Information:
Product Landing Page - Build a Product Landing Page
Learn to Code — For Free
system
November 28, 2023, 5:29pm
2
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
zaklina
November 28, 2023, 5:35pm
3
scrubtech78:
</img>
you dont need this img is self closing tag
1 Like
thanks, got rid of that but still no pic.
zaklina
November 28, 2023, 5:42pm
5
go to Free Vectors - Download vector images on Freepik
pick some img you like ,copy the img addres and paste it in your img src
1 Like
Ive tried that several times , but all i get is the placeholder. I dont know im missing something small probably.
zaklina
November 28, 2023, 6:17pm
7
1 Like
Thank you it worked, where did you find the full url? and thanks for the Doc reading over it now.
1 Like
I still dont know how you found that URL? can you walk me thru that?
1 Like
zaklina
November 28, 2023, 9:31pm
11
right click on the picture you like and you get the option copy img addres
when you copy , you can paste it in the img src and thet is it…
1 Like
Thanks , cant believe i starred at this screen for so long and couldnt figure that out!
2 Likes
system
Closed
May 31, 2024, 1:10am
13
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.