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 trialjihad miski
1,278 Pointsthe image is not showing up and the code is good to go can some 1 explain why ? thank u
no pictures appear ???? why !!!!! its driving me crazy
4 Answers
Alexander Davison
65,469 PointsScroll down to the bottom of the page and Click the Markdown Cheatsheet words below the answer box to see how to post code.
jihad miski
1,278 Pointsomg !!!!!!!!!! hahah thnk uuuuuuuuu its been 30 min trying to figure out why !! thnk uuu soooo much
Alexander Davison
65,469 Pointscan you give me a "best answer" so that this question wouldn't be in the Unanswered section of the Community?
Thanks, Alex
jihad miski
1,278 Points<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Beyong The Sword</title>
</head>
<body>
<header>
<a href="index.html">
<h1> 10 HorseMen </h1>
<h2> Defenders </h2>
</a>
<nav>
<ul>
<li><a href="index.html">Horsemen</a></li>
<li><a href="Potions.html">Potions</a></li>
<li><a href="Craft.html">Craft</a></li>
</ul>
</nav>
</header>
<section>
<ul>
<li>
<img scr="img/numbers-01.jpg" alt="">
</li>
</ul>
</section>
<footer>
<p>© 2016 10 Horsemen.</p>
</footer>
</body>
</html>
jihad miski
1,278 Pointswhen i preview i cant see the image .. why would that be the code is good to go
Alexander Davison
65,469 Pointsyou said scr, try changing the scr to src
Alexander Davison
65,469 Pointschange the scr in the img tag to src
jihad miski
1,278 Pointsoffcourse u got it mate
Alexander Davison
65,469 PointsThanks! :)
jihad miski
1,278 Pointsjihad miski
1,278 Pointsthnx :D