MORE INFORMATION
How to Display the Web Properties Dialog Box
Use the following steps to display the
Web Properties dialog box:
- Enter Web Publisher Mode. You must be in Web Publishing mode to see and set options in the Web Properties dialog box. To enter Web Publishing mode, follow these steps:
- Save a copy of your work as a publication (.pub file).
- Click Create Web site from Current Publication on the File menu.
You are now in Web Publishing mode. - To view the Web Properties dialog box, click Web Properties on the File menu.
NOTE: If you do not see the
Create Web Site from Current Publication menu option, you are already in Web Publishing mode.
The Web Properties Dialog Box
The Web Properties dialog box has two tabs. The following are descriptions of the tabs.
The Site Tab:
All properties on this tab are applied just to your entire site. The
Web search engine information section is used to create
keywords that Web search engines can use to categorize your page. There is also a
Description area that can be read by some search engines, and displayed as an informational preview for your site.
Keywords: When you save as HTML, publisher creates the following HTML code when text has been included in the keyword field (assuming you typed find me and look as the keywords):
<meta name="keywords" content="find me, look">
NOTE: Make sure you use commas to separate individual words and
phrases.
Description: Similar to the
keyword field, however the standard protocol for the
Description field describes a page in one sentence. Typically, the description text is displayed by a search engine after finding your site.
<meta name="description" content="My site is about Win32 programming">
The
Target audience section is where you specify what type of HTML code you would like Publisher to generate.
HTML Microsoft Internet Explorer or Netscape Navigator 3.0 or later: When you select this option, Publisher builds your Web site using HTML features compatible with browsers that support HTML specification 3.0 (for example Internet Explorer 3.0).
Microsoft Internet Explorer or Netscape Navigator 4.0 or later (high fidelity): When you select this option, Publisher builds your site using Cascading Style Sheets and other advanced techniques. Browsers like Internet Explorer 4.0 and Netscape Navigator 4.0 can interpret Cascading Style Sheets.
Language: If you type the text of your Web page using a different language (especially if it uses a different character set, such as Cyrillic or Greek), choose the appropriate character set here, so that browsers will display the page properly. Here is what the HTML output, for the language field, would look like:
<charset=windows-1252>
The number in the charset section is what the
Language field directly manipulates.
The Page Tab:
All properties on this tab are applied to just the active page in Publisher.
Filename: Type the name (without the extension) you want Publisher to give the first page of your site. Index and Default are both common names for a home page.
File Extension: Choose an extension you want to use on every page of HTML output. Most of the time it is not necessary to change the default behavior; however, there are cases when you need to change this behavior.
Here are some examples:
- If your Internet Service Provider requires it, you must change the
default file name or file name extension.
- If you copy Web site files to an MS-DOS formatted disk in order to
transfer them to an Apple Macintosh computer, you must change the
file name extension to .htm (instead of .html). The software that
allows a Macintosh computer to read an MS-DOS disk does not read
files with four-letter file name extensions.
Title: Type the text you want to appear in the window title or your browser. If you have multiple pages in your site, this setting is
applied to the active page in Publisher. Publisher adds HTML code
similar to the following:
<title>Page Title</title>
Background Sound: If you want a background sound or MIDI sequence to play when you open this page in a Web Browser, choose the sound here. If
you have multiple pages in your site, this setting is applied to the active page in Publisher. When you select this option, Publisher adds HTML code similar to the following:
<bgsound src="my_sound.mid" loop=1>
Add Hyperlink to Web Navigation Bar: When you select this option,
Publisher adds a navigation bar to your Web site.