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 > <img src="img/clicklist.png" alt="clicklist/png" width="653" height="104"> > 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/