
accent1_blank.jpg

accent2_blank.jpg
Photoshop source file also included.
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.
The Dynamic Web Templates in this package are Dynamic Web Template Interchange Guidelines (DWTIG) Compliant. The Child Community 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. |
| banner | Name of the Page Being Viewed - you may either use the "text" banner provided with FrontPage or type in the title manually. |
| sub_menu | Secondary Navigation - uses FrontPage navigation structure link bar; depending on the location of the page in the FrontPage navigation structure, this will be set to either "Child" or "Same" level. Default is "Child" level (see "Navigation Changes" below). |
| 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.
If you would like your site to be completely W3C-validated, including the CSS file, then you will have to trade off having a transparent box on the splash page for Internet Explorer (Netscape, Mozilla, FireFox, and Opera will still display a transparent box). To achieve this, open the styles.css page and go down to line 212. Delete that line (you'll see a note there to help you make sure you're deleting the correct line), and your style sheet will be W3C validated, as well.
The top header, horizontal menu, and footer are in Libraries. Editing the library items will update the other pages across your web site. Open them, make your changes, and save.
The "your logo here" area is a graphic in the "header" library item. We've included the source Photoshop 7 file for your convenience. If you wish to create your own logo graphic, we recommend staying within a 52 pixel height, otherwise you may need to modify the style sheet.
The top menu is also hard-coded in the "header" library item. By modifying the include page, all other pages will be updated automatically.
The image on the splash page is a background image, defined within the style sheet. If you wish to substitute your own graphic, create a graphic that is 750x250 pixels and save it as "splashpic.jpg." Replace the existing image in the web site.
The splash page has a special text area. The width and height are defined in the style sheet. Limit your text to fit within this area, or modify the box's width, height, and position in the style sheet.
The header graphic is a background image defined within the style sheet. If you wish to create your own graphic in its place, make a graphic that is 750x102 pixels and save it as "mainpic.jpg." Replace the existing image in the web site.
If you are applying the DWT to an existing page, you will may need to make some changes to the page title area on each page. First, change the page title to use the Heading 1 style, then assign the ID "banner." The HTML code should look like this when you're done:
<h1 id="banner">[page banner here]</h1>
The horizontal menu is defined in the "menu" library item. Modify this page with your own hard-coded links.
To create a submenu, start with this HTML code (copy and paste):
<ul class="submenu">
<li><a href="link.htm">Link Text</a></li>
</ul>
Insert this code into the "body2" area (left column), then edit the link and URL. Add more list items as necessary.
We suggest putting these lists into library items for easier editing later.
The "breadcrumb" links are hard-coded, although we've also used a page banner component for the title of the current page. You will have to modify this area if you create subsections.
The footer can be edited in the childcomm_dwt/includes/include_footer.htm page. Modify the footer with your own company information and links.
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.