Related Blogs
- Related Blogs on website
- Creating an Outstanding Physical Therapy Website | Health Care Tips
- Is Outsource Website development Services beneficial? | Article Buster
- Labour ideas spark interest on major Chinese website « Red Alert
- Website Design – Top Ten Tips to Create an Effective Site
October 10th, 2007 at 11:15 am
well, you don’t need to program it yourself. godaddy offers you a free web site. just log in at godaddy.com and locate the link for free hosting. but . .if you do want to program the site yourself, you need to find a host provider and change the server info for that domain in your godaddy account.
October 10th, 2007 at 11:21 am
I would start with the go daddy site builder, I’m sure they have one. The most import thing for you to do is organize your thoughts and how you want the page navigate. That’s called your site map. It’s like building an outline, start with the big subject areas and then break those down into smaller and smaller parts. Each area should at least be a page to itself. Depending on how much content you have, there might be sub pages to each main category. If you really want to learn how to program web pages go to http://www.w3schools.com.
Good Luck, remember you can’t break it.
October 10th, 2007 at 11:22 am
Most sites like this allow you to write code for your page.
You find where you can upload files, and write the page using HTML or whatever you want, upload the coded document with the HTML extension, and rename the Index.html to Index.bak and name your html to Index.html
When someone goes to your site address, Index will be loaded. You can make and link many pages together, etc.
If this is what you meant.
Http://www.ctaetae.com/Dm/
I wrote all of this, so can you.
This link is calling for the Index.html, because it is the default, without putting the name in.
Then it is linked to the main page from that.
You could call the main page and bypass the index, by just putting the HTML file name at the end of the address.
The http://www.w3schools.com is a very good site to learn how to do what you want. Very Good.