This package comes with the starter web site in .zip format. Unzip the package and start editing the pages. You should 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.
This template uses CSS for the layout. Because the FrontPage "design view" is not as sophisticated at displaying CSS properly, the heading fonts or spacing might seem too large or too small. This can be frustrating if you are used to getting a good "preview" of what your site looks like, but you'll find that it is almost just as easy to keep previewing your site in a browser as you make changes. You will still be able to edit your text and add content as you normally would; after you save, go to File > Preview in Browser to view your site in a browser and make sure that it really looks as it should.
Also, occasionally FrontPage's Normal/Design view may "lose" the formatting. When this happens, just press "F5" to refresh the view and the styles will return.
This template does not require FrontPage extensions.
NOTE: If you want to add FrontPage forms to your site, your web site will need to be published on a server that has FrontPage extensions. Check with your hosting provider to make sure that you can use FrontPage forms on your site.
The copyright for this template and accompanying design remains with the designer, Long2 Consulting. You may not claim ownership of the design, nor may you use it for any purpose other than that explicitly set forth in the separate license agreement.
Unlike some other template developers, we don't charge extra for an unbranded template. You CAN remove the link to Long2 Consulting in the copyright. However, we would appreciate you keeping the link and letting us know the site domain where you used the template. Send us an e-mail when you have your site completed!
If you are developing a site for a customer using this template, you may NOT put Website by @ Yourself, Created by Yourself, or Designed by Yourself. You MAY use Website Developed by Yourself. Do not claim any copyright on the design.
The license fee for this design is a site license, not a user or computer license. This design is, therefore, licensed for use on ONE SITE ONLY. If you want to use this design on additional sites, you must purchase a license for each additional site.
Please e-mail llong@long2consulting.com if you have any questions about licensing.
*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.
Expression Web or FrontPage 2003: This template was designed specifically for the Expression Web and FrontPage 2003 programs. Because the template uses dynamic web template (.dwt) pages, it is NOT compatible with earlier versions of FrontPage.
The main image on this template cannot be easily changed. Contact Long2 Consulting for pricing if you are interested in a different image.
Create a graphic that is no larger than width=325 pixels and height=100 pixels and save it to your images folder. Open the companyname.htm in the includes folder. Change the class from headerleft to headerleftimage.
Insert your company logo/name as an image. You should end up with code that looks something like this:
<div class="headerleftimage">
<img alt="Your Company Name" src="../images/companyname.jpg" width="325"
height="100">
</div>
Dynamic Web Template pages can be found within the dwt_templates folder of your web. These pages all have a .dwt extension. DWT pages contain the basic structure for all of the web (.htm) pages. You will find a .dwt for each different page layout included in your template package. If you change a DWT page, all of the web pages based on that DWT will also change. DWT pages have two types of regions: editable and non-editable.
This template allows you to delete the pages you do not need or to
rename existing pages. To edit the existing .htm pages, just delete our
sample content. You can then type your own text and add any additional
photos. Note that you will not be able to edit the non-editable regions.
If you delete all content from an editable region, it may disappear and
be difficult to find. Switch to Code or Split view and look for the
following:
<!-- #BeginEditable "content" --><!-- #EndEditable -->
Type some placeholder text between the two tags as follows:
<!-- #BeginEditable "content" --><p>MyContent</p><!-- #EndEditable -->
Switch back to Design view and you will now see the editable region and you can add your content.
Because this template uses several DWT pages for layouts, we use include pages to for items that appear on all pages, but that you will want to edit. This allows you to easily change your links on the appropriate include page, rather than make changes to several DWT pages. Your include page will most likely look like there is no formatting. Just make your changes and save the include page. The correct formatting will appear on the actual HTML page. You will typically find the following include pages in the includes folder:
This template has four sets of navigation links depending on the layout you use. To edit the navigation links, you must update the dwt files. The links are made up of hard-coded text links.
headerlinks: Appear at the very top of the page. Limit to 3 or 4 links.
topnavlinks: The horizontal links below the main graphic area. Limit to about 10 links.
bottomlinks: The horizontal links above the copyright. Limit to about 10 links.
sidelinks: The vertical links on left in the 2 column and 3 column layouts. These have a heading that you can use or remove.
<div class="menuheader1"><a href="#">Main Menu</a></div> ***To
make this into a link change the # to the page link.***
<div class="sidelinks">
<a href="index.htm">Home</a>
<a href="contactus.htm">Contact Us</a>
<a href="store.htm">Our Store</a>
</div>
<div class="menuheader2"><a href="store.htm">Our Store</a></div> ***If
you don't want two levels for menus, just delete the menuheader divs***
<div class="sidelinks">
<a href="product1.htm">Product 1</a>
</div>
<div class="menuheader1"><a href="#">Layouts</a></div>
<div class="sidelinks">
<a href="layout1.htm">Layout 1</a>
<a href="layout2.htm">Layout 2</a>
<a href="layout3.htm">Layout 3</a>
</div>
<div class="menuheader1"><a href="#">Template Info</a></div>
<div class="sidelinks">
<a href="typography.htm">Typography</a>
<a href="gettingstarted.htm">Getting Started</a>
</div>
In the DWT you can do the following:
To delete a link, remove the entire line of code for that link.
To add a link, simply copy one of the existing links and then paste it where you want the new link. Enter the correct page name and title for the link. The page name is the part that has the .htm, for example index.htm is the page name for the page with the title Home. Note: don't change the page name of your home page to anything other than index.htm. This is a standard name for homepages.
NOTE: When you change the navigation structure, it might not be visible until you Publish the site to your web server. Try to use File, Preview in Browser to see your changes, if they don't appear, try publishing the site to a test area on your server.
The News areas don't use any special features. Just use regular paragraph with either news1 or news2 classes applied to the paragraphs for the headers to separate your news items. See the layout3 page code for examples!
This template contains search engine meta tags on each page which you should fill out with the site information so the site is indexed by search engines.
Use headings to separate your content into sections. To apply a heading, place your cursor in the text and select the heading from the styles box that is located to the left of the font box.
Regular text
The footer can be edited in the include page. Modify the footer with your own company information and links.
This template uses a layout and styles defined through CSS. You will need to be comfortable with basic CSS if you want to make changes to the styles of this site. To make changes to the layout, you must have at least intermediate CSS skills. Here are some resources to help you with CSS:
We do not have the resources to change template images or colors for free on request. We do offer custom design services at reasonable rates for these types of template modifications, please visit our custom page at www.long2consulting.com. We do not recommend you attempt to make major changes to this template package.
We offer customer support for our products. If you have a question regarding your template, please send us an e-mail message and we'll quickly get you the answers you need.
We do NOT offer support on how to use FrontPage or Expression Web beyond the instructions given within this template. Please use the following sources to help you learn how to perform web building tasks: