iSiteManager
 
Print Page
 
 

Features Follow these guides to create your first page

Features Use our templates and design layout to help your easily create professionally looking websites

   
 

Launch Online WYSIWYG HTML Editor


Quick Background information

The homepage is refereed to as the index file.

Usually it ends with the following common extensions: dot htm (index.htm), dot html (index.html), dot php (index.php) dot jsp (index.jsp), and so on.


What's the difference between dot htm and dot html?

Besides the obvious 'L', there is no difference. During the DOS era (disk operating system), file extensions were only allowed 3 characters thus the dot htm


Our Next Guide is a quick tutorial to help your understand basic html

If you are familiar with html, continue to the simple dreamweaver tutorials


Already created a web page? Upload(publish) your file to the server

Quick Background information

When someone types in www.YourSite.com they are really seeing www.YourSite.com/index.html

The slash (/) is used as a separator between directories or folders


Where to upload?

Your homepage file (index.html) is stored in the root directory.

All files need to be placed in a directory

You can create additional directories like www.YourSite.com/pictures/

If you want a 'homepage' for that address, you will need to have another index file placed in the pictures directory.

You can only have one index file per directory.

If you already know how to upload files your root directory is var/www/html


Our Next Guide is a quick tutorial to help your find and upload your file(s) to the root directory

 

 

 

   
TOP