[Zope-CMF] image inclusion in structured text - issue
marc lindahl
marc@bowery.com
Mon, 04 Jun 2001 02:20:36 -0400
It seems that the link generated for an included image is not an absoulte
one, therefore almost completely useless...
If I have a folder with both a structured text Document and an Image with
id=imageName, and in the doc have the link:
"some text for alt tag":img:imageName
it generates the html <img src="imageName" alt="some text for alt tag">
for any object -- image, file, etc, shouldn't it generate the absolute_url?