Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

shareyourpeace
3,244 PointsHow do you copy raw html in chromeDevTools?
Time :30 in the video.
I tried he normal ways and could not do it ?
Thanks.
4 Answers

rosinapissaco
13,401 PointsMore than one line? Click again and select edit as HTML. This will let you select all the lines you want to copy.

Ken Alger
Treehouse TeacherThe way I am able to accomplish that is to left-click on the starting line of code and while holding the button down move through the HTML to the last/first line I am interested in copying. Then (on a PC) I do a CTRL-C.
Ken

shareyourpeace
3,244 PointsThanks. I am on a Mac.
Press is a left click and a drop down let's me select the current line of code.
Still working out more than one line.
Thanks,

rosinapissaco
13,401 PointsHi, I saw the video! Go to your browser, inspect the element, right click or command click on mac and select copy. Then paste the element in your WordPress Page. This is how you do it but its not showing up in the video. You should also check this: http://anti-code.com/devtools-cheatsheet/

shareyourpeace
3,244 PointsHi. Yes. I have done as you suggested but this only allows me to select the One Line of code.
I cannot find the keystroke combination to select more than the one line.
Oh. And than you for that cheatsheet !

shareyourpeace
3,244 PointsNice. Thank You !