From: | Alan Buxey |
Date: | 28 Sep 2000 at 11:16:27 |
Subject: | Re: Blitz advice |
hi,
> This is my very simple program to load a picture:
> <html>
> <head>
> <title>My Picture</title>
> </head>
> <body>
> <img scr="Mypic.gif">
^^ src, (short for 'source') the Mypic.gif will most likely be case
sensitive on unix systems..so best keep to all lower case (and name files
accordingly) and has to be in the same directory as the html if not, then
you have to use directory structures to locate it.
../Mypic.gif is its in a directory above.
pics/Mypic.gif it its in a directory called pics where the html exists
alan
Quote carefully and read all ADMIN:README mails