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

HTML

Ah, CSS and PHP includes, CSS BUg

HI,

So i have one page where my backgound will expand 100% width with no margin top.

But in my header, i have this code

 <!-- Home Page -->
    <div class="main-wrapper">
        <div class="container">
            <div class"row">

that support other pages , u know .

But on one page, on my inxed specially, i have to read of them .

What should i do?

1 Answer

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,863 Points

Hey Konrad,

I'm not sure if this is the problem, but your <div class="row"> is missing an = sign.

:)

HI, i noticed it , thank you but i ment not that xd

I want to take this 3 lines of code so it doesnt affectt my index page but applies on different pages, basically i dont want this code to work on index page from the header. But work in e.g blog , contact me etc..