[ HomePage ]

[ AllWebCo Design ]

[ AllWebCo Templates ]

[ AllWebCo Hosting ]





[ Missing Page ]

[ Thanks Page ]

Setting up your website template:
For more templates and pre-made sites visit: AllWebCo Design
For the best hosting on the planet visit: AllWebCo

Step 1:
EDIT COPYRIGHT:
Open the "copyright.js" file in Notepad or any text editor, and change the "Your Company" and "[email protected]" lines to match your information. This will change the lower page info on all pages. Edit all ".js" files with a text editor.

Step 2:
EDIT CONTACT INFO:
Open the "contact.js" file with Notepad or any text editor, and change the company name, address, phone number and e-mail address. This will change contact info on the "contact" page. This is done this way so search engines can't find your e-mail. You'll receive less spam.

Step 3:
EDIT FLASH ANIMATION:
To edit the Flash logo contents: Open the "flash.txt" file and change the text that follows "logo=". This will change the logo on all the pages. Be sure not to delete the "logo=". Change the text following "&slogan=" to add your slogan or phrase. Use spaces to adjust placement on the webpages.

If you wish to use a graphic logo, there are instructions later in this document.

Step 4:
EDIT THE CONTACT FORM AND QUOTE FORM:
If you are setup with an AllWebCo hosting account. Go to your control panel at "http://your-domain.com/cgi-bin/plusmail" and install the free script "Formail" then edit the contact page and replace "your-domain.com" with your domain.

If you are not set up with AllWebCo hosting or do not have "Formail" installed. You can either setup the contact form to use another contact script, download and install Formail on your server or you can remove the contact form from the pages between the comment tags.

If you wish to change the colors and sizes of the form elements you can open the "coolstyle.css" in Notepad or any text editor and change the ".shadeform" ".textarea" and ".dropdown" variables.

Because of the complexity of setting up the quote form, there are notes in the "quotes.htm" to help you cut and paste new form fields. The form will work with other scripts however you will need help files or a sample form from the script you intend to use. Most form elements work the same way from script to script, however the hidden values usually vary. With FormMail be sure you add any new elements you add to the "sort" hidden field. You may want to consider editing the entire page in Notepad instead of a wysiwyg editor.

Step 5:
REPLACE THE CATALOG PICTURES:
The best way to setup the pictures in the catalog is not to actually edit the HTML pages and change the pictures on each individual page. The fastest way is to simply replace the pictures in the "catalog" directory with your own by overwriting the files that are in there now and using the same generic names.

In the "catalog" directory, replace the 12 "Fcatalog" pictures with full size photos. Replace the 12 "catalog" pictures with your thumbnails. The thumbnails are now 130 x 87 pixels but you can make them any size that you prefer. There is info on the other pictures at this site later in this document.

SIZE THE POP UP PICTURE VIEWER:
The size of the pop-up window when you click a catalog picture for a close up is set at 650 x 500. You can change the size by editing the pop-closeup.js in Notepad. Look for "var view_width = 650" and "var view_height = 500" and edit with your sizes. Make the height large enough so the close button is displayed. You can also turn on the pop-up scrollbars. Change "scrollbars=0" to "scrollbars=1".

Step 6:
EDIT PAGES:
Change the text on all pages to match your information. You can use a text editor like Notepad, Frontpage, Dreamweaver or any wysiwyg editor. Take care not to delete any of the HTML tags that surround the text. You will find notes inside each page to help you navigate. NOTE: You will not see the footer and header in some software because they are .js include files so you can globably edit the menus, your e-mail and other info.

Step 7:
EDIT PAGE TITLES, DESCRIPTIONS AND KEYWORDS:
Open each of the pages and change the page titles (at the very top of the page) and also the description and the keywords to match your product or service. You can edit one page and copy and paste to the other pages. Be careful to only change what's inside the "" so you don't disturb the html code. Keywords are very important so your site will get a good listing at google or msn and other search engines.

Step 8:
UPLOAD:
Upload the pages on to your hosting company's server using ftp software like CuteFTP or Coffee Cup (free) or your control panel. Be sure to make a directory called picts on your server and put the pictures into that directory. Click for CuteFTP help



Options:

USING A GRAPHIC LOGO:
You can replace the Flash logo with a graphic logo. To do this, delete or rename the "header.js", then rename the "GRAPHIC_LOGO_header.js" to "header.js". In the picts directory you will find a graphic called "logo.gif". Edit this graphic with your logo. You can make the graphic logo bigger and the header will resize to accommodate it.

FONTS:
You can change your font colors and sizes by editing the "coolstyle.css" with a text editor. You can find other font colors by clicking here. You can also change the font sizes in the "coolstyle.css" text file. Change the "TABLE" px size to change the copy on all pages. Change the "title" px size to change all the title sizes.

CHANGING / ADDING BUTTONS:
You can change the names on the buttons like "About" or "Contact" to other page names by editing the "menu.js". Only change the one instance of the name and not the name with the ".htm" after it. Whatever you change in the menu.js will change every page on the website. Keep the names reasonably short so you site remains less than 800 pixels wide. You can even add more pages but copying one button in the menu.js and pasting it right below the next. There are notes in the menu.js to copy and paste. Be sure to back up your file before you edit them.

PICTURES:
You can replace the pictures with your own. You can use any size picture you want and the pages will size them to fit automatically. Each page has it's pictures named according to the page it's on. You will find all pictures in the "picts" directory and all the catalog pictures in the catalog directory.

ADDING PAGES:
You can add pages to your website by copying and pasting any one of the pages and renaming it to whatever you need. You can then add links from the other pages or even add the page to the menu by opening the menu.js and copying and pasting one of the buttons below another. It's best to copy the two lines of the "contact" button and paste it between the other buttons. Be sure to back up your files before you edit them.