members
-
Topic authorbillybob884
- Posts: 986
- Joined: 16.08.2002
- With us: 22 years 3 months
- Location: USA, East Coast
members
Just a little observation I made, has anyone noticed that out of 519 members, about 190 (about 37%) of them havent made a single post? I found it interesting considering you dont need to register to read posts...
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 3 months
posts
some of us do post
Compleat venus zip (with and without clouds at
http://68.41.193.15
sory no text name yet
Compleat venus zip (with and without clouds at
http://68.41.193.15
sory no text name yet
-
Topic authorbillybob884
- Posts: 986
- Joined: 16.08.2002
- With us: 22 years 3 months
- Location: USA, East Coast
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 3 months
John,
That's better!
But you need to specify the locations of your files using URLs, not with your local file names. Remote Web browsers can't access your disks directly. They can only use Web addresses.
For example,
should be
or (more concisely)
which is called a "relative" URL,
I hope this helps a little.
That's better!
But you need to specify the locations of your files using URLs, not with your local file names. Remote Web browsers can't access your disks directly. They can only use Web addresses.
For example,
Code: Select all
<a href="file:///C:\FoxServ\www\Maps\Earth.zip">Earth.Zip</a>
should be
Code: Select all
<a href="http://68.41.193.15/Maps/Earth.zip">Earth.Zip</a>
or (more concisely)
Code: Select all
<a href="Maps/Earth.zip">Earth.Zip</a>
which is called a "relative" URL,
I hope this helps a little.
Selden
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 3 months
my site
yes it helps , I had ti "maps/Earth" , but changed it when i saw that visual stuido.net incerted the link as ///c://fox...