Do you mean you want to add a keywords meta tag?
If so:
- load the page into FP
- right click anywhere and select "Page Properties"
- click on the "Custom" tab
- in the bottom panel, under "User Variables", click on "Add"
- in top row, for "Name" enter "keywords" (omit the quotation marks"
- in bottom row, enter your keywords separated by commas (e.g.,
keyword1, keyword2, keyword3, keyword4)
This will produce an html line like this:
<META NAME="keywords" CONTENT="keyword1, keyword phrase1, keyword2,
keyword3">
Follow a similar procedure to enter a description meta tag:
<META name="description" content="Brief descriptive sentence or phrases
including important keywords.">
....or, of course, you can create those tags directly by entering HTML
mode and placing them between the <HEAD> and </HEAD> tags at the top of
your page.