Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FP2000: How to Alter the Theme Used by Web Templates


View products that this article applies to.

This article was previously published under Q206011

For a Microsoft FrontPage 98 version of this article, see 180821 (http://support.microsoft.com/kb/180821/EN-US/ ) .

↑ Back to the top


Summary

This article describes how you can change the theme applied to your new FrontPage Webs.

↑ Back to the top


More information

WARNING: If you delete or alter built-in Web templates, you may need to reinstall FrontPage to restore the templates.

To change the theme that will be applied to a new FrontPage web, you must edit the Web template INF file. The INF file contains information about the Web, including the default theme that will be applied to the Web.

Each Web template is located in its own subfolder. By default the folder is located in the C:\Program Files\Microsoft Office\Templates\1033\Webs\ folder. For example, the Personal Web template has a corresponding Personal.inf file. This file is stored in the following hard disk location:
C:\Program Files\Microsoft Office\Templates\1033\Webs\Personal.tem
The following table lists the Web templates that ship with FrontPage and the folders and file names of the INF files:

Collapse this tableExpand this table
Web Template NameFolderInf File
One Page WebNormal.temNormal.inf
Customer Support Web Custsupp.tem Custsupp.inf
Empty WebEmpty.temEmpty.inf
Personal WebPersonal.temPersonal.inf
Project WebProject.tem Project.inf


Each theme has a theme definition. For example, the theme definition for the Expedition theme is Expedition. The theme definition is defined in the theme's INF file. By default, the INF file is located in the following hard disk location:

C:\Program Files\Microsoft Office\Templates\1033\css\<Theme Name>
				
where <Theme Name> corresponds to the theme definition. The following table lists the themes and theme definitions:

Collapse this tableExpand this table
Theme NameTheme Definition
Arcsarcs
Artsy artsy
Automotiveauto
Balancebalance
Barcodebarcode
Bars bars
Blankblank
Blendsblends
Blocks blocks
Blueprint blueprnt
Bold Stripesboldstri
Bubbles bubbles
Cactuscactus
Canvascanvas
Capsules capsules
Chalkboardchlkbord
Checkers checkers
Citrus Punch citrus
Classicclassic
Clear Day clearday
Construction Zone construc
Corporatecorporat
Cypresscypress
Downtowndowntown
Expeditionexpeditn
Fiesta fiesta
Foliofolio
Geared Up Factory factory
Glacierglacier
Global Marketing global
Highway hiway
In Motion inmotion
Industrial indust
Kidskids
LaVernelavern
Leavesleaves
Loose Gestureloosegst
Maizemaize
Modern Shapes mdnshape
Modularmodular
Nature nature
Neonneon
Network Blitz blitz
Passportpassport
Pie Chartspiechart
Poeticpoetic
PostModern pstmdrn
Radiusradius
Rice Paperricepapr
Romanesquermnsque
Safarisafari
Saturday TV Toonstvtoons
Spiralspiral
Straight Edge stredge
Sumi Painting sumipntg
Sunflower sunflowr
Sweets sweets
Tabs and Folderstabs
Technology technolo
Tidepooltidepool
Tilt tilt
Topo topo
Travel travel
Waveswaves
Willowwillow
Zero zero


Each INF file contains an entry similar to the following:
theme=global 101
				
where global is the theme definition and the number that follows identifies which options are used by the theme. Each digit in the number identifies one of or more of the following three options:

Collapse this tableExpand this table
100Vivid Colors. Use this option to apply brighter colors to text and graphics.
010Active Graphics. Use this option to animate theme components.
001Background Image. Use this option to apply a textured background.


You can combine these options. For example, if you want to include all three options (vivid colors, active graphics, and background image), you would specify a number of 111. If you want your theme to contain vivid colors and active graphics, you would specify a number of 110.

Also, you can automatically have the theme applied using Cascading Style Sheets (CSS). To do this, add an additional 1 to the beginning of the number. For example, if you wanted to apply Active Graphics to the ChalkBoard Theme, you would normally type 010 as the number. However, if you wanted to use Cascading Style Sheets (CSS), you would type 1010 as the number.

If you do not want to apply a theme, you can set the value to none, such as the following example:
theme=none
				
After you make your changes to the INF file, save the file. The next time you create a new FrontPage Web, the theme you specified will be applied to your Web.

NOTE: You cannot apply a default theme to the Import Web Wizard. In contrast, other Web wizards allow you to select a theme after you start the wizard.

↑ Back to the top


References

For more information about themes, click Microsoft FrontPage Help on the Help menu, type Themes, overview in the Answer Wizard, and then click Search to view the topic.

↑ Back to the top


Keywords: KB206011, kbinfo

↑ Back to the top

Article Info
Article ID : 206011
Revision : 1
Created on : 10/1/2001
Published on : 10/1/2001
Exists online : False
Views : 261