Re: image not showing on page

2020-04-04 Thread John McClain
Hello Andreas, You are correct that was definitely the problem. Thanks for spotting it. Cheers, John On Fri, 3 Apr 2020 at 15:41, Andréas Kühne wrote: > What I stated earlier is probably your issue: > > You have the following: > style="background-image: img src="{% static 'images/image_name.p

Re: image not showing on page

2020-04-03 Thread Andréas Kühne
What I stated earlier is probably your issue: You have the following: style="background-image: img src="{% static 'images/image_name.png' %};"> You see the ";" at the end? The path to your image is then "images/image_name.png;" <- which is incorrect because of the extra semicolon. I would at lea

Re: image not showing on page

2020-04-03 Thread John McClain
Kasper, Thanks for clarifying matters... I think you could have asked for more details or asked for me to provide those resources so you could evaluate further rather than replying the way you did. As far as the inspector goes it is not flagging anything that is useful for this matter. As I stat

Re: image not showing on page

2020-04-03 Thread Kasper Laudrup
Hi John, On 03/04/2020 12.52, John McClain wrote: I mean your answer was quite derogatory and if you are not part of the solution then you are part of the problem I'm sorry if it sounded like that. That was not my intention. I was definitely trying to help. I don't understand which problem

Re: image not showing on page

2020-04-03 Thread John McClain
I mean your answer was quite derogatory and if you are not part of the solution then you are part of the problem and for your information, I am a learner and I am trying to learn and I have spent a lot of time on the boards on StackOverflow and elsewhere including using my inspect tool inside chro

Re: image not showing on page

2020-04-03 Thread Kasper Laudrup
On 03/04/2020 12.31, John McClain wrote: genius ;-( I'm sorry, I don't understand what that's supposed to mean? I would assume that the log from Django or your web browsers console would show something, but you haven't posted any output from it so how could I know if you already had a look

Re: image not showing on page

2020-04-03 Thread John McClain
genius ;-( On Fri, 3 Apr 2020 at 11:27, Kasper Laudrup wrote: > Hi John, > > On 03/04/2020 12.18, John McClain wrote: > > snap a screenshot of what you are saying > > > > am not getting 404 > > am not getting any error returned at all > > I simply cannot see the image > > > > Learn to use your b

Re: image not showing on page

2020-04-03 Thread Kasper Laudrup
Hi John, On 03/04/2020 12.18, John McClain wrote: snap a screenshot of what you are saying am not getting 404 am not getting any error returned at all I simply cannot see the image Learn to use your browsers debugging tools and read the output from the Django server logs. That will make it

Re: image not showing on page

2020-04-03 Thread Andréas Kühne
Why do you have a ; in the src part of the img tag? I am guessing that you get a 404 now? Regards, Andréas Den fre 3 apr. 2020 kl 12:08 skrev John McClain : > html page > > [image: image.png] > > [image: image.png] > > > settings.py > > [image: image.png] > > > any suggestions would be apprec