Nena
Nena
KPCKevin Powell - Community
Created by Nena on 12/26/2024 in #front-end
Navigation within a hero image
I appreciate so much your help 🙏 . the image is shown in browser, everything's working. The only thing what's bugging me is my css file, because I have so much errors now, and I just have to put URL for a photo like this ("webdev/html/img/6....jpg") and css doesn't it for some reason. You've helped me so much, really, thank you 🙏 .
12 replies
KPCKevin Powell - Community
Created by Nena on 12/26/2024 in #front-end
Navigation within a hero image
well, the full address would be webdev/html/img/64....jpg was that on your mind?
12 replies
KPCKevin Powell - Community
Created by Nena on 12/26/2024 in #front-end
Navigation within a hero image
Could it be the problem with server?
12 replies
KPCKevin Powell - Community
Created by Nena on 12/26/2024 in #front-end
Navigation within a hero image
@13eck @ProdJuan thank you so much for your messages, I'm new in this group and didn't know about tagging everyone. Sorry. Well, actually, it looks like the problem is that my html can easily find my photo, which is not the case with css. when I write in css the following : .background-image { width: 100%; height: 800px; background-image: url("/webdev-my-name/html/img/64.....jpg"); my background photo appears and navigation is where it should be, so the problem looks solved but I have 'errors' in css-php storm because that's not the right path for a background image normally- background-image: url("img/64....jpg");
12 replies