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 trialJack Campbell
1,822 PointsIndenting not working.
In the video Working with grids I followed all the instructions. For whatever reason when I save my work and then reload my page. The page does not indent like in the movie. Has anyone else had this problem, if so how did you fix it? This is the link for my coding.
5 Answers
James Barnett
39,199 PointsLooks like you've got valid HTML, your issue it's most likely related to file path in your <link>
element for your grid.css
file.
This is one of the most common issues for those new to web design. The key is to put your files in the correct folder relative, to your HTML file. You can read up about absolute vs relative paths
Jack Campbell
1,822 PointsI am not getting the result I want. I think it might now be working because the grid.css is above the image folder. My mac won't let me put my grid.css below the image folder. Does anyone know how to fix this?
Jack Campbell
1,822 PointsI am not getting the result I want. I think it might now be working because the grid.css is above the image folder. My mac won't let me put my grid.css below the image folder. Does anyone know how to fix this?
Greg Barbosa
9,874 PointsWhat do you mean "grid.css is above the image folder"?
Jack Campbell
1,822 PointsWhen you download the CSS for the video one of the links is grid.css
Greg Barbosa
9,874 PointsGreg Barbosa
9,874 PointsI may know the answer, but could you provide a link to the video you are referring to?