On Aug 24, 10:27 am, The Moose <moos...@hotmail.com> wrote:
> > Hi,
>
> > The Moose wrote:
> > > I have/will have a website that has thousands of image files.
>
> > > When I let the server create an index.html, there is a red box next to
> > > each file name. Is there a way to get a picture of what the file name
> > > stands for instead of this red x (which for some unknown reason points
> > > to /icons/image2.gif)??
>
> > > I.e. -- See: http://chocolate-moose.p5.org.uk/MINIS/barbara.htmlThe
> > > first two I manually edited the index.html (actuallybarbara.htmlfor
> > > this example) and replaced image2.gif with the actual filename.
>
> > > Is there any way to do this automatically?? I could pull the
> > > index.html down into Excel or Word or something and use a combination
> > > of copy and paste and tables that would do this pretty quickly; but,
> > > I'd rather have the server do it if it's capable. I should mention
> > > that I do not have access to do anything on the server other than
> > > place/delete files.
>
> Barb
I found a 'quick way' to do this without any additional software. See
sample at
http://chocolate-moose.p5.org.uk/MINIS/barbara.html
Login into FTP and type this command: ls *.* c:\windows\desktop
\list.txt . Edit c:\windows\desktop\list.txt and add
"filename" (without quotes) at the very top of the file.
Create a Microsoft Word Merge document with the following text:
<IMG height="50" src=" http://chocolate-moose.p5.org.uk/MINIS/«filename»"
width="500" border=0> <A href=" http://chocolate-moose.p5.org.uk/MINIS/«filename»">
«filename»</A>¶
<BR><BR>¶
Merge the word document with the text document into a new text (TXT)
file with an HTML extension.
The results will be like:
http://chocolate-moose.p5.org.uk/MINIS/barbara.html
My vision's bad so I've used a 50x50 thumbnail. You can use a smaller
one if you wish.
Barb