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 How to Make a Website Adding Pages to a Website Style New Pages

pamela guy
PLUS
pamela guy
Courses Plus Student 4,311 Points

my footer is red in my index.html can someone look at my code and tell why?

tags in the footer is red can someone look at my code and tell my why the closing tags are red>

Bogdan Cabaj
Bogdan Cabaj
16,348 Points

Hi Pamela,

You did not include any code in your post. Please take a snapshot and post a link to your workspace Snapshot Instructions

@pamelaguy Could you please include some code, then I would love to look at and solve your problem. Did you set your background-color to red from the footer in the css?

1 Answer

Hard to tell without viewing the code or a link to your website.

Are you using all your own CSS?

If the problem is the footer is red, then check the html for inline styles on the footer or its children. Then check anything between style tags or css that is marked as red, #f00 or #ff0000.

I wouldn't recommend it without finding the problem but you could always add a style attribute to the footer in the html as this will override any imported CSS.