Home!
Personal Accounts
Business Accounts

Web Hosting
bar
Support
Members
Search
Contact Info
bar
SYIXTalk
Clicklist
SYIXMail
SYIXWeather
TV Listings


TOOLS | LAYOUT | LINKING | UPLOADING | COUNTER | MAIL TO

Websites are simply a group of files designed in hyper text mark-up language called HTML. Placed upon a webserver so that they may be viewed.

The first page of every website MUST be named "index.htm" or "index.html". The browser program ( Netscape / Internet Explorer) will always read the (index.htm or index.html) first.
Note: You cannot simply re-name any file as a .htm and have it work, it must be programmed in html language.

For detailed Hint's and Tip's on using the Editor program you have, try these things.
Read the readme file attached to the program.
Visit the main website of the company who designed the tools you are using, look for hint's and tip's they usually have them posted on their site.

When you put together your page on your machine.. Make sure you  set-up a folder on your main hard drive (usually 'C"). This is so later you can easily find all of your pages, graphics, and associated items that will be included on your website when you go to upload it. We recommend a file folder  called   "Website".The web editor program you are using might set-up a folder for you . So whatever place you save your work remember it.

An Example of html page code (all elements are required)
<html>
<head>
<meta http-equiv="" content="">
<title>
Your Title goes here</title>
</head>
<body>
This is the body of the Web page( Between the Body tags)
</body>
</html>

SYIX.COM WEBSITE LAYOUT