SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 189 | Next

Joseph W. Lowery

"Dreamweaver CS3 Bible"

If no code is highlighted, an empty
comment of the desired type is inserted.
Paired with the Apply Comment button is one for deleting them, Remove Comment. The Remove
Comment feature uncomments any selected code and will remove multiple comments unless they are
nested. In the case of nested comments, only the outer comments are deleted.
Need a quick way to add a parent tag to a selection? Choose Wrap Tag and you can easily enter the desired
outer element, along with any desired attributes and values. Press Enter (Return) to confirm your choices
and the parent tag code is inserted.
You can wrap content with much more than a single tag through the Recent Snippets button. The Recent
Snippets feature lists the 10 most recently used snippets, which can be either wrap or block type.
The next button, Move or Convert CSS, includes two CSS management functions: Convert Inline CSS to
Rule and Move CSS Rules. The Convert Inline CSS to Rule extracts styles that are defined within a selected
tag (or inline), like this:

to a new rule, like this:
pullQuote {
float: right;
margin: 5px;
}
You??™ll have an opportunity to choose whether the new rule should be saved in the section of the
current document or in an external style sheet.


Pages:
177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201