| From | Doug Carter |
| Date | Wed, 10 Aug 2005 07:06:48 -0700 |
| Subject | [greenstone-devel] Image reference in html file |
| Hi all,
I've got a strange problem that I do not understand. This is the first
I'm importing/building an html document that contains a image link to
--- <html>
This is a new image that I would like to include:<br> <img src="/newimages/Foo.jpg" border=0> </body>
--- After building, the html source has been changed to: --- This is a new image that I would like to include:<br> <a name="Foo.jpg"><img src="/gsdl/collect/test/index/assoc/HASHde67.dir/Foo.jpg" border=0> --- I've tried some different switches to HTMLPlug, none of them seem to help.
TIA, Doug | |