 |
> 20/01/2006
Villa now has
Broadband access to the internet for New Computer.
> 10/12/2005
Playstation 2 and games now available at the Villa.
|
|
|
Before you start creating your website please read
this page along with the Tutorial page. These pages
will help you get started.
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.
How to modify
the included page
Included Page function is used in this template.
Once you modify the area where the Included Page
function is used in the associated file, your changes
will automatically appear on all pages.
1. Company Logo in each page. -> includes/logo.htm
2. Information box on the left in each page. ->
includes/news.htm
3. Login form in each page. -> includes/login.htm
4. A copyright & Main menu at the bottom of each
page. -> includes/bottom.htm
5. icons -> includes/icons.htm
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. Open the flash_text.txt file in theweb
folder.
2. If you want to change the flash menu, please
replace the menu text as follows:
menuname1=HOME to
menuname1=YOUR OWN MENU
&menuname2=NEWS to
menuname2=YOUR OWN MENU
&menuname3=CATALOGS to
menuname3=YOUR OWN MENU
&menuname4=GETTING STARTED to
menuname4=YOUR OWN MENU
&menuname5=NEW PAGE to
menuname5=YOUR OWN MENU
3. If you want to change the flash description,
replace the flash description text as follows:
&description1=Your description1 here!
to &description1=Your
own text!
&description2=Your description2 here!
to &description1=Your
own text!
4. Save them.
Replacing the flash
images
1. Create your own images and save as the same file
names
- images_intro.jpg, images_intro_top.jpg
- image_main1.jpg, image_main1_top.jpg
- image_main2.jpg, image_main2_top.jpg
- image_main3.jpg, image_main3_top.jpg
- image_main4.jpg, image_main4_top.jpg
2. Copy and paste the images into the images folder.
Editing the flash menu
1. Open the flash_link.js file in
web folder.
2. Replace the current links to your own page links.
case 1:window.location="index.htm" ;break;
case 2:window.location="news.htm" ;break;
case 3:window.location="catalogs.htm" ;break;
case 4:window.location="gettingstarted.htm"
;break;
case 5:window.location="newpage.htm" ;break;
to
case 1:window.location="your_page_link1.htm"
;break;
case 2:window.location="your_page_link2.htm"
;break;
case 3:window.location="your_page_link3.htm"
;break;
case 4:window.location="your_page_link4.htm"
;break;
case 5:window.location="your_page_link5.htm"
;break;
3.Save.
Importing the modified
flash movie into your web
1. In Normal view in FrontPage, select the current
flash movie and delete.
2. On the Insert menu, click Web Component.
3. In the left pane, click Advanced Controls.
4. In the right pane, double-click Plug-In.
5. In the Data source box, type the URL of the file
(your modified .swf file), or click Browse to locate
the file. (width="580" height="100")
6. Specify the width and height of your flash movie.
7. Click OK.
|