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 trialNumair Khan
3,210 PointsHow to add a background image
Hi
I am creating a website and can some one please tell me how to add a background not a solid color. I have already chosen the picture I want but I need help on how and where to put it.
Thanks
3 Answers
Kent Åsvang
18,823 PointsYou can do this in you CSS-file :
element-with-background {
background-image: url("path/to/image");
}
Yuval Blass
18,134 Pointsbackground-image: url(" ");
Numair Khan
3,210 PointsThanks for the help but I have tried all of the teqniques and they are not working and also I don't know were to put it in my code i.e were to sandwich it between