|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 (permalink) |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#2 (permalink) |
|
Messages: n/a
Hébergeur: |
The Moose wrote:
> 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 > A blank page? -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |
|
|
|
#3 (permalink) |
|
Messages: n/a
Hébergeur: |
Jerry Stuckle wrote:
> The Moose wrote: >> 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 >> > > A blank page? As a dialup user, I can appreciate a fast page like that. -- Blinky RLU 297263 Killing all posts from Google Groups The Usenet Improvement Project: http://improve-usenet.org <----------- New Site Aug 28 |
|
|
|
#4 (permalink) |
|
Messages: n/a
Hébergeur: |
Jerry Stuckle wrote:
> The Moose wrote: >> >> I found a 'quick way' to do this without any additional software. >> 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: >> >> 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 > > A blank page? The cleanest source ever produced with MS software involved! <html><body></body></html> -- John Pondering the value of the UIP: http://improve-usenet.org/ |
|
|
|
#5 (permalink) |
|
Messages: n/a
Hébergeur: |
John Hosking wrote:
> Jerry Stuckle wrote: >> The Moose wrote: > >>> >>> I found a 'quick way' to do this without any additional software. > >>> 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: > >>> >>> 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 > >> >> A blank page? > > The cleanest source ever produced with MS software involved! ><html><body></body></html> I don't even get that; source view has not a single character. -- Blinky RLU 297263 Killing all posts from Google Groups The Usenet Improvement Project: http://improve-usenet.org <----------- New Site Aug 28 |
|
|
|
#6 (permalink) |
|
Messages: n/a
Hébergeur: |
John Hosking wrote:
> Jerry Stuckle wrote: >> The Moose wrote: > >>> >>> I found a 'quick way' to do this without any additional software. > >>> 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: > >>> >>> 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 > >> >> A blank page? > > The cleanest source ever produced with MS software involved! ><html><body></body></html> I don't even get that; source view has not a single character. -- Blinky RLU 297263 Killing all posts from Google Groups The Usenet Improvement Project: http://improve-usenet.org <----------- New Site Aug 28 |
|
|
|
#7 (permalink) |
|
Messages: n/a
Hébergeur: |
Blinky the Shark wrote:
> John Hosking wrote: >> Jerry Stuckle wrote: >>> The Moose wrote: >>>> The results will be like: >>>> http://chocolate-moose.p5.org.uk/MINIS/barbara.html >>> A blank page? >> The cleanest source ever produced with MS software involved! >> <html><body></body></html> > > I don't even get that; source view has not a single character. Ah, well now I'm thinking it's a function of the browser. The "source" above was in FF, Opera gives me nothing, and in IE6 I get all of this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML> I guess each browser assumes certain defaults... -- John Pondering the value of the UIP: http://improve-usenet.org/ |
|
|
|
#8 (permalink) |
|
Messages: n/a
Hébergeur: |
Blinky the Shark wrote:
> John Hosking wrote: >> Jerry Stuckle wrote: >>> The Moose wrote: >>>> The results will be like: >>>> http://chocolate-moose.p5.org.uk/MINIS/barbara.html >>> A blank page? >> The cleanest source ever produced with MS software involved! >> <html><body></body></html> > > I don't even get that; source view has not a single character. Ah, well now I'm thinking it's a function of the browser. The "source" above was in FF, Opera gives me nothing, and in IE6 I get all of this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML> I guess each browser assumes certain defaults... -- John Pondering the value of the UIP: http://improve-usenet.org/ |
|
![]() |
| Outils de la discussion | |
|
|