Re: Image won't display

2018-06-12 Thread Richard Porter
On 12 Jun 2018 Brian  wrote:

> In article <570702972bli...@torrens.org>, Richard Torrens (lists)
>  wrote:
>> A very weird problem...

>> The page http://stronged.torrens.org/man/modes/syntaxmodefile.html which
>> I am writing. It has a line > alt="clicklist/png" width="653" height="104"> But Netsurf won't display
>> the image. Chrome does it properly.

>> But http://stronged.torrens.org/man/modes/img/clicklist.png displays the
>> image!

> Not here, I'm getting 404 - Not Found

>> I am baffled.

But it's coded as clklist.png not clicklist.png.


-- 
Richard Porter  http://www.minijem.plus.com/
t: @westernexplorer mailto:r...@minijem.plus.com
I don't want a "user experience" - I just want stuff that works.



Re: Image won't display

2018-06-12 Thread Richard Torrens (lists)
In article <570714fc76bbai...@argonet.co.uk>,
   Brian  wrote:
> In article <570702972bli...@torrens.org>, Richard Torrens (lists)
>  wrote:
> > A very weird problem...

> > The page http://stronged.torrens.org/man/modes/syntaxmodefile.html which
> > I am writing. It has a line  > alt="clicklist/png" width="653" height="104"> But Netsurf won't display
> > the image. Chrome does it properly.

> > But http://stronged.torrens.org/man/modes/img/clicklist.png displays the
> > image!

> Not here, I'm getting 404 - Not Found

That is because I have changed the image name so that it does work!

-- 
Richard Torrens.
http://www.Torrens.org for genealogy, natural history, wild food, walks, cats
and more!



Re: Image won't display

2018-06-12 Thread Brian
In article <570702972bli...@torrens.org>, Richard Torrens (lists)
 wrote:
> A very weird problem...

> The page http://stronged.torrens.org/man/modes/syntaxmodefile.html which
> I am writing. It has a line  alt="clicklist/png" width="653" height="104"> But Netsurf won't display
> the image. Chrome does it properly.

> But http://stronged.torrens.org/man/modes/img/clicklist.png displays the
> image!

Not here, I'm getting 404 - Not Found

> I am baffled.




Re: Image won't display

2018-06-12 Thread Richard Torrens (lists)
In article <4e9f7074-3a2d-e7b2-3d74-175f46e71...@codethink.co.uk>,
   Michael Drake  wrote:
> On 12/06/18 14:07, Richard Torrens (lists) wrote:
> > A very weird problem...
> > 
> > The page
> > http://stronged.torrens.org/man/modes/syntaxmodefile.html
> > which I am writing. It has a line
> > 
> > But Netsurf won't display the image. Chrome does it properly.

> It's getting caught by NetSurf's ad blocking CSS.

> Looks like it matches the following selector.

>   img[src*="/click"]

> You can disable ad blocking in the preferences.

Thanks for the very speedy explanation! But if I want others to read the
page, I need to change the name...

Done.

-- 
Richard Torrens.
http://www.Torrens.org for genealogy, natural history, wild food, walks, cats
and more!



Re: Image won't display

2018-06-12 Thread Michael Drake
On 12/06/18 14:07, Richard Torrens (lists) wrote:
> A very weird problem...
> 
> The page
> http://stronged.torrens.org/man/modes/syntaxmodefile.html
> which I am writing. It has a line
> 
> But Netsurf won't display the image. Chrome does it properly.

It's getting caught by NetSurf's ad blocking CSS.

Looks like it matches the following selector.

  img[src*="/click"]

You can disable ad blocking in the preferences.

-- 
Michael Drake https://www.codethink.co.uk/