|
Cpanel HTML Editor Tutorials
This Tutorial shows you how to Create a Web Page. It's easy to
Create New Files with Cpanel's HTML Editor that is included Free
with all of our Hosting Plans. Each Tutorial below assumes you know
how to open the HTML Editor window. If you don't know how to do
that click here.
Learn how to use our
Free HTML Editor
Index of
Web Editing Tutorials
Note: This HTML Editor is best
used to modify an Existing Page - We offer a simple way to
create a website: 1) use our Free
Website Generator - 2) take those web pages and Upload
them to your hosting account - 3) then use this Free
HTML Editor to spice up those pages, add pictures, links, create
more pages, etc.

Intro: Here's simple way to create web pages
using our Free HTML Editor. We'll show you how to create
a new file - this will be a blank web page for our next Tutorials
on adding text.
You should apply what you learn in each Tutorial
to your needs ... Creating Your Homepage (index.htm).
Take what you've learned, and apply it to your Homepage, then your
next page, and so on . . .
Link your pages together to form your website.
You should always name your web pages with short, descriptive keywords
ending with .htm (short for Hyper Text Markup
... the Language of web pages). Some examples are "about.htm"
or "contact.htm" - Important:
Your Homepage must be named "index.htm"
How to Create a Web Page
Watch Video
How
to create/edit/delete a file using the File Manager
1) Log into Cpanel, click on File Manager, and open your public_html
folder How?
(all your website files must be uploaded
to your public_html folder)
2) Inside the public_html folder click on Create
New File

3) We are going to create a new file named test.htm
|
a) name your file test.htm
|
|
|
|
Note: Make sure that you choose
HTML Document from the "drop-down" menu - this will
create a blank page that has this HTML coding on it:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD
HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body bgcolor="#ffffff"> </body>
</html> |
You can see at the top right of page that your new file has been
created

4) Find your new file in the left bottom of page ... click on test.htm
5) This brings up a list of functions on the right - click
on Html Editor

This will open your new file "test.htm" in Cpanel's HTML
Editor window
(Note that some of the Icons are shaded out - they will appear
when needed)

Next Tutorial
Text Editing 1: How to Create
and modify Text
Top
|