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 trial

General Discussion

Antonio De Rose
Antonio De Rose
20,885 Points

Screenprint 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

Do you mean you are trying to take a snapshot? :)

Antonio De Rose
Antonio De Rose
20,885 Points

snapshot, 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.

You mean like this?

<!DOCTYPE html>
<html>
  <head></head>
  <body>
    <script>
      alert("Hi!");
    </script>
  </body>
</html>

Read 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.

Also, 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
Antonio De Rose
20,885 Points

Thank you v.much...

<!DOCTYPE html>
<html>
  <head></head>
  <body>
    <script>
      alert("Hi!");
    </script>
  </body>
</html>
Antonio De Rose
Antonio De Rose
20,885 Points
.main_wrapper{
    width:1000px;
    height:auto;
    margin:auto;
}