Previous Page TOC Next Page



Appendix A


HTML Quick Reference


This HTML quick reference is different from those found in most other HTML books. Because FrontPage features many built-in tagging functions, you do not have to touch your HTML code very often. If you are familiar with HTML tags, you can use this quick reference as a guide to the commands and procedures that implement them.

Consult the appropriate table for the information that you need:

Table D.1 Character styles and formatting
Table D.2 Font tags
Table D.3 Form-related tags
Table D.4 Frame-related tags
Table D.5 Heading tags
Table D.6 Horizontal rule tags
Table D.7 Hotspot (image map) tags
Table D.8 Image tags
Table D.9 Line break tags
Table D.10 Link tags
Table D.11 List tags
Table D.12 Marquee tags
Table D.13 Applet, script, and object-related tags
Table D.14 Paragraph tags
Table D.15 Sound tags
Table D.16 Table caption tags
Table D.17 Page-related tags
Table D.18 Table tags

All the tables refer to HTML tags and the attribute names and values that can be applied to them. Italic type indicates an attribute value that you must specify, such as a URL, a numerical value, or a filename. Each section also refers to the chapter that discusses the tag in more detail.

The Procedure or Option column in each table shows the name of the field or the choice you make in the appropriate dialog box. In most cases, the dialog box associated with the tag is indicated in the text which precedes the table. When this is not the case, the appropriate dialog box is listed in the Procedure or Option column.

The notation "HTML Markup bot" indicates that you should use the HTML Markup bot to enter your code. Alternatively, you can use the View | HTML command in the FrontPage Editor and edit the code from there.

Character Styles and Formatting Tags


The procedures or options referenced in Table D.1 appear in the Font dialog box, which you access with the Format | Font command.

Table D.1. Character styles and formatting (Format | Font command).

Tag Name Value Procedure or Option
B

Special Styles, Bold
BASEFONT

Edit code
BASEFONT COLOR #rrggbb Edit code
BASEFONT COLOR colorname Edit code
BASEFONT FACE face Edit code
BASEFONT SIZE 1 Edit code
BASEFONT SIZE 2 Edit code
BASEFONT SIZE 3 Edit code
BASEFONT SIZE 4 Edit code
BASEFONT SIZE 5 Edit code
BASEFONT SIZE 6 Edit code
BASEFONT SIZE 7 Edit code
BIG

HTML Markup bot/edit code
BLINK

Special Styles, Blink
CENTER

Format toolbar, Center
CITE

Special Styles, Citation
CODE

Special Styles, Code
DFN

Special Styles, Definition
DIV ALIGN LEFT HTML Markup bot/edit code
DIV ALIGN CENTER HTML Markup bot/edit code
DIV ALIGN RIGHT HTML Markup bot/edit code
EM

Font, Font Style, Italic; Format toolbar, Italic button
I

Special Styles, Italic
KBD

Special Styles, Keyboard
LISTING

HTML Markup bot/edit code
NOBR

HTML Markup bot/edit code
PLAINTEXT

HTML Markup bot/edit code
S

HTML Markup bot/edit code
SAMP

Special Styles, Sample
SMALL

HTML Markup bot/edit code
STRIKE

Font, Effects, Strikethrough
STRONG

Format toolbar, Bold button; Font, Font Style, Bold
SUB

Special Styles, Vertical Position, Subscript
SUP

Special Styles, Vertical Position, Superscript
TT

Font, Effects, Typewriter
U

Font, Effects, Underline; Format toolbar, Underline button
VAR

Special Styles, Variable
WBR

HTML Markup bot/edit code
XMP

HTML Markup bot/edit code

Font Tags


The procedures and options referenced in Table D.2 appear in the Font dialog box, which you access with the Format | Font command.

Table D.2. Fonts (Format | Font command).

Tag Name Value Procedure or Option
FONT COLOR #rrggbb Font, Color (drop-down menu); Format toolbar, Text Color button
FONT COLOR colorname Font, Color (drop-down menu), select one of 16 predefined colors
FONT SIZE 1 Font, Size 1 (8 pt.)
FONT SIZE 2 Font, Size 2 (10 pt.)
FONT SIZE 3 Font, Size 3 (12 pt.) or Size Normal
FONT SIZE 4 Font, Size 4 (14 pt.)
FONT SIZE 5 Font, Size 5 (18 pt.)
FONT SIZE 6 Font, Size 6 (24 pt.)
FONT SIZE 7 Font, Size 7 (32 pt.)
FONT FACE facename Font, Font, choose from list; Format toolbar, Change Font drop-down menu

Form-Related Tags


The procedures and options shown in Table D.3 appear in the dialog boxes for their respective form properties.

Table D.3. Form-related tags.

Tag Name Value Procedure or Option
FORM

Automatic when inserting form fields on page.
FORM ACTION URL Form Properties dialog box, Custom ISAPI, NSAPI or CGI Script, Settings, Action
FORM ENCTYPE mimetype Form Properties dialog box, Custom ISAPI, NSAPI or CGI Script, Settings, Encoding Type
FORM METHOD GET Form Properties dialog box, Custom ISAPI, NSAPI or CGI Script, Settings, Method, GET
FORM METHOD POST Form Properties dialog box, Custom ISAPI, NSAPI or CGI Script, Settings, Method, POST
INPUT ALIGN BOTTOM Form Field Properties dialog box, Extended Attribute
INPUT ALIGN MIDDLE Form Field Properties dialog box, Extended Attribute
INPUT ALIGN TOP Form Field Properties dialog box, Extended Attribute
INPUT CHECKED
Check Box Properties dialog box, Initial State, Checked



Radio Button Properties dialog box, Selected
INPUT NAME name Text Box Properties dialog box, Name Radio Button Properties dialog box, Group Name Push Button Properties dialog box, Name Image Form Field Properties dialog box, Name Check Box Properties dialog box, Name Form Properties dialog box, Hidden Fields, Add, Name
INPUT SIZE n Text Box Properties dialog box, Width in Characters
INPUT SRC URL Edit code
INPUT TYPE BUTTON Push Button Properties dialog box, Button Type, Normal
INPUT TYPE CHECKBOX Insert | Form Field | Check Box; Forms toolbar, Check Box button
INPUT TYPE FILE Edit code
INPUT TYPE HIDDEN Form Properties dialog box, Hidden Fields, Add
INPUT TYPE IMAGE Insert | Form Field | Image
INPUT TYPE PASSWORD Text Box Properties dialog box, Password Field, Yes
INPUT TYPE RADIO Insert | Form Field | Radio Button Forms toolbar, Radio Button button;
INPUT TYPE RESET Push Button Properties dialog box, Button Type, Reset
INPUT TYPE SUBMIT Insert | Form Field | Push Button (default selection); Push Button Properties dialog box, Button Type, Submit
INPUT TYPE TEXT Insert | Form Field | One-Line Text Box; Forms toolbar, Text Box button
INPUT VALUE value Text Box Properties dialog box, Initial Value Push Button Properties dialog box, Value/Label Check Box Properties dialog box, Value Radio Button Properties dialog box, Value Form Properties dialog box, Hidden Fields, Add, Value
OPTION CHOICE
Drop Down Menu Properties dialog box, Choice, Add, Choice
OPTION SELECTED
Drop Down Menu Properties dialog box, Choice, Add, Selected
OPTION VALUE
Drop Down Menu Properties dialog box, Choice, Add, Specify Value
SELECT

Insert | Form Field | Drop-Down Menu; Forms toolbar, Drop Down Menu button
SELECT MULTIPLE
Drop Down Menu Properties dialog box, Allow Multiple Selections, Yes
SELECT NAME
Drop Down Menu Properties dialog box, Name
SELECT SIZE
Drop Down Menu Properties dialog box, Height
TEXTAREA

Insert | Form Field | Scrolling Text Box; Forms toolbar, Scrolling Text Box Button
TEXTAREA NAME
Scrolling Text Box Properties dialog box, Name
TEXTAREA ROWS
Scrolling Text Box Properties dialog box, Number of Lines
TEXTAREA COLS
Scrolling Text Box Properties dialog box, Width in Characters
TEXTAREA WRAP OFF Scrolling Text Box Properties dialog box, Extended Attribute
TEXTAREA WRAP VIRTUAL Scrolling Text Box Properties dialog box, Extended Attribute
TEXTAREA WRAP PHYSICAL Scrolling Text Box Properties dialog box, Extended Attribute

Frame-Related Tags


The procedures and options referenced in Table D.4 appear in the Frames Wizard.

Table D.4. Frame-related tags.

Tag Name Value Procedure or Option
FRAME ALIGN TOP Open with text editor and edit code
FRAME ALIGN MIDDLE Open with text editor and edit code
FRAME ALIGN BOTTOM Open with text editor and edit code
FRAME ALIGN LEFT Open with text editor and edit code
FRAME ALIGN RIGHT Open with text editor and edit code
FRAME FRAMEBORDER YES Open with text editor and edit code
FRAME FRAMEBORDER NO Open with text editor and edit code
FRAME FRAMESPACING n Open with text editor and edit code
FRAME MARGINHEIGHT n Edit Frame Attributes Panel, Margin Height
FRAME MARGINWIDTH n Edit Frame Attributes Panel, Margin Width
FRAME NAME framename Edit Frame Attributes Panel, Name
FRAME NAME _blank Edit Frame Attributes Panel, Name
FRAME NAME _parent Edit Frame Attributes Panel, Name
FRAME NAME _self Edit Frame Attributes Panel, Name
FRAME NAME _top Edit Frame Attributes Panel, Name
FRAME NORESIZE
Edit Frame Attributes Panel, Not Resizeable
FRAME SCROLLING YES Open with text editor and edit code
FRAME SCROLLING NO Edit Frame Attributes Panel, Scrolling, No
FRAME SCROLLING AUTO Edit Frame Attributes Panel, Scrolling, Auto
FRAME SRC URL Edit Frame Attributes Panel, Source URL
FRAMESET

File | New Page, Frames Wizard
FRAMESET COLS n% Open with text editor and edit code if size needs changing
FRAMESET COLS n Edit Frameset Grid Panel, Columns
FRAMESET ROWS n% Open with text editor and edit code if size needs changing
FRAMESET ROWS n Edit Frameset Grid Panel, Rows
NOFRAMES

Choose Alternate Content Panel, Alternate Page URL

Heading Tags


The heading tags listed in Table D.5 can be inserted from the Format toolbar, using the Change Style drop-down menu, or edited from the Format | Paragraph command, using the Paragraph Properties dialog box.

Table D.5. Heading tags.

Tag Name Value Procedure or Option
H1

Format toolbar, Change Style drop-down menu; Heading 1 Paragraph Properties dialog box, Heading 1
H2

Format toolbar, Change Style drop-down menu; Heading 2 Paragraph Properties dialog box, Heading 2
H3

Format toolbar, Change Style drop-down menu; Heading 3 Paragraph Properties dialog box, Heading 3
H4

Format toolbar, Change Style drop-down menu; Heading 4 Paragraph Properties dialog box, Heading 4
H5

Format toolbar, Change Style drop-down menu; Heading 5 Paragraph Properties dialog box, Heading 5
H6

Format toolbar, Change Style drop-down menu; Heading 6 Paragraph Properties dialog box, Heading 6
H1 through H6 ALIGN CENTER Paragraph Properties dialog box, Paragraph Alignment, Center
H1 through H6 ALIGN LEFT Paragraph Properties dialog box, Paragraph Alignment, Left
H1 through H6 ALIGN RIGHT Paragraph Properties dialog box, Paragraph Alignment, Right

Horizontal Rule Tags


For Table D.6, horizontal rules are placed on a page using the Insert | Horizontal Line command. Properties are edited in the Horizontal Line Properties dialog box.

Table D.6. Horizontal rule tags.

Tag Name Value Procedure or Option
HR

Insert | Horizontal Line
HR ALIGN LEFT Horizontal Line Properties dialog box, Alignment, Left
HR ALIGN RIGHT Horizontal Line Properties dialog box, Alignment, Right
HR ALIGN CENTER Horizontal Line Properties dialog box, Alignment, Center
HR COLOR #rrggbb Horizontal Line Properties dialog box, Color, Custom (in drop-down menu)
HR COLOR colorname Horizontal Line Properties dialog box, Color, choose one of 16 named colors from drop-down menu
HR NOSHADE
Horizontal Line Properties dialog box, Solid Line (no shading)
HR SIZE n Horizontal Line Properties dialog box, Height, Pixels
HR WIDTH n% Horizontal Line Properties dialog box, Width, Percent of Window
HR WIDTH n Horizontal Line Properties dialog box, Width, Pixels

Hotspot (Image Map) Tags


To enable the Image Properties toolbar, click on a page image. Then, choose one of the buttons referenced in Table D.7 to create a hotspot in that image. By default, FrontPage generates image maps to be used with the FrontPage Server Extensions. To designate another method, choose Tools | Web Settings. In the FrontPage Web Settings dialog box, choose the Advanced tab. Under Image Maps, Style, select NCSA, CERN, Netscape, or none from the drop-down menu.

Table D.7. Hotspot (image map) tags.

Tag Name Value Procedure or Option
MAP AREA
Use HTML Markup/Edit code
MAP COORDS x1,y1,x2,y2… Coordinates generated automatically when you draw a hotspot.
MAP SHAPE RECT Image toolbar, Rectangle button
MAP SHAPE CIRC Image toolbar, Circle button
MAP SHAPE POLY Image toolbar, Polygon button

Image Tags


The tags shown inTable D.8 appear in the Image Properties dialog box.

Table D.8. Image tags.

Tag Name Value Procedure or Option
IMG

Insert | Image, or Insert Image button on Standard toolbar
IMG ALIGN TOP Appearance tab, Layout, Alignment, Top
IMG ALIGN MIDDLE Appearance tab, Layout, Alignment, Middle
IMG ALIGN BOTTOM Appearance tab, Layout, Alignment, Bottom
IMG ALIGN LEFT Appearance tab, Layout, Alignment, Left
IMG ALIGN RIGHT Appearance tab, Layout, Alignment, Right
IMG ALIGN TEXTTOP Appearance tab, Layout, Alignment, Texttop
IMG ALIGN ABSMIDDLE Appearance tab, Layout, Alignment, Absmiddle
IMG ALIGN ABSBOTTOM Appearance tab, Layout, Alignment, Absbottom
IMG ALIGN BASELINE Appearance tab, Layout, Alignment, Baseline
IMG ALT text General tab, Alternative Representations, Text
IMG BORDER n Appearance tab, Border Thickness
IMG CONTROLS
Video tab, Show Controls in Browser
IMG DYNSRC URL Video tab, Video Source
IMG HEIGHT n Appearance tab, Specify Size, Height, in pixels
IMG HEIGHT n% Appearance tab, Specify Size, Height, in percentage
IMG HSPACE n Appearance tab, Horizontal Spacing
IMG ISMAP
Use Image toolbar to create hotspots



(also see Table D.7)
IMG LOOP n Video tab, Loop
IMG LOOP INFINITE Video tab, Forever
IMG LOOPDELAY n Video tab, Loop Delay
IMG LOWSRC URL General tab, Alternative Representations, Low-Res
IMG SRC URL General tab, Image Source
IMG START FILEOPEN Video tab, Start, On File Open
IMG START MOUSEOVER Video tab, Start, On Mouse Over
IMG USEMAP mapname Use HTML Markup/Edit code
IMG VRML HEIGHT Use HTML Markup/Edit code
IMG VRML WIDTH Use HTML Markup/Edit code
IMG VRML VSPACE Use HTML Markup/Edit code
IMG VRML HSPACE Use HTML Markup/Edit code
IMG VSPACE n Appearance tab, Vertical Spacing
IMG WIDTH n Appearance tab, Specify Size, Width, in pixels
IMG WIDTH n% Appearance tab, Specify Size, Width, in percentage

Line Break Tags


The line break tags listed in Table D.9 are inserted with the Insert | Break command and edited in the Break Properties dialog box.

Table D.9. Line break tags.

Tag Name Value Procedure or Option
BR

Normal Line Break
BR CLEAR LEFT Clear Left Margin
BR CLEAR RIGHT Clear Right Margin
BR CLEAR ALL Clear Both Margins

Link Tags


The link tags listed in Table D.10 are created with the Create Link button in the Standard toolbar or with the Edit | Hyperlink command. The Create Hyperlink dialog box (or the Edit Hyperlink dialog box) contains four tabs—Open Pages tab, Current FrontPage Web tab, World Wide Web tab, and New Page tab.

Table D.10. Link tags.

Tag Name Value Procedure or Option
A HREF URL Open Pages tab, Open Pages Current FrontPage Web tab, Page World Wide Web tab, URL New Page tab, Page URL
A HREF filename Open Pages tab, Open Pages Current FrontPage Web tab, Page World Wide Web tab, URL New Page tab, Page URL
A METHODS meth1,meth2 Use Extended Attribute
A NAME name Edit | Bookmark command, Bookmark Name
A REL relationship All tabs, Target Frame
A REV revision All tabs, Target Frame
A TARGET window All tabs, Target Frame
A TARGET _blank All tabs, Target Frame
A TARGET _parent All tabs, Target Frame
A TARGET _self All tabs, Target Frame
A TARGET _top All tabs, Target Frame
A TITLE name Use Extended Attribute
A URN name Use Extended Attribute
LINK HREF URL Tag is work in progress. Use HTML Markup bot or edit code.
LINK HREF filename Tag is work in progress. Use HTML Markup bot or edit code.
LINK METHODS meth1,meth2… Tag is work in progress. Use HTML Markup bot or edit code.
LINK REL relationship Tag is work in progress. Use HTML Markup bot or edit code.
LINK REV revision Tag is work in progress. Use HTML Markup bot or edit code.
LINK TITLE name Tag is work in progress. Use HTML Markup bot or edit code.

List Tags


The list tags referenced in Table D.11 are formatted using the Change Style drop-down menu in the Format toolbar, formatted with the Format | Bullets and Numbering command, and edited with the List Properties dialog box.

Table D.11. List tags.

Tag Name Value Procedure or Option
DD

Format toolbar, Change Style drop-down menu, Definition List (automatic after entering term)
DIR

Format toolbar, Change Style drop-down menu, Directory List; List Properties dialog box, Style tab, Directory List
DL

Format toolbar, Change Style drop-down menu, Definition List; List Properties dialog box, Style tab, Definition List
DL COMPACT
List Properties dialog box, Style tab, use Extended Attribute
DT

Format toolbar, Change Style drop-down menu, Defined Term
LI

Automatic when adding list items
MENU

Format toolbar, Change Style drop-down menu, Menu List; List Properties dialog box, Style tab, Menu List
OL

Format toolbar, Change Style drop-down menu, Numbered List; Format toolbar, Numbered List button; List Properties dialog box, Style tab, Numbered List
OL COMPACT
List Properties dialog box, Style tab, Use Extended Attribute
OL START number List Properties dialog box, Numbered tab; Count
OL TYPE A List Properties dialog box, Numbered tab; Choose A.B.C. style.
OL TYPE a List Properties dialog box, Numbered tab; Choose a.b.c. style.
OL TYPE I List Properties dialog box, Numbered tab; Choose I.II.III. style.
OL TYPE i (small I) List Properties dialog box, Numbered tab; Choose i.ii.iii. style.
OL TYPE 1 List Properties dialog box, Numbered tab; Choose 1.2.3. style.
UL

Format toolbar, Change Style drop-down menu, Bulleted List; Format toolbar, Bulleted List button; List Properties dialog box, Style tab, Bulleted List
UL COMPACT
List Properties dialog box, Style tab, use Extended Attribute
UL TYPE DISC List Properties dialog box, Bulleted tab, choose Solid circle bullets
UL TYPE CIRCLE List Properties dialog box, Bulleted tab, choose unfilled circle bullets
UL TYPE SQUARE List Properties dialog box, Bulleted tab, choose square bullets

Marquee Tags


The marquee tags listed in Table D.12 s are inserted with the Insert | Marquee command and formatted or edited in the Marquee Properties dialog box.

Table D.12. Marquee tags.

Tag Name Value Procedure or Option
MARQUEE ALIGN TOP Align with Text, Top
MARQUEE ALIGN MIDDLE Align with Text, Middle
MARQUEE ALIGN BOTTOM Align with Text, Bottom
MARQUEE BEHAVIOR SCROLL Behavior, Scroll
MARQUEE BEHAVIOR SLIDE Behavior, Slide
MARQUEE BEHAVIOR ALTERNATE Behavior, Alternate
MARQUEE BGCOLOR #rrggbb Background Color, choose Custom from drop-down menu
MARQUEE BGCOLOR colorname Background Color, choose one of 16 predefined colors
MARQUEE DIRECTION LEFT Direction, Left
MARQUEE DIRECTION RIGHT Direction, Right
MARQUEE HEIGHT n Size, Specify Height, in Pixels
MARQUEE HEIGHT n% Size, Specify Height, in Percent
MARQUEE LOOP n Repeat, Continuously (unchecked) and enter number in Times field
MARQUEE LOOP INFINITE Repeat, Continuously (checked)
MARQUEE SCROLLAMOUNT n Movement Speed, Amount
MARQUEE SCROLLDELAY n Movement Speed, Delay
MARQUEE WIDTH n Size, Specify Width, in Pixels
MARQUEE WIDTH n% Size, Specify Width, in Percent

Applet, Script, and Object-Related Tags


For the tags discussed in Table D.13, refer to the following dialog boxes and chapters:


Table D.13. Applet, script, and object-related tags.

Tag Name Value Procedure or Option
APPLET Tags


APPLET ALIGN LEFT Layout, Alignment, Left
APPLET ALIGN RIGHT Layout, Alignment, Right
APPLET ALIGN BOTTOM Layout, Alignment, Bottom
APPLET ALIGN MIDDLE Layout, Alignment, Middle
APPLET ALIGN TOP Layout, Alignment, Top
APPLET ALIGN ABSBOTTOM Layout, Alignment, Absbottom
APPLET ALIGN ABSMIDDLE Layout, Alignment, Absmiddle
APPLET ALIGN TEXTTOP Layout, Alignment, Texttop
APPLET ALIGN BASELINE Layout, Alignment, Baseline
APPLET ALT text Message for Browsers without Java Support
APPLET CODE appletFile Applet Source
APPLET CODEBASE codebaseURL Applet Base URL
APPLET HEIGHT n Size, Height
APPLET HSPACE n Layout, Horizontal Spacing
APPLET PARAMNAME paramName Applet Parameters, Add, Name
APPLET PARAMVALUE paramValue Applet Parameters, Add, Value
APPLET VSPACE n Layout, Vertical Spacing
APPLET WIDTH n% Applet, Size, Width
EMBED Tags


EMBED ALIGN LEFT Layout, Alignment, Left
EMBED ALIGN RIGHT Layout, Alignment, Right
EMBED ALIGN BOTTOM Layout, Alignment, Bottom
EMBED ALIGN MIDDLE Layout, Alignment, Middle
EMBED ALIGN TOP Layout, Alignment, Top
EMBED ALIGN ABSBOTTOM Layout, Alignment, Absbottom
EMBED ALIGN ABSMIDDLE Layout, Alignment, Absmiddle
EMBED ALIGN TEXTTOP Layout, Alignment, Texttop
EMBED ALIGN BASELINE Layout, Alignment, Baseline
EMBED BORDER n Layout, Border Thickness
EMBED HEIGHT n Size, Height
EMBED HIDDEN TRUE Hide Plug-In
EMBED HSPACE n Layout, Horizontal Spacing
EMBED SRC data Data Source
EMBED VSPACE n Layout, Vertical Spacing
EMBED WIDTH n Size, Width
OBJECT Tags


OBJECT ID string Active X Control Properties dialog box, pick a control
OBJECT NAME string Active X Control Properties dialog box, Name
OBJECT SRC string Active X Control Properties dialog box, Network Location, Data Source
OBJECT CLASSID string Active X Control Properties dialog box, automatically entered by FrontPage Editor
OBJECT CODEBASE string Active X Control Properties dialog box, Network Location, Code Source
OBJECT BORDER n Active X Control Properties dialog box, Layout, Border Thickness
OBJECT HSPACE n Active X Control Properties dialog box, Layout, Horizontal Spacing
OBJECT VSPACE n Active X Control Properties dialog box, Layout, Vertical Spacing
OBJECT WIDTH n Active X Control Properties dialog box, Layout, Width
OBJECT HEIGHT n Active X Control Properties dialog box, Layout, Height
OBJECT ALIGN BOTTOM Active X Control Properties dialog box, Layout, Alignment, Bottom
OBJECT ALIGN MIDDLE Active X Control Properties dialog box, Layout, Alignment, Middle
OBJECT ALIGN TOP Active X Control Properties dialog box, Layout, Alignment, Top
OBJECT ALIGN ABSBOTTOM Active X Control Properties dialog box, Layout, Alignment, Absbottom
OBJECT ALIGN ABSMIDDLE Active X Control Properties dialog box, Layout, Alignment, Absmiddle
OBJECT ALIGN TEXTTOP Active X Control Properties dialog box, Layout, Alignment, Texttop
OBJECT ALIGN BASELINE Active X Control Properties dialog box, Layout, Alignment, Baseline
OBJECT ALIGN LEFT Active X Control Properties dialog box, Layout, Alignment, Left
OBJECT ALIGN RIGHT Active X Control Properties dialog box, Layout, Alignment, Right
SCRIPT


Paragraph Tags


The default paragraph style for the tags listed in Table D.14 is Normal. Styles can be changed with the Change Style drop-down menu in the Format toolbar or with the Format | Paragraph command, using the Paragraph Properties dialog box.

Table D.14. Paragraph tags.

Tag Name Value Procedure or Option
ADDRESS

Format toolbar, Change Style drop-down menu, Address; Paragraph Format dialog box, Address
BLOCKQUOTE

Use HTML Markup bot or edit code
P

Default paragraph style when entering text; Format toolbar, Change Style drop-down menu, Normal
P ALIGN LEFT Format toolbar, Align Left button; Paragraph Format dialog box, Paragraph Alignment, Left
P ALIGN CENTER Format toolbar, Center button; Paragraph Format dialog box, Paragraph Alignment, Center
P ALIGN RIGHT Format toolbar, Align Right button; Paragraph Format dialog box, Paragraph Alignment, Right
PRE

Format toolbar, Change Style drop-down menu, Formatted; Paragraph Format dialog box, Formatted

Sound Tags


The sound capabilities listed in Table D.15 can be added to a page using the Insert | Background Sound command. The Background Sound properties can be edited using the Page Properties dialog box.

Table D.15. Sound tags.

Tag Name Value Procedure or Option
BGSOUND SRC URL Page Properties dialog box, General tab, Background Sound, Location
BGSOUND LOOP n Page Properties dialog box, General tab, Background Sound, Loop
BGSOUND LOOP INFINITE Page Properties dialog box, General tab, Background Sound, Forever

Table Caption Tags


The table captions shown in Table D.16 are inserted with the Table | Insert Caption command and edited with the Caption Properties dialog box.

Table D.16. Table caption tags.

Tag Name Value Procedure or Option
CAPTION ALIGN LEFT Use Extended Attribute
CAPTION ALIGN RIGHT Use Extended Attribute
CAPTION ALIGN CENTER Use Extended Attribute
CAPTION VALIGN TOP Position, Top of Table
CAPTION VALIGN BOTTOM Position, Bottom of Table

Page-Related Tags


The page-related tags listed in Table D.17 are edited in the Page Properties dialog box, except where noted by another command name.

Table D.17. Page-related tags.

Tag Name Value Procedure or Option
! (comment)

Insert | Comment command, Comment dialog box
!DOCTYPE

Generated automatically by FrontPage Editor
BASE HREF URL General tab, Base Location
BASE TARGET name General tab, Default Target Frame
BODY

Generated automatically by FrontPage Editor
BODY BACKGROUND URL Background tab, Background Image
BODY BGPROPERTIES FIXED Background tab, Watermark
BODY LEFTMARGIN n Margins tab, Specify Top Margin
BODY TOPMARGIN n Margins tab, Specify Left Margin
BODY ALINK #rrggbb Background tab, Active Hyperlink, choose custom color
BODY ALINK colorname Background tab, Active Hyperlink, choose one of 16 colors
BODY BGCOLOR #rrggbb Background tab, Background, choose custom color
BODY BGCOLOR colorname Background tab, Background, choose one of 16 colors
BODY LINK #rrggbb Background tab, Hyperlink, choose custom color
BODY LINK colorname Background tab, Hyperlink, choose one of 16 colors
BODY TEXT #rrggbb Background tab, Text, choose custom color
BODY TEXT colorname Background tab, Text, choose one of 16 colors
BODY VLINK #rrggbb Background tab, Visited Hyperlink, choose custom color
BODY VLINK colorname Background tab, Visited Hyperlink, choose one of 16 colors
HEAD

Generated automatically by FrontPage Editor
HTML

Generated automatically by FrontPage Editor
ISINDEX

Edit code, or use search bot
ISINDEX ACTION action Edit code, or use search bot
ISINDEX PROMPT prompt Edit code, or use search bot
META CONTENT n General tab, HTML Encoding
META CONTENT URL Custom tab, System Variables
META HTTP-EQUIV REFRESH Custom tab, System Variables
META NAME name Custom tab, User Variables
NEXTID

Use HTML Markup bot or edit code
STYLE

Use HTML Markup bot or edit code
TITLE

General tab, Title

Table Tags


The table tags referenced in Table D.18 are created with the Insert | Table command and edited in the Table Properties dialog box. Cells (TH, TR, and TD tags) are edited in the Cell Properties dialog box.

Table D.18. Table tags.

Tag Name Value Procedure or Option
COL ALIGN CENTER Extended attribute/edit code
COL ALIGN JUSTIFY Extended attribute/edit code
COL ALIGN LEFT Extended attribute/edit code
COL ALIGN RIGHT Extended attribute/edit code
COL SPAN n Extended attribute/edit code
COLGROUP

Extended attribute/edit code
COLGROUP ALIGN CENTER Extended attribute/edit code
COLGROUP ALIGN JUSTIFY Extended attribute/edit code
COLGROUP ALIGN LEFT Extended attribute/edit code
COLGROUP ALIGN RIGHT Extended attribute/edit code
COLGROUP SPAN n Extended attribute/edit code
COLGROUP VALIGN BASELINE Extended attribute/edit code
COLGROUP VALIGN BOTTOM Extended attribute/edit code
COLGROUP VALIGN MIDDLE Extended attribute/edit code
COLGROUP VALIGN TOP Extended attribute/edit code
TABLE ALIGN CENTER Insert Table dialog box or Table Properties dialog box, Layout, Alignment, Center
TABLE ALIGN LEFT Insert Table dialog box or Table Properties dialog box, Layout, Alignment, Left
TABLE ALIGN RIGHT Insert Table dialog box or Table Properties dialog box, Layout, Alignment, Right
TABLE BACKGROUND URL Table Properties dialog box, Custom Background, Use Background Image
TABLE BGCOLOR #rrggbb Table Properties dialog box, Custom Background, Background Color (choose Custom color)
TABLE BGCOLOR colorname Table Properties dialog box, Custom Background, Background Color (choose one of 16 colors)
TABLE BORDER n Table Properties dialog box, Border Size
TABLE BORDERCOLOR #rrggbb Insert Table dialog box or Table Properties dialog box, Custom Colors, Border (choose custom color)
TABLE BORDERCOLOR colorname Table Properties dialog box, Custom Colors, Border (choose one of 16 colors)
TABLE BORDERCOLORDARK #rrggbb Table Properties dialog box, Custom Colors, Dark Border (choose one of 16 colors)
TABLE BORDERCOLORDARK colorname Table Properties dialog box, Custom Colors, Dark Border (choose one of 16 colors)
TABLE BORDERCOLORLIGHT #rrggbb Table Properties dialog box, Custom Colors, Light Border (choose one of 16 colors)
TABLE BORDERCOLORLIGHT colorname Table Properties dialog box, Custom Colors, Light Border, (choose one of 16 colors)
TABLE CELLPADDING n Insert Table dialog box or Table Properties dialog box, Layout, Cell Padding
TABLE CELLSPACING n Insert Table dialog box or Table Properties dialog box, Layout, Cell Spacing
TABLE FRAME ABOVE Extended attribute/edit code
TABLE FRAME BELOW Extended attribute/edit code
TABLE FRAME BOX Extended attribute/edit code
TABLE FRAME HSIDES Extended attribute/edit code
TABLE FRAME LHS Extended attribute/edit code
TABLE FRAME RHS Extended attribute/edit code
TABLE FRAME VOID Extended attribute/edit code
TABLE FRAME VSIDES Extended attribute/edit code
TABLE HEIGHT n Extended attribute/edit code
TABLE HEIGHT n% Extended attribute/edit code
TABLE RULES
Extended attribute/edit code
TABLE RULES ALL Extended attribute/edit code
TABLE RULES BASIC Extended attribute/edit code
TABLE RULES COLS Extended attribute/edit code
TABLE RULES NONE Extended attribute/edit code
TABLE RULES ROWS Extended attribute/edit code
TABLE VALIGN BOTTOM Extended attribute/edit code
TABLE VALIGN TOP Extended attribute/edit code
TABLE WIDTH n Insert Table dialog box or Table Properties dialog box, Width, Specify Width (in Pixels)
TABLE WIDTH n% Insert Table dialog box or Table Properties dialog box, Width, Specify Width (in Percent)
TBODY

Edit code
TFOOT

Edit code
TH,TR,TD ALIGN CENTER Cell Properties dialog box, Horizontal Alignment, Center
TH,TR,TD ALIGN LEFT Cell Properties dialog box, Horizontal Alignment, Left
TH,TR,TD ALIGN RIGHT Cell Properties dialog box, Horizontal Alignment, Right
TH,TR,TD VALIGN BASELINE Cell Properties dialog box, use Extended Attribute
TH,TR,TD VALIGN BOTTOM Cell Properties dialog box, Vertical Alignment, Bottom
TH,TR,TD VALIGN MIDDLE Cell Properties dialog box, Vertical Alignment, Middle
TH,TR,TD VALIGN TOP Cell Properties dialog box, Vertical Alignment, Top
TH,TR,TD BACKGROUND URL Cell Properties dialog box, Use Background Image
TH,TR,TD BGCOLOR #rrggbb Cell Properties dialog box, Custom Colors, Background Color (choose custom color)
TH,TR,TD BGCOLOR colorname Cell Properties dialog box, Custom Colors, Background Color (choose one of 16 predefined colors)
TH,TR,TD BORDERCOLOR #rrggbb Cell Properties dialog box, Custom Colors, Border (choose custom color)
TH,TR,TD BORDERCOLOR colorname Cell Properties dialog box, Custom Colors, Border (choose



one of 16 predefined colors)
TH,TR,TD BORDERCOLORDARK #rrggbb Cell Properties dialog box, Custom Colors, Dark Border (choose custom color)
TH,TR,TD BORDERCOLORDARK colorname Cell Properties dialog box, Custom Colors, Dark Border (choose one of 16 predefined colors)
TH,TR,TD BORDERCOLORLIGHT #rrggbb Cell Properties dialog box, Custom Colors, Light Border (choose custom color)
TH,TR,TD BORDERCOLORLIGHT colorname Cell Properties dialog box, Custom Colors, Light Border (choose one of 16 predefined colors)
TH,TR,TD COLSPAN n Cell Properties dialog box, Cell Span, Number of Columns Spanned
TH,TR,TD NOWRAP
Cell Properties dialog box, Layout, No Wrap
TH,TR,TD ROWSPAN n Cell Properties dialog box, Cell Span, Number of Rows Spanned
TH,TR,TD WIDTH n Cell Properties dialog box, Minimum Width, Specify Width, in Pixels
TH,TR,TD WIDTH n% Cell Properties dialog box, Minimum Width, Specify Width, in Percent
THEAD

Edit code

Previous Page Page Top TOC Next Page