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

Chukwuma Rosemary
seal-mask
.a{fill-rule:evenodd;}techdegree
Chukwuma Rosemary
Front End Web Development Techdegree Student 2,156 Points

project 1; why is my background image not reflecting on the browser?

i have tried all i can but my background image wouldn’t reflect on any of my browsers

Caleb Kemp
Caleb Kemp
12,754 Points

I can't see your code, but, it is most likely one of two problems.

  1. There is a typo that can/is causing problems with your page.
  2. The "src" tag is not pointing to the correct location and is not finding the image for it to display

P.S. if you see an empty image tag on the page, but just not having your image, most likely "src" problem. If there is no image at all, (not even a empty one), most likely some sort of type or other code error. Hope that helps

Caleb Kemp
Caleb Kemp
12,754 Points

Glad to hear you managed to get it working :relaxed: