Welcome Guest ( Log In | Register)



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Making A Site, Please help me
TypoMage
post Aug 1 2006, 05:07 AM
Post #1


Master of All Typos
*********

Group: Members
Posts: 621
Joined: 30-July 06
From: Earth, Usa, Maine, Waterford,
Member No.: 27,507
Spam Patrol



I need a site that will tell me everything! Everything about making a site! I do not want to miss one deail!
I have gone to the cpanel very confusing! I edited the site then I went to it and it says welcome to your hosting site! I am going completely crazy! I only people that can be very very helpful to post here!
I am completely stuck ohmy.gif
Go to the top of the page
 
+Quote Post
Albus Dumbledore
post Aug 1 2006, 05:23 AM
Post #2


Hidden Secrets can't be told threw just words. One must feel what the other feels to truely understand...
**************

Group: Members
Posts: 1,522
Joined: 8-January 06
From: Sacramento California
Member No.: 16,756
myCENT:ZERO



just look around the forums for advice on making your site

basic stuff:

Put all of your things in the public_html or www folders when you login to your file manager with the file manager that is in the cpanel, or by finding an FTP Client, search the forums for info on FTP Clients or google it...

the page that shows welcome to your hosting site! is the index.html page, and when you go to put your site up, you should have an index.html or anindex.php page because that is the first page that will show up when people go to your site, and from that index page you can direct them to other links on your site...

now if you dont know HTML umm i wish you good luck and try a few of these sites for some HTML type things, like linking, and putting an image up etc....

http://funky-chickens.com
http://www.ipl.org/div/kidsweb/
http://www.w3schools.com/html/html_intro.asp
http://www.w3.org/MarkUp/Guide/
http://www.w3schools.com/html/ <<goes into GREAT detail about HTML


good luck
Go to the top of the page
 
+Quote Post
rvalkass
post Aug 1 2006, 07:40 AM
Post #3


apt-get moo
Group Icon

Group: [MODERATOR]
Posts: 2,238
Joined: 28-May 05
From: Devon, England
Member No.: 7,593
Spam Patrol
myCENT:45.20



The best way is probably going to be to make a test page and put that somewhere, to make sure that you know where to put the files. Open Notepad and copy and paste this into it:
CODE

<html>
<head>
<title>Test Page</title>
</head>
<body>
<p>This should appear when it is in the right place, and the default page will go.
</p>
</body>
</html>


Save that as index.html (make sure Notepad doesn't put a .txt extension on). Then go into cPanel and load up the file manager. Open the public_html directory. There should be 1 file inside it (index.htm). Delete that file by clicking the file name then clicking Delete on the right hand side. Then click the link to upload a file, and upload the new index.html you just made. Go to your web address now and you should see that page rather than the T17 default one.

To make more interesting pages, I suggest you look at the links Albus has provided, especially W3Schools. Just remember that the first page anyone will see of your website is the file called index.html inside the directory called [b]public_html/b]. Visitors cannot see any other directories, only what is inside the public_html folder.

If you need any more help then feel free to PM or email me and I wil help you as best I can.
Go to the top of the page
 
+Quote Post
wappy
post Aug 1 2006, 11:13 AM
Post #4


Premium Member
********

Group: Members
Posts: 164
Joined: 2-July 06
From: England
Member No.: 25,974



if you know html and want to learn how to create more interactive stuff like email sending forms and the like try the COMPUTERS/PROGRAMMING LANGUAGES/PHP FORUM here on trap17.
For a more in depth guide to PHP visit http://www.php.net its great for learning the various commands and functions of the php language :-)
Go to the top of the page
 
+Quote Post
TypoMage
post Aug 3 2006, 05:45 AM
Post #5


Master of All Typos
*********

Group: Members
Posts: 621
Joined: 30-July 06
From: Earth, Usa, Maine, Waterford,
Member No.: 27,507
Spam Patrol



Umm thanks for the help biggrin.gif But can someone show me where I can find a free html guide.
I want this guid to include everything. From the basics to the advanced. I do not want to pay no no no pay!!
Sometimes when I post to find something FREE someone gives me a offer for money. I am not that old enough or do not have the extra money to pay for these things Free! FREE! laugh.gif
Go to the top of the page
 
+Quote Post
Albus Dumbledore
post Aug 3 2006, 06:15 AM
Post #6


Hidden Secrets can't be told threw just words. One must feel what the other feels to truely understand...
**************

Group: Members
Posts: 1,522
Joined: 8-January 06
From: Sacramento California
Member No.: 16,756
myCENT:ZERO



as i said above

http://www.w3schools.com/html/

will do the trick!
Go to the top of the page
 
+Quote Post
TypoMage
post Aug 3 2006, 05:00 PM
Post #7


Master of All Typos
*********

Group: Members
Posts: 621
Joined: 30-July 06
From: Earth, Usa, Maine, Waterford,
Member No.: 27,507
Spam Patrol



I have gone there before Albus D. But it only said the basics sad.gif Or am I looking in the wrong place o the site?
It talked about tables and all of that stuff but is that all there is to html? There is more but where can I find it on that site.
Go to the top of the page
 
+Quote Post
Albus Dumbledore
post Aug 3 2006, 05:07 PM
Post #8


Hidden Secrets can't be told threw just words. One must feel what the other feels to truely understand...
**************

Group: Members
Posts: 1,522
Joined: 8-January 06
From: Sacramento California
Member No.: 16,756
myCENT:ZERO



QUOTE
The markup tags tell the Web browser how to display the page


that website, covers everything in HTML for making a website, with the tables you can make a website layout if you know how to use tables well enough....
Go to the top of the page
 
+Quote Post
Panzer
post Aug 3 2006, 08:07 PM
Post #9


Super Member
*********

Group: Members
Posts: 309
Joined: 3-July 06
From: Middle Earth
Member No.: 26,018



W3school is the best website for learning web code at. Get books out from your local library, just read them whenever you can and youll soon get the hang of it.