|
||||||||||
> This idea sounds great. So can I put the images on a floppy drive? > Where on the floppy should I put the images? (in the root directory?) You should 1/ modify your html code to link to the local images 2/ upload your html page 3/ using the excellent element manager, upload any external file required, such as images. > Also, how do I reference them in my HTML? > <img src="file:\\a:\example.gif" width=200 height=200> Try the local path <img src="mypicture.png"> without any slash or, ewwwww, backslash. Amaury |