members

General discussion about Celestia that doesn't fit into other forums.
Topic author
billybob884
Posts: 986
Joined: 16.08.2002
With us: 22 years 3 months
Location: USA, East Coast

members

Post #1by billybob884 » 28.12.2002, 02:52

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...
Mike M.

TacoTopia!

Avatar
John Van Vliet
Posts: 2944
Joined: 28.08.2002
With us: 22 years 3 months

posts

Post #2by John Van Vliet » 29.12.2002, 05:58

some of us do post

Compleat venus zip (with and without clouds at

http://68.41.193.15

sory no text name yet :D :lol:

Topic author
billybob884
Posts: 986
Joined: 16.08.2002
With us: 22 years 3 months
Location: USA, East Coast

Post #3by billybob884 » 29.12.2002, 18:06

the link you posted doesnt seem to work, and did you mean to put that in another post?
Mike M.



TacoTopia!

Avatar
John Van Vliet
Posts: 2944
Joined: 28.08.2002
With us: 22 years 3 months

web page

Post #4by John Van Vliet » 29.12.2002, 18:44

Hi i am very new at hosting my own page

try this one
http://68.41.193.15/index.html

john

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 3 months
Location: NY, USA

Post #5by selden » 29.12.2002, 20:08

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.
Selden

Avatar
John Van Vliet
Posts: 2944
Joined: 28.08.2002
With us: 22 years 3 months

my site

Post #6by John Van Vliet » 30.12.2002, 05:06

yes it helps , I had ti "maps/Earth" , but changed it when i saw that visual stuido.net incerted the link as ///c://fox...


Return to “Celestia Users”