Simon Blandford - 2002-03-13

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.