|
Getting Started
Before you start creating your website please read
this page along with the Tutorial page. These pages
will help you get started.
Editing the style sheet (style.css)
You can change the size of table, content' margin and
color of text by editing the style.css file
How to replace the images in the flash movies
The images in the flash movies can be replaced with
your own images. You just need to save your images
files as follows, and then copy and paste the images
to the “images” folder.
- image_main_01.jpg
- image_main_02.jpg
- image_main_03.jpg
Editing the flash image navigation links.
1. Open the flash_link.js file in web folder.
2. Replace the current links to your own page link
case 1:window.location="index.htm" ;break;
case 2:window.location="about_us.htm" ;break;
case 3:window.location="faqs.htm" ;break;
3. Save.
How to edit the flash text
In order to change the text in the flash movies, you
will need to make changes in the flash_text.txt file.
If you open your web pages in FrontPage, you will
find the “flash_text.txt” file in the Folder List.
And here is how you change the text.
1. Open the flash_text.txt file located in your web
folder in FrontPage.
2. Replace the text in orange with your own text.
### flash_main_01.swf text ###
&menu_1_text_1=Add your text
here1
&menu_1_text_2=Add your text
here1
&menu_2_text_1=Add your text
here2
&menu_2_text_2=Add your text
here2
&menu_3_text_1=Add your text
here3
&menu_3_text_2=Add your text
here3
3.Save.
The text in the flash movies will automatically be
changed.
|