/    Sign up×
Community /Pin to ProfileBookmark

Creating Website Basic Question

Alrighty I’m a newbie to the letter here. I know basic html but I’m really trying to pick it up and have been thinking about buying a site so I can have a bit more freedom to mess around with whatever I will :rolleyes: Now my question is…I see lots of sites with the basic address [url]www.generaladdy.com[/url] and then when you click on a link it will come up with a new one [url]www.generaladdy/newpage.html[/url] just to give an example. Now do you have to buy all these pages or when you have a website do you get unlimited pages as long as you aren’t over storage quote…or how exactly does it work? Thats more than one question eh?

Thanks for all your help!!!

to post a comment
Full-stack Developer

5 Comments(s)

Copy linkTweet thisAlerts:
@HesterJun 25.2003 — You just have to buy the [b]domain[/b]. That's the "www.yoursite.com" bit. The pages are merely files on the server. So you can use as many filenames as you like, so long as you don't run out of room, as you suggest.
Copy linkTweet thisAlerts:
@lunitari_8100authorJul 03.2003 — After I have the website how do I put these new 'pages' up? You mention that new pages are merely files on a server. So in order to go from a generaladdy to add a page like generaladdy/newpage.html how is that done?? Do I just add a new file like an index.html file in that name or what? Waaaa help the blonde ?
Copy linkTweet thisAlerts:
@David_HarrisonJul 03.2003 — If you were to have the domain http://www.generaladdy.com/ the default page would normally be index.html or default.html after that you can call the other pages whatever you like.

In the case of goecities (because that's who I use although I don't pay) you can upload files using their file uploader, you can simply browse the files on your computer and upload whatever you like.

Or you can use their HTML editor, where you can create/modify all of the .html, .js, .css and possibly other files, whether you have uploaded them or created them with the editor.
Copy linkTweet thisAlerts:
@HesterJul 03.2003 — Once the files are copied to your server, you can then make a link to them from the first page (which is usually called "index.html").

So the code might look like this:

<html>

<body>

<a href="page2.html">Page 2!</a>

</body>

</html>

(Copy and paste this into Notepad and save it as index.html. Then upload it.)

Likewise, that page can contain links to other files and so on. Remember to include a link back to the first page.
Copy linkTweet thisAlerts:
@spufiJul 03.2003 — Like lavalamp said, some hosts allow you to log in on their website and you can upload files, and manage your website that way. What I think is more common in sites that you pay for is that you use a FTP tool to upload files and manage your site. I use WS_FTP LE. I have it set up to where I just use the drop down menu to pick one of the four sites I want to connect to, and hit the "Ok" button.
×

Success!

Help @lunitari_8100 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.3,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...