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 trialAntonio De Rose
20,885 PointsScreenprint the code
Hi Guys,
I have seen some of you guys are able to screenprint the code, into the comment, how do you do that, I want to do the same.
Thanks,
Antonio
5 Answers
Alexander Davison
65,469 PointsDo you mean you are trying to take a snapshot? :)
Antonio De Rose
20,885 Pointssnapshot, is giving them the link to see the work, once a link has been clicked, so basically it is a link, what I am after is to see the snapshot of the code the conversation, rather than a link.
Alexander Davison
65,469 PointsYou mean like this?
<!DOCTYPE html>
<html>
<head></head>
<body>
<script>
alert("Hi!");
</script>
</body>
</html>
Antonio De Rose
20,885 PointsSpot on, that is the one.
Alexander Davison
65,469 PointsRead the Markdown Cheatsheet. You can find it below any answer box. You can scroll to the bottom of this page and you will see it.
Alexander Davison
65,469 PointsAlso, when posting code, don't mistake the '
character (called a single quote) with the ` character (called a backtick). You should use the backtick character, not the single quote!!
Antonio De Rose
20,885 PointsThank you v.much...
<!DOCTYPE html>
<html>
<head></head>
<body>
<script>
alert("Hi!");
</script>
</body>
</html>
Antonio De Rose
20,885 Points.main_wrapper{
width:1000px;
height:auto;
margin:auto;
}