From: Chris G. <cl...@is...> - 2017-01-23 15:58:37
|
> > > OK, thanks, I'll try a bit more. > OK, I've been trying some more! :-) I can get the following to work:- .. image:: http://esprimo/mandyFlat/DSCF6584.JPG I can't get anything like this to work at all:- .. image:: DSCF6584.JPG (yes, I have copied the JPG file to the directory where the rst text is) The code it generates is:- <img alt="DSCF6584.JPG" src="DSCF6584.JPG" /> which is sort of alright except that, presumably, the web server (apache2) can't actually find the image with just that as the address. I guess the problem is down to the fact that the page is generated dynamically. -- Chris Green |