How to develop/upload home page and other pages.

bhaskar.tripathi

New Member
Messages
7
Reaction score
0
Points
0
Hi Gurus!

I am new to webhosting....
Can anyone tell me how to create or upload webpages.... I can't see any place where I an put the webpage that will get displayed in my website...How to go about displaying web pages in the website? Please tell me step by step process...

Thanks,
Bhaskar
 

collabin

New Member
Messages
2
Reaction score
0
Points
0
************ To create a basic webpage (html file) ******************
1. I assume you are using Microsoft Windows...open Notepad

2. Type in:
<html>
<head>
<title> My Page </title>
</head>
<body>
<p> This is my first page! </p>
</body>
</html>

3. Save as: myPage.html and make sure the dialog box underneath file name which specifies what type of file it is says 'All Files' otherwise your file will save as: myPage.html.txt instead of myPage.html.

4. Remember where you save this file! Or just save it to the Desktop.



************ Uploading files *************
1. Login using your x10hosting account from the home page.
2. Click on 'Continue to Account Panel'
3. x10 will show you some basic details about your account and on the left hand side you have two links: 'Your Website Address-' and 'cPanel URL-'

-Click on the cPanel URL link

4. You will have to login with your cPanel account (it may be different than your forums username and password)
5. Once logged in, you will be redirected to the control Panel

-Scroll down about halfway and under the heading of 'Files' Click on the icon
labeled 'File Manager'
-it will ask which specific directory you want to connect to...Just click 'Ok'

6. Once there you can click upload and it will redirect you to upload files to one of the directories. I think the default directory is the one you want.

-Find your file that you want to upload (myPage.html) and click 'Ok'.
-Wait for the bar to read 100% complete once uploading. Click Done or
something that says go back to File Manager.

7. Once done there you can view your page at: yoursubdomain.x10hosting.com

-Note: yoursubdomain is to be replaced by whatever you named your x10 site.

************** More information **************

1. Go to w3schools.com and they have plenty of step-by-step like material that will have you get a good start on html.

2. After you have mastered html, then you can move to javascript to add some neater things to your website.


moz-screenshot-2.jpg

moz-screenshot.jpg
moz-screenshot-1.jpg
 

zen-r

Active Member
Messages
1,937
Reaction score
3
Points
38
You can also upload templates for ready-made websites in just a few clicks, using either Fantastico, Softaculous, or SiteBuilder - all found in your cPanel.
 

allen92

New Member
Messages
48
Reaction score
0
Points
0
If you want something that's quick and easy I recommend you check out http://wix.com/. With this free service if you can use an word processor you can make a website.
 
Top