Operation Manual
Size
Text Color
Bold
Italic
Left, Center, and Right Align
To the top
Format
ID
Class
Bold
Italic
Unordered List
Ordered List
Blockquote and Remove Blockquote
Link
Title
Target
Sets the font size for the targeted rule.
Sets the selected color as the font color in the targeted rule. Select a web-safe color by clicking the color box, or
enter a hexadecimal value (for example, #FF0000) in the adjacent text field.
Adds the bold property to the targeted rule.
Adds the italics property to the targeted rule.
Adds the respective alignment properties to the targeted rule.
note: The Font, Size, Text Color, Bold, Italic, and Alignment properties always display the properties for the rule that applies
to the current selection in the Document window. When you change any of these properties, you affect the targeted rule.
For a video tutorial about working with the CSS Property inspector, see www.adobe.com/go/lrvid4041_dw.
Set HTML formatting in the Property inspector
1. Open the Property inspector (Window > Properties), if it isn’t already open, and click the HTML button.
2. Select the text you want to format.
3. Set the options you want to apply to the selected text:
Sets the paragraph style of the selected text. Paragraph applies the default format for a <p> tag, Heading 1 adds an
H1 tag, and so on.
Assigns an ID to your selection. The ID pop-up menu (if applicable) lists all of the document’s unused, declared IDs.
Displays the class style that is currently applied to the selected text. If no styles have been applied to the selection, the
pop-up menu shows No CSS Style. If multiple styles have been applied to the selection, the menu is blank.
Use the Style menu to do any of the following:
Select the style you want to apply to the selection.
Select None to remove the currently selected style.
Select Rename to rename the style.
Select Attach Style Sheet to open a dialog box that lets you attach an external style sheet to the page.
Applies either <b> or <strong> to the selected text according to the style preference set in the General category of the
Preferences dialog box.
Applies either <i> or <em> to the selected text according to the style preference set in the General category of the
Preferences dialog box.
Creates a bulleted list of the selected text. If no text is selected, a new bulleted list is started.
Creates a numbered list of the selected text. If no text is selected, a new numbered list is started.
Indent or remove indentation from the selected text by applying or removing the
blockquote tag. In a list, indenting creates a nested list and removing the indentation unnests the list.
Creates a hypertext link of the selected text. Click the folder icon to browse to a file in your site; type the URL; drag the
Point-To-File icon to a file in the Files panel; or drag a file from the Files panel into the box.
Specifies the textual tooltip for a hypertext link.
Specifies the frame or window in which the linked document will load:
_blank loads the linked file in a new, unnamed browser window.
_parent loads the linked file in the parent frameset or window of the frame that contains the link. If the frame containing
the link is not nested, the linked file loads into the full browser window.
_self loads the linked file in the same frame or window as the link. This target is implied, so you generally don’t need to
specify it.
_top loads the linked file in the full browser window, thereby removing all frames.
274