PDA

View Full Version : can anyone show/tell me.....



wingmaker
11-07-2004, 11:39 PM
can anyone show/tell me how to make your own website? how much time does it require?

Peegee
11-08-2004, 01:39 AM
well since you don't seem to know anything to start, I think it would take a while. Of course there are easier ways to start, like use programs that pretty much make webpages a word document. You can try those. I think microsoft word can make some rather simple webpages. Just type text, insert picturese, add links, fun fun.

This past weekend (friday saturday and sunday until 7pm) I spent every waking moment coding just SIX webpages, and these weren't complicated ones either. Just lots of content. Also unlike the average webpage maker, I had to work with a bunch of strict guidelines (or fail).

You won't have that problem. Of course there are lots of html guides online. Just look up some of them and start experimenting :D

Shoeberto
11-08-2004, 01:45 AM
A web page, as in a single document, or a web site, with multiple pages all linking to each other? And do you mean just the design aspect (putting the pages together), or actually getting them all online?

Creating a web page or web site is all dependant on the content you want on it.

Dr Unne
11-08-2004, 04:02 AM
http://www.w3schools.com

Yamaneko
11-08-2004, 04:14 AM
After reading up on the link that Unne posted, get <a href="http://www.textpad.com/">TextPad</a> to code your webpage. It has a lot of common tags you can just insert into your other html code, rather than typing it out.

Also, test your work with <a href="http://www.mozilla.org/products/firefox/">Firefox</a> instead of IE.

Shoeberto
11-08-2004, 09:44 PM
After reading up on the link that Unne posted, get <a href="http://www.textpad.com/">TextPad</a> to code your webpage. It has a lot of common tags you can just insert into your other html code, rather than typing it out.

Also, test your work with <a href="http://www.mozilla.org/products/firefox/">Firefox</a> instead of IE.
...or, they could just download Mozilla and use the Composer, seeing as how it's a nice WYSIWYG website creator that's free and would likely have everything they'd want.