Page 1 of 1
members
Posted: 28.12.2002, 02:52
by billybob884
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...
posts
Posted: 29.12.2002, 05:58
by John Van Vliet
some of us do post
Compleat venus zip (with and without clouds at
http://68.41.193.15
sory no text name yet
Posted: 29.12.2002, 18:06
by billybob884
the link you posted doesnt seem to work, and did you mean to put that in another post?
web page
Posted: 29.12.2002, 18:44
by John Van Vliet
Hi i am very new at hosting my own page
try this one
http://68.41.193.15/index.html
john
Posted: 29.12.2002, 20:08
by selden
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,
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.
my site
Posted: 30.12.2002, 05:06
by John Van Vliet
yes it helps , I had ti "maps/Earth" , but changed it when i saw that visual stuido.net incerted the link as ///c://fox...