Before you start creating your website please read
this page along with the Getting Started page. These
pages will help you get started.
Renaming 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.
Deleting a page
In Folder List, right-click the page you want to delete
and click "Delete".
Adding a page to the navigation structure
In the Folder List, select the page and drag it to the
position in the structure where you want it.
Replacing the current logo with your own
Make sure your logo file is saved in a transparent GIF
file format. And do not add a logo that is larger than
the maximum height stated on the logo.
1. Delete the current logo in the logo.htm page.
2. Add your own logo (on the Insert menu, go to Picture>From
File).
3. Save.
Replacing the flash menu text.
1. If you open the flash_text.txt file included in the
web folder in FrontPage program, you will find the following
codes;
&menu_1=Home
&menu_2=Product Catalog
&menu_3=Getting Started
&menu_4=Tutorials
&menu_5=News
&menu_6=Customer Service
&menu_7=New Page
2. Change the text in orange to your own. Save.
Replacing the flash text
1. If you open the flash_text.txt file included in the
web folder in FrontPage program, you will find the following
codes;
&text_01_A=Add your company slogan
&text_01_B=Add your own text here
&text_02_A=Add your company slogan
&text_02_B=Add your own text here
&text_03_A=Add your company slogan
&text_03_B=Add your own text here
&text_04_A=Add your company slogan
&text_04_B=Add your own text here
&text_05_A=Add your company slogan
&text_05_B=Add your own text here
&text_06_A=Add your company slogan
&text_06_B=Add your own text here
&text_07_A=Add your company slogan
&text_07_B=Add your own text here
2. Change the text in orange to your own. Save.
Replacing the flash images
1. Create your own images in graphic program such as
Photoshop and then save as the same file names. When
you save the files, you need to save it in .jpg file
format.
- image_main_01.jpg
- image_main_02.jpg
- image_main_03.jpg
- image_main_04.jpg
- image_main_05.jpg
- image_main_06.jpg
- image_main_07.jpg
2. Copy and paste your image files into the images folder.
3. Images in the flash banners will be automatically
replaced with your own.
Editing 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="index.htm"
;break;
case 2:window.location="catalog.htm"
;break;
case 3:window.location="gettingstarted.htm"
;break;
case 4:window.location="tutorials.htm"
;break;
case 5:window.location="news.htm"
;break;
case 6:window.location="customerservice.htm"
;break;
case 7:window.location="new_page.htm"
;break;
3. Replace the page link in green color to your own.
Do not change anything.
4. Save.
|