Auto make HTML IMG tags, is a handy little utility for inserting large blocks of image tags into an HTML document without having to type each file name by hand.

If you write your own HTML files by hand with a plain text editor like I do (to cut down on superfluous fat, and just make the damn thing easier to read and write), then this program may be useful for creating large photo galleries.

Will require you to understand and use basic DOS commands, for example:

Go to the folder with your image files, open the DOS command prompt and issue the DOS command

dir /b > hdlist.txt



This will create a text file containing a bare list of all your image file names.



Now place a copy of “AutoHtmImagTags.exe” in that folder and run it. Enter the name of your list file and any name for your new output file. Enter image width, default is 320 pixels, and click GO.




Your finished file should now contain a list of all your image files embedded in the correct HTML code. Copy and paste this code into your html web page file.



That's it!


Questions or comments, write to jm@islandalien.com

Happy webbing!