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 trialMary Buttner
926 PointsI am having problems with getting my Resume to display on a separate page from original. I am missing some steps.
I am having difficulties getting my resume to show up separate from the original in "Writing HTML" segment. The one before "Write the CSS". I missed a step I think. Help! Attaching the screenshots
<!DOCTYPE html> <html> <head> <title>Beth Buttner's Resume</title> </head> <body> <img src="https://placeimg.com/200/200/nature" alt="Beth Butter, Web Developer"> <h1>Beth Buttner, Web Developer</h1> <h2>Summary of Qualifications</h2> <ul> <li>Experience as a Freelance Web Developer</li> <li>Experience with HTML, CSS, and JavaScript</li> <li>Bachelor of Science, Business</li>
</ul>
</body> </html>
{ color: blue; }
Steven Parker
231,236 PointsEven better than posting the code, make a snapshot of your workspace and post the link to it here.
1 Answer
Arif Ar
Courses Plus Student 3,717 Pointsi dont understand your question fully
but if you are having a difficulties connecting your resume.css the reason is you miss this line in your head section
<link rel="stylesheet" href="styles.css">
nakalkucing
12,964 Pointsnakalkucing
12,964 PointsHey Mary Buttner! I'd love to help but, you haven't included your code. It's kinda hard to troubleshoot without it. :) Do you mind posting yours?