I have not found the only person in the world (it seems) who knows how to use parameters in .lnk files called from html. Instead I experimented a bit with other solutions. The simplest I found was to copy xml/nn/images to html/nn and change all image calls in the html code to be links (shortcuts) by adding a ".lnk" prefix to the names af the image files. (Example: <img src="images/dialogs/layer-dialog.png"> become <img src="images/dialogs/layer-dialog.png.lnk"> and so forth). (The ".lnk" does not shows up in the (Windows) file browser, but does have to be added to get it work). So, if it does not disturb the project in any way, would it be a solution to do so for all? Make the Makefile.GNU or whatever 1. copy the xml/lang/images to the html/lang/ 2. adding ".lnk" to the image file names in the html BTW: To add all the ".lnk"'s I write my first Python program to do the job, or more correctly: I modified some programs found on the net. Had to download the Python manual too. So perhaps I'll start programming ;-) Kolbjoern _______________________________________________ Gimp-docs mailing list Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs