I have a whole slew of images to use. Some can be cached on the server
and many are found in various remote locations which may change in the
markup. Is there any way of creating a macro or +value:thingie+ that
will allow me to refer to images with a a variable prefix?
eg:
prefix0 =''
prefix1 = 'http://www.mysite.com'
+prefix1/images/myimage.png+
vs
+prefix0/images/myimage.png+
Lawson