The National Council Web site (http://www.scouting.org) is designed to support council sites by providing content that can be included in a "frame" of your council site. A modification to your Web site's existing design, which should be minor in most cases, will be necessary to obtain these benefits:
Fundamentally, the "frames" will divide the Web browser's content window into a split-screen. A column on the left side of the page may contain navigation buttons and logo (in most cases, your council strip patch) and the right side will contain "content" that may be drawn from your own site or included from national. Meanwhile, the "location" field (the area of the browser window that shows a page's URL) will indicate that the user is at your site, regardless of where the information in the content frame is located.
The material that follows provides specific instructions for creating a frameset to include National pages.
IMPORTANT!There are significant legal issues you should be aware of when using frames to include pages from other sites into your own. If you choose to employ the technique described below, pay close attention to the section entitled "Links to External Sites." |
The following documentation provides specific instructions for creating a FRAMESET for including content from the National Web site in your own. There are other options and parameters that can be used to create a more advanced or customized interface - however, providing complete documentation on HTML frames is beyond the scope of the present document. For complete information, consult an HTML manual or tutorial.
The Basic Frameset
To create a basic frameset, use the following code in an HTML source document:
<HTML>
<HEAD>
<TITLE>Your Council Web Site</TITLE>
</HEAD>
<FRAMESET COLS="180,* BORDER="0" FRAMEBORDER="0" FRAMESPACING="0">
<FRAME NAME="sidebar" SRC="sidebar.html" SCROLLING="NO">
<FRAME NAME="content" SRC="content.html" SCROLLING="AUTO">
</FRAMESET>
<NOFRAMES>
Content for no-frames users
</NOFRAMES>
</HTML>
The text in blue should be customized as follows:
This document will create a set of frames into which a sidebar and initial content document, each described below, will be loaded.
Sidebar Document
This document will be loaded into the narrow column on the left side of the screen. It should contain your logo and links (text or buttons) to content pages. Code for this page will vary according to your needs and tastes - however, you should take into account that the document will be only 180 pixels wide.
Also, a TARGET attribute should be added to any link that will cause the document to be loaded into the content window. For example, if your scout shop page is at "sshop.html", a link to load the content should be coded as follows:
<A HREF="sshop.html" TARGET="content">Our Scout Shop</A>
If the TARGET attribute is omitted, the document will load into the sidebar column - which may be useful for replacing the initial sidebar with a different one, but is generally undesirable when loading content documents.
Initial Content Document
The initial content document will load into the right column of the screen. It should contain whatever text material is presented on current your home page and, optionally, redundant links for visitors whose browsers are incapable of rendering frames.
This page should be designed for a minimum width of 420 pixels in order to accommodate low-end monitors, but should be able to scale horizontally to take advantage of larger monitors.
No alteration to links will generally be necessary - by default, any document that is linked from the content frame will load into the content frame.
Including Material From the National Site
Including material from the National site should be as simple as including material from your own. For example, if you wish to include the Supply division's monthly list of featured products, include this code in your page:
<A HREF="http://www.scouting.org/supply/index.html">Featured Products</A>
If this link is placed in your sidebar, remember to include the TARGET, as described above.
To determine the URL of any page on the National Council site, it may be necessary to view the page outside the frameset:
Another technique would be to right- or command- click any link to the page you'd like to include and select "copy this link location," which will copy the URL of that page to your system clipboard so that it may then be pasted into an open document.
Links to External Sites
If you wish to provide a link to an external Web site, it is important to TARGET it to the entire window, thus:
<A HREF="http://www.someplace.com/pack25" TARGET="_top">Pack 25</A>
If you do not include a TARGET, the page will load into the present frame (content frame) - and if that page has not been specifically designed to be part of a frameset. This could cause problems that range from aesthetic (the page is too wide for the frame) to functional (nested framesets with redundant frame names could cause a browser, or even terminal, to crash).
Additionally, there are potential liability issues when content from an external site is included in a frame - and while BSA councils and units (hereby) have permission to include content from the BSA National Council's Web site, the same is not necessarily true of other council, unit, and third-party Web sites.
The following parameters are "defaults" for the National Council site. Knowing them should help you design pages that are commensurate in appearance and functionality, and they should be taken into account should you decide to customize your frameset.
It is likely that there will be exceptions to these settings: the physical appearance of interfaces on the National Council site is largely controlled by the departments that "own" the material those interfaces contain. Also, there are cases in which it is not logical or practical to adhere strictly to the preceding parameters.
| The Boy Scouts of America | http://www.scouting.org |