incoherent
Aug 25 2005, 03:37 PM
i was recently hosted (today) and have no clue how to use ftp and the person i was hosted by cant help because they are too busy, so i was wondering if someone could help me?
freeflow
Aug 25 2005, 03:52 PM
its really simple . I suggest reading the tutorials on smartftp.com. thats how i learned. basically all you have to do is upload your files onto your server through the program. your host will give you a username , password, and login name. you just have to log in and yea.
incoherent
Aug 25 2005, 03:53 PM
ive done all that. im just confused about how to get it on my site and how to make entries and all that...
freeflow
Aug 25 2005, 03:57 PM
If your not using a blogging system then you would do your entries manually.
First off you will need an index.html page . That page will be your main page . All other pages can be anything.htm pages . What you do is on your index page or whatever page you want your blog on you type it manually . Unless you have a blogging system such and wordpress, b2, or greymatter.
To make your html pages you can use dreanweaver, or notepad. With notepad might have to change the extension from .txt or .html
http://star-girl.orgi think she might have some tutorials.
incoherent
Aug 25 2005, 04:10 PM

still really confused and have no clue what to do...
freeflow
Aug 25 2005, 04:17 PM
First off learn how to use your ftp program. Once you got the log in down , learn how to upload files. Find a program , and most times at there site they tell you how to do stuff.
Step two. Open up notepad , make and code your layout . Once you've made your layout make this page your "index.html" page so save it as index.html. Add any content you want to show on that page. Your index page is the first page that will show when you look at your site.
Step three. Make subpages . Unless your using iframes copy your layout code and paste it on all your subpages . Add the new content that you want to show in that subpage. Thne name it something.htm
Link your subpages in your index page.
Then open your ftp program , connect , upload your pages.
Then you have a site.
incoherent
Aug 25 2005, 04:22 PM
what program do you use...ill just download that so you can help me.
freeflow
Aug 25 2005, 04:27 PM
Ok , i use smartftp for ftp. and dreamweaver for codeing.
Simple smartftp tutorial:
Open it , fill in your username , adress, and password.
When it opens up your page you should have a few files up there , but if you don't its ok .
Right click , and click upload>> direct select files
Then you would find the file on your computer
and click ok/upload whatever it says.
Thats how you would upload a page using smartftp.
incoherent
Aug 25 2005, 04:31 PM
wow...im really confused. screen shots on how do everything will help because i always get this page...it just adds a link to what i added
click here
freeflow
Aug 25 2005, 04:40 PM
ok here we go :
Step 1: Type in all your information. You can see my info here , and then click the connect button:

Step 2: Right click and go to upload >> direct>> select files:

Step 3: Find the file on your computer and click open

Step 4: smartftp will then upload your file.
ok for your html pages here is what each one will look like:
CODE
<html>
<head>
<title>TITLE OF YOUR SITE HERE</title>
CSS STYLESHEET GOES HERE
</head>
<body>
ANY OTHER CODES OTHER THAN YOUR CSS GOES HERE
</body>
</html>
so when you make your html pages have that as your template , and just insert your codes in the appropriate spot.
incoherent
Aug 25 2005, 04:47 PM
okay...i did all that and just randomly uploaded a pic onto the index page...but i still get this

nvm...i think i get it now.
is there anyway to get rid of that page or change what it looks like?
talcumpowder
Aug 25 2005, 05:00 PM
Upload a file called index.html, it'll be the page that shows up instead of that. So, this as opposed to this.
incoherent
Aug 25 2005, 05:01 PM
i had saved it as index.html
talcumpowder
Aug 25 2005, 05:04 PM
It shouldn't say that then.
Upload it again and make sure you see it in your uploaded files.
mipadi
Aug 25 2005, 05:07 PM
QUOTE(anovation @ Aug 25 2005, 6:01 PM)
i had saved it as index.html
Don't put it in a directory called "index"; put it at the root of your website, and name it "index.html".
incoherent
Aug 25 2005, 05:07 PM
how do you look at that?
freeflow
Aug 25 2005, 05:07 PM
yea you made a folder called index.html you just make a file . Make it in notepad and call it index.html .
talcumpowder
Aug 25 2005, 05:09 PM
QUOTE
Don't put it in a directory called "index"; put it at the root of your website, and name it "index.html".
Basically, just upload it. Don't put it in any folder.
incoherent
Aug 25 2005, 05:10 PM
alright i got that...
now how do i type a post to be inside a layout i make?
oh, and how do i get code onto the index page? like for a layout.
(i just want to use the one thats on my xanga)
freeflow
Aug 25 2005, 05:11 PM
make the code. basically you code it all in notepad. Then use divs to align if you need to . Then just write your entry. customize a little bit .
incoherent
Aug 25 2005, 05:19 PM
so can i just use the code from my xanga?
freeflow
Aug 25 2005, 05:21 PM
They might not work . They might , but they might not. For instance if you use a div static positioning might not be great you might need absolute. You can copy your xanga codes paste them in your index file and then upload it and see what it looks like. IF it doesn't look write then no , you will have to use diff codes.
incoherent
Aug 25 2005, 05:33 PM
alright sorry for being so questionable...
but how do you add other pages now?
talcumpowder
Aug 25 2005, 05:35 PM
Code & upload them.
freeflow
Aug 25 2005, 05:36 PM
its ok ask as many as you wish .
You add other pages the same as you added the index page. All you have to do is link the page in your index file so people will be able to go there. So basically name it something.htm and just upload it.
incoherent
Aug 25 2005, 05:45 PM
i know how to do the coding now, but how do i add a page...
like www.raptured.irihi.net/others?
i tried adding a new folder and putting the code in there, but it didnt work.
freeflow
Aug 25 2005, 05:52 PM
No , you don't have to add a new folder. Just make a new page like imcool.htm and then on your index page have like a navigation and it can look like this :
<a href="http://blh.com/imcool.htm">Me</a>
no folders are need you can have it but you don't have to
talcumpowder
Aug 25 2005, 05:52 PM
..... Like.... You just make a new index.html for every directory.
This is different than this.
freeflow
Aug 25 2005, 05:55 PM
Making alot of folders is organized , but can be a waste.
incoherent
Aug 25 2005, 06:38 PM
im sorry, but non of that made since to me.
freeflow
Aug 25 2005, 08:04 PM
... ok you uploaded the index.htmpage
do the same with all the others . just upload them .
you will have ot make a link to the new subpage .
For instance look in the screenshots i gave you . you see all the files on my ftp ?
there all subpages i just have them linked somewhere on my index page.
incoherent
Aug 25 2005, 09:52 PM
i think ive got everything...
all i need now is to know how to change the font style/color...cuz the script im using isnt letting me.
talcumpowder
Aug 25 2005, 10:35 PM
External stylesheet.
Stylesheet in general, actually.
[ http://www.w3schools.com/css/default.asp ]
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.