Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAdam Narcisse
293 Pointscan anyone help
im new to this i down load the pic/normalize.css files, but whem i drag the pic it doesnt stay same thing with the normalize.css . and the img dont show the folder and css dont show the folder. im stuck
7 Answers
Nikolay Nikolov
Front End Web Development Techdegree Graduate 23,576 PointsHi Adam. Can you please share your workspace, it is hard to understand what exactly is wrong...
Regards
Adam Narcisse
293 PointsHow do I do that
Nikolay Nikolov
Front End Web Development Techdegree Graduate 23,576 PointsYou can take a snapshot - it is a button to the top right side of the workspace. After that just paste it here...
Adam Narcisse
293 Points<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Adam Narcisse Jr Designer</title>
<link rel="stylsheet" href="css/normalize.css">
</head>
<body>
<header>
<a href="index.html">
<h1>Adam Narcisse Jr</h1>
<h2>Designer</h2>
</a>
<nav>
<ul>
<li><a href="index.html">portfolio</a></li>
<li><a href="about.html">about</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</nav>
</header>
<section>
<ul>
<li>
<a href="img/numbers-01.jpg">
<img src="img/numbers01.jpg" alt="">
<p>my picture coming soon</p>
</a>
</li>
<li>
<a href="img/numbers-02.jpg">
<img src="img/numbers-02.jpg" alt="">
<p>my picture coming soon</p>
</a>
</li>
<li>
<a href="img/numbers-03.jpg">
<img src="img/numbers-03.jpg" alt="">
<p>my picture coming soon</p>
</a>
</li>
<li>
<a href="img/numbers-04.jpg">
<img src="img/numbers-04.jpg" alt="">
<p>my picture coming soon</p>
</a>
</li>
<li>
<a href="img/numbers-05.jpg">
<img src="img/numbers-05.jpg" alt="">
<p>my picture coming soon</p>
</a>
</li>
</ul>
</section>
<footer>
<a href="http://google.com/adamnarcisse"></a><img src-"img/google-wrap.png" alt="google logo"><a/>
<a href="http://facebook.com/adamnarcisse"></a> <img src-"img/facebook-wrap.png " alt="facebook logo"><a/>
<p>© 2016 Adam Narcisse Jr</p>
</footer>
</body>
</html>
Nikolay Nikolov
Front End Web Development Techdegree Graduate 23,576 Points<a href="http://google.com/adamnarcisse"></a><img src-"img/google-wrap.png" alt="google logo"><a/> <a href="http://facebook.com/adamnarcisse"></a> <img src-"img/facebook-wrap.png " alt="facebook logo"><a/>
your mistake is here --- inside your img tag on both of the lines after src you have a dash ( - ) not the assign operator ( = )
If you fix it it should work normally
Cheers
Adam Narcisse
293 PointsOk I'll do that thxs
Adam Narcisse
293 PointsIs that the reason why I can't upload my pictures in the worksplace. I can't even upload the normalize.css in to the workspace. When I open a new file I type in the normalize.css it doesn't work