PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > alt.www.webmaster > Re: Index.html with image represented by file name instead of red-X??
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Re: Index.html with image represented by file name instead of red-X??

Réponse
 
LinkBack Outils de la discussion
Vieux 05/09/2007, 03h06   #1 (permalink)
The Moose
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

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

  Réponse avec citation
Vieux 05/09/2007, 03h20   #2 (permalink)
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

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
==================
  Réponse avec citation
Vieux 05/09/2007, 04h07   #3 (permalink)
Blinky the Shark
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

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
  Réponse avec citation
Vieux 05/09/2007, 14h44   #4 (permalink)
John Hosking
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

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/
  Réponse avec citation
Vieux 05/09/2007, 20h02   #5 (permalink)
Blinky the Shark
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

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
  Réponse avec citation
Vieux 05/09/2007, 20h02   #6 (permalink)
Blinky the Shark
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

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
  Réponse avec citation
Vieux 05/09/2007, 22h30   #7 (permalink)
John Hosking
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

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/
  Réponse avec citation
Vieux 05/09/2007, 22h30   #8 (permalink)
John Hosking
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

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/
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 10h18.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,19601 seconds with 16 queries