-
im looking for a tool that will let me create a html page that will just be a load of pics.
I have uploaded all my images but it would take forever to write the webpage by hand is there a tool which will take a directory of images and create the page for me.
-
i believe Paul used a command you might like when he put up his porn link...you might be able to use the source of this page for your command
http://doa2.host.sk/pm.htm
<html><head><title>Some nice babes ;-)</title><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"></head><body bgcolor=#FFFFFF text=#000000><script language="JavaScript">
i=1
k=586
for(i;i<10;i++) {
document.write('<img src=http://www.easybimbo.com/photos/playmates/playmates_0'+ i + '.JPG>
');
}
for(i;i<k;i++) {
document.write('<img src=http://www.easybimbo.com/photos/playmates/playmates_'+ i + '.JPG>
');
}
</script></body></html>
-
Front page, any build, insert/picture/new photo gallery
It has a pretty good choice of templates and layouts, configurable for thumbnail previews,slide shows, and default size. No need to resize the thumbs, just set the default.
-
cool thanks for the responses will make my life much easier.
edit : had alook at the script 3rd gen and all my files would have to be called playmate_0.jpg, playmate_1.jpg and upwards.
it would be a bit of a waste reanming all my files in this way but i think im gonna save that script it might be useful :)
-
-
cheers bot that is the kinda thing im after. :)