When you open the default page of a Windows SharePoint
Services Web site in Microsoft Office FrontPage 2003, you can change the
background color of the top horizontal border, including the Navigation bar. To
do this, right-click the top horizontal border, and then click
Cell
Properties. In the
Background area, in the
Color list, click the color that you want to use. However,
this action only changes the color of the top border on that single
page.
To change the background color of the top horizontal border
across the whole Web site, follow these steps:
- Start your Web browser.
- In the Address box, type
http://Your_WSS_Server_Name/_layouts/1033/styles/Ows.css,
and then click GO.
- In the File Download dialog box, click
Save.
- In the Save As dialog box, in the
Save in list, click the folder where you want to save the
file, and then click Save.
- In the Download Complete dialog box, click
Close.
- Start FrontPage, and then open your local Web
site.
- Click File and then click
Import.
- In the Import dialog box, click
Add File.
- In the Add File to Import List dialog box,
find and click the Ows.css file, click Open,
and then click OK.
- In Folder List, double-click
Ows.css to open the file.
- Find the .ms-bannerframe area, and then
change the hexadecimal number of the background-color
attribute to the number that represents the color that you want to
use.
To use the FrontPage color picker to determine the hexadecimal
number for a specific color, follow these steps:
- On the Tools menu, click Page
Options.
- Click the Color Coding tab, click one
of the color boxes, and then click More Colors.
- Click the color that you want to use in the color
spectrum and take note of the number that is in the Value box.
For example, the value for blue is hex={00,00,FF}.
- Click Cancel two times to close
Page Options, and then return to the Ows.css file.
- In the background-color line, delete
the existing number that you see between the number sign (#) and the semicolon
(;).
- Type the number for the color that you want to use,
without the commas, between the number sign and the semicolon. For example, the
value of blue is hex={00,00,FF}, therefore you will type
0000FF. When you do this, the line will look similar to background-color: #0000FF;.
Note You can also type the name of a specific color, such as red,
blue, or green. - Click Save and then close
Ows.css.
- Click Format, and then click Style
Sheet Link.
- Click All Pages, and then click
Add.
- In the Select Style Sheet dialog box, in
the Look in list, click your local Web site, click the
Ows.css file, and then click OK.
- In the Confirm Format Style Sheet Links
dialog box, click Continue.
- Click Save.