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

Numair Khan
Numair Khan
3,210 Points

How 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
Kent ร…svang
18,823 Points

You can do this in you CSS-file :

element-with-background {
    background-image: url("path/to/image");
}

More: https://www.w3schools.com/css/css_background.asp

background-image: url(" ");

Numair Khan
Numair Khan
3,210 Points

Thanks 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