
Different title graphics available:

titlepic1.jpg

titlepic2.jpg

titlepic3.jpg
This package comes with the starter web site in .zip format. Unzip the package and start editing the pages. You may wish to keep a backup copy of the .zip in case you need to start over.
We have included a basic site structure with common pages that you may use to start with. You may rename the pages, add more pages, and add your content.
The royalty free images used in this template are provided as a part of a licensing agreement between Corbis and Advantrics LLC. If you wish to purchase larger versions of the images for your own marketing use, please go to Corbis' web site and look for the following images:
If you are purchasing this template and intend to use it to build a site for someone else, you must disclose to your client that this template uses Corbis images.
*Note: All source files are licensed for use with this web site template only and may not be used in any other projects, web sites, or applications.
Not included: Century Gothic font used in page titles, logo, and splash page movie.
This template uses the FlashObject (v1.3) Flash detection and embed script provided by Geoff Stearns at http://blog.deconcept.com/flashobject/. This script detects whether or not the user has the Flash player, and if it does, it loads in the Flash movie for them to view. If they don't have the Flash player, it displays your alternate content. The alternate content is what you see in your web editor (a static image or text).
The FlashObject script also resolves the IE update issue where embedded Flash movies require an extra click for interaction; using the script will allow viewers to interact with the Flash movie directly. The FlashObject script also allows your web site to have fully validated HTML.
Please be aware that the script may be updated occasionally, and it is your responsibility to visit the FlashObject site to check for updates and implement them.
The Family First DWT package consists of:
| Definition of Editable Regions for DWTs | |
| doctitle | The Title of the Page - this is what appears in the uppermost left status bar of the published page. To edit this and the following two regions, right click over the body of the page and select Page Properties. Fill in your own information for the Title, Page Description, and Keywords fields. You will want to do this on each page. |
| keywords | Keywords for your Page/Site; important for search engine spidering purposes. To edit, see instructions above for "doctitle." |
| description | Description of your Page/Site; important for search engine spidering purposes. To edit, see instructions above for "doctitle." |
| scripting | Location for any coding (asp, java script, etc.) which requires placement within the <HEAD> </HEAD> tags of the web page. |
| sub_menu | Secondary Navigation |
| banner | Name of the Page Being Viewed - you may either use the "text" banner provided with FrontPage or type in the title manually. |
| body1 | Main Content - in a 2 or 3 column layout, this content will appear in the widest content column. In a 1 column layout, this will appear first. |
| body2 | Secondary Content - in a 3 column layout, this content will appear in the left column. In a 2 column layout, this content will appear in the smaller of the two columns. In a 1 column layout, this content will appear directly beneath the body1 editable region's content. |
| body3 | Third Level Content - in a 3 column layout, this content will appear in the right column. In a 2 column layout, this content will appear directly beneath the body1 editable region's content. In a 1 column layout, this content will appear directly beneath the body2 editable region's content. |
| special1 | Place for an applet or anything else |
| special2 | Place for an applet or anything else |
You may use this package in two ways: 1) to create a brand new site or 2) to convert an existing web site.
The top area, menu, left menu, and footer are in library items . Editing the library item will update the other pages across your web site. Open them, make your changes, and save.
The "your logo here" area is a graphic. It is a library item ("top") so you can change it easily across all the pages.
The horizontal menu is made up of hard-coded text links in list format in the "menu" library item. The stylesheet formats the list to be horizontal. You can have up to six links.
This template comes with a Flash movie on the splash page.
Without needing Flash, you can change:
You will need Macromedia Flash to edit the Flash source files if:
Flash source files ARE included with this template.
To change the text, text placement, and image, open the variables.txt file. You'll see code like this (line breaks added for readability):
splashimage=images/mainpic.jpg
&&splashtext=YOUR FAMILY<br> COMES FIRST
&&splashx=138
&&splashy=110
&&
Change the highlighted variables. You can add "<br>" in the splashtext variable to add line breaks. You may also add spaces. Do not delete the non-highlighted code and keep everything on one line. The "x" and "y" position assume that "0,0" is the upper left corner of the Flash movie.
This product uses the FlashObject Flash detection and embed script to dynamically embed the Flash movie. This means that you won't see the actual Flash movie object in the web editor's design view. Instead, you'll see a static image, which is your alternate content. You can put all your alternate content in between the <div id="flashmovie"> and </div> tags.
For example, this site currently has a static image (without text) in between the <div id="flashmovie"> and </div> tags:
<div id="flashmovie">
<img border="0" src="images/splash-replacement.png" width="750" height="200">
</div>
You can edit that image with your own text in an image editor, or you can remove it completely and put a text message there for you viewer. For example:
<div id="flashmovie">
You need Flash to view this content.
</div>
Either way, viewers whose security settings do not allow them to view Flash movies or who do not have the Flash player will view your "alternate content," while viewers who do have the Flash player will be able to view the Flash movie.
The page title on each page is a Flash movie. You can have a different picture and title text on each page.
Without needing Flash, you can change:
You will need Macromedia Flash to edit the source files if:
Flash source files ARE included with this template.
To change the text, text placement, and image, you will need to edit the HTML code in each page. Look in the HTML code for this:
<script type="text/javascript">
// <![CDATA[
var fo = new FlashObject("title.swf", "movie", "750", "140", "8", "#ffffff");
fo.addVariable("img", "images/titlepic3.jpg");
fo.addVariable("t", "YOUR PAGE TITLE");
fo.write("flashmovie");
// ]]>
</script>
Change the path of the image (relative to your page) and the page title.
If you want to change the placement, just add more variables for tagx and tagy like this below:
<script type="text/javascript">
// <![CDATA[
var fo = new FlashObject("title.swf", "movie", "750", "140", "8", "#ffffff");
fo.addVariable("img", "images/titlepic3.jpg");
fo.addVariable("t", "YOUR PAGE TITLE");
fo.addVariable("tagx", "30");
fo.addVariable("tagy", "100");
fo.write("flashmovie");
// ]]>
</script>
(Obviously you can change the amount to your desired number.)
This template comes with three title images for your convenience: titlepic1.jpg, titlepic2.jpg, and titlepic3.jpg.
This product uses the FlashObject Flash detection and embed script to dynamically embed the Flash movie. You can put all your alternate content in between the <div id="flashmovie"> and </div> tags. See the section about Alternate Content above -- the same applies for the title Flash movies.
The vertical menu is a bulleted list of links in the "submenu" library item. Simply add your own links to the bulleted list and the style sheet will format it on your actual web page! You can duplicate the library item and edit to have different submenus on different pages.
Modify the footer with your own company information and links in the "footer" library item.
This template is a table-less layout. Positioning and layout is defined through CSS. You will need to be comfortable with advanced CSS positioning and formatting techniques if you want to make changes to the layout of this site. If you just want to add your content, you will need some basic CSS skills and HTML skills.