Re: IMG tag and allowed image types...

Adam Thodey said:

> How would I set up the IMG tag such that would allow many different 
> formats to be downloaded depending on the users WEB browser?
> 
> Would be be done, by lets say I had image type foo, bar, etc... and just 
> used:
> 
> <IMG SRC="imagename">
> 
> would that automatically look for types or how would that work?

Depends on the server. With the CERN server, you would have

 <IMG SRC="imagename.multi">
 
The NCSA server does not do content negotiation. The Apache server does 
I think, but you would need to check. Don't know about the Netsite servers, 
the EMWACS server or the WN server.
 
-- 
Chris Lilley, Technical Author
+-------------------------------------------------------------------+
|       Manchester and North HPC Training & Education Centre        |
+-------------------------------------------------------------------+
| Computer Graphics Unit,             Email: Chris.Lilley@mcc.ac.uk |
| Manchester Computing Centre,        Voice: +44 161 275 6045       |
| Oxford Road, Manchester, UK.          Fax: +44 161 275 6040       |
| M13 9PL                            BioMOO: ChrisL                 |
|     URI: http://info.mcc.ac.uk/CGU/staff/lilley/lilley.html       | 
+-------------------------------------------------------------------+

Received on Friday, 21 July 1995 16:41:24 UTC