Forum Moderators: phranque
[edited by: oilman at 5:07 pm (utc) on May 3, 2003]
Well, in terms of ftp'ing. If you have a server with a certain web addess, and you know it, then download a program like smartFTP, where you can then put in the address of the server, and your username/pass. From there, you put your files in the right place.
THe key thing there is putting the files in the right place. (you have to put your .html files in the exact right place...)
Let me make one thing for sure.... you do have a server sitting somewhere else right? Like somewhere on the web? You aren't trying to host your files from your computer, are you? (cuz if so, you dont need an ftp program).
Just checkin : )
I have never used front page, but basically, the "src" attribute in your "img" tag has to be relative to the server its on.
so say index.html is on your webserver.
an img should be like
<img src="coolImage.jpg">
and then your "coolImage.jpg" should be also in the same folder as your html file is, on your webserver! I guess frontpage tries to hide the "src" tag (and all html) from the user, right? Well somehow dig in there and find it. You can probably right click on the image and go to properties or smoething like that.
This could be done simply by removing file:///E:/ from the image source referral.