For a presentation I created a browser guide.
I used the tutorial at: Tutorial: Create a Custom Browser Guide - Developer Guides
I downloaded the example from : GitHub - neo4j-contrib/neo4j-guides: Tooling to create Neo4j Browser Guides from AsciiDoc Content
I cloned the respository
I added my html browser guide to the html directory and added my images to the img directory.
Finally I started the local server.
All well!
However when I do:
:play http://localhost:8001/html/a_guide.html
the browser guide shows, however the images do not show.
I use local images which are stored in the img directory in the same root as the html directory.
I use
<img src="../img/<name name.pgn" alt="image name" height="300">
The image file names contain NO spaces.
Further I tested the webpage itself by pasting the URL in my browser directly and then the images are shown. So the same web server does recognize the images and shows them.
But not inside the Neo4J browser..
I tested both in Firefox and Chrome
I'm running the Enterprise version 4.3.1.
The instance has no internet connection.
type or paste code here