|
|
|
|
|
|
Information & News Reports
You
can easily replace this text with your own
You
can easily replace this text with your own |
|
|
|
|
|
|
|
|
 |
|
 |
| |
Before you start creating your website please read this
page along with the Getting Stated page. These pages will
help you get started. |
|
 |
|
 |
How to add a New Page to Your Web
1. Open a page that has the layout the way you want it.
2. Go to File and then Save As.
3. Save the page under a new name.
How to rename a page
In Navigation view, right-click the page for which you want to change
the label, click Rename on the shortcut menu, and then edit the
name
How to delete a page
In Folder List, right-click the page you want to delete
and click "Delete".
How to replace the flash menu text
1. If you open the flash_text.txt file included in
the web folder in FrontPage program, you will find some codes
and text. The codes starting with "&menu_(number)="are for the
flash menu link text and "&main_(number)=" are for the text in
the flash movie.
&menu_1=Catalog
&menu_1_sub_1=Product 1
&menu_1_sub_2=Product 2
&menu_1_sub_3=submenu3
&menu_1_sub_4=submenu4
&menu_2=Getting Started
&menu_2_sub_1=submenu1
&menu_2_sub_2=submenu2
&menu_2_sub_3=submenu3
&menu_2_sub_4=submenu4
&menu_3=Tutorials
&menu_3_sub_1=submenu1
&menu_3_sub_2=submenu2
&menu_3_sub_3=submenu3
&menu_3_sub_4=submenu4
&menu_4=New Page
&menu_4_sub_1=submenu1
&menu_4_sub_2=submenu2
&menu_4_sub_3=submenu3
&menu_4_sub_4=submenu4
&intro_1=Add your Text Here 1
&intro_2=Add your Text Here 2
&main_01_A=Add your Text Here 1
&main_01_B=Add your Text Here 2
&main_02_A=Add your Text Here 1
&main_02_B=Add your Text Here 2
&main_03_A=Add your Text Here 1
&main_03_B=Add your Text Here 2
&main_04_A=Add your Text Here 1
&main_04_B=Add your Text Here 2
&main_05_A=Add your Text Here 1
&main_05_B=Add your Text Here 2
2. Do not change or delete the "&menu_(number)=" or "&main_(number)=” area. Just change
the menu text to your own and save.
How to replace the flash images
Below images files are used for the flash movies in this template:
- image_intro.jpg
- image_main_01.jpg
- image_main_02.jpg
- image_main_03.jpg
- image_main_04.jpg
- image_main_05.jpg
1. In order to replace the image with your own, you simply need
to create your own image in Photoshop and save the name of your
image file as same as the original.
Note: If you save your image file using the "Save As" menu in Photoshop,
somehow the images in the flash menu doesn't get replaced. What
we have found out is if you compress the quality of image to 80%
or greater, where the image size is 20k or above then the image
is not displayed in the flash movie. So, please compress the quality
of your images down to 70% using the "Save for Web" function in
Photoshop.
2. Copy and paste your image files into the “images?folder.
3. Images in the flash banners will be automatically replaced with
your own.
How to edit the flash menu link
1. If you open the flash_link.js file included in the web folder
in FrontPage program, you will find the following codes;
case 1:window.location="catalog.htm"
;break;
case 11:window.location="product1.htm" ;break;
case 12:window.location="product2.htm" ;break;
case 13:window.location="#" ;break;
case 14:window.location="#" ;break;
case 2:window.location="getting_started.htm"
;break;
case 21:window.location="#" ;break;
case 22:window.location="#" ;break;
case 23:window.location="#" ;break;
case 24:window.location="#" ;break;
case 3:window.location="tutorial.htm"
;break;
case 31:window.location="#" ;break;
case 32:window.location="#" ;break;
case 33:window.location="#" ;break;
case 34:window.location="#" ;break;
case 4:window.location="contactus.htm"
;break;
case 41:window.location="#" ;break;
case 42:window.location="#" ;break;
case 43:window.location="#" ;break;
case 44:window.location="#" ;break;
3. The text in orange color are for the main menu links and #s are for the sub menus. Replace the text in orange and # to what you want. Do not change
anything.
4. Save.
|