Using smart selection
GoLive's smart selection feature lets you quickly select the contents of an HTML element, attribute, value, or CSS property in the Source Code Editor by clicking a delimiter.
To use smart selection: Open the Source Code Editor and do one of the following: - To select an element and its contents, double- click the angle bracket preceding the element.
- To select only the contents of an element, double-click the angle bracket following the element.
- To select an attribute and its value, double-click the equal sign following the attribute.
- To select only the value of an attribute, double-click the quotation marks preceding the value.
- To select a CSS property and its value, double click the colon preceding the value.
|