A URL of an image is displayed in line. A URL starts with http:// or maybe https://.
The problem is that the URL is now absolute and if the URL is to my own site I really want a relative URL e.g.
/images/bignose.png
instead of http://www.bleh.org/images/bignose.png .
Is there any way of making the image URL relative? Maybe by the inclusion of some variable? Are there any URL variables available e.g. %baseurl%/images/bignose.png
Thanks,
Simon B.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Sorry I can't figure this one out from the docs.
A URL of an image is displayed in line. A URL starts with http:// or maybe https://.
The problem is that the URL is now absolute and if the URL is to my own site I really want a relative URL e.g.
/images/bignose.png
instead of
http://www.bleh.org/images/bignose.png .
Is there any way of making the image URL relative? Maybe by the inclusion of some variable? Are there any URL variables available e.g. %baseurl%/images/bignose.png
Thanks,
Simon B.