User Guide
339
ADOBE GOLIVE CS2
User Guide
<body> Applies a style to the entire body of a page. If this option isn’t listed, select the <body> tag in the markup
tree at the bottom of the page, or place an insertion point anywhere in the Layout Editor, except inside a table or layer.
Specific HTML tags Apply the style to a selected object, such as a table cell, image, or layer. For example, the <td>
tag for a table cell, the <img> tag for an image object, and the <div> tag for a layer.
Applying a style to a paragraph and another style to a selection of table cells
See also
“Formatting tables with cascading stylesheets” on page 287
To apply an ID style
1 In the Layout Editor, select the text, paragraph, or object to which you want to assign the ID, and do one of the
following:
• If the text to be reformatted is a portion of the text within a paragraph, Press Ctrl+Shift+E (Windows) or
Command+Shift+E (Mac OS) to open the Visual Tag Editor. Type <<wrap emphasis>>SPAN ID=[myID] or DV
ID=[myID] <<wrap emphasis>> within the brackets.
• Click the Source Code Editor tab and locate the highlighted source code for the selected item. Add the ID style
name, without the pound (#) symbol, as an attribute to the selected item’s start tag. For example, if the ID style
name is #headerbox, and you want to apply it to the entire paragraph, edit the code as follows: <P
ID=”headerbox”>Welcome to TravelEZ</P>
2 View the effect in the Layout Preview.










