Macromedia dreamweaver 8-using dreamweaver User Manual

Page of 1030
Using language-reference material
573
Convert Spaces to Tabs
 converts runs of spaces in the selection to tabs. Each run of 
spaces that has a number of spaces equal to the tab size is converted to one tab.
Indent
 indents the selection, shifting it to the right. For more information about 
indenting and outdenting, see 
Outdent
 shifts the selection to the left. 
Remove All Tags
 removes all the tags in the selection.
Convert Lines to Table
 wraps the selection in a 
table
 tag with no attributes.
Add Line Breaks
 adds a 
br
 tag at the end of each line of the selection.
Convert to Uppercase
 converts all letters in the selection (including tag and attribute 
names and values) to uppercase.
Convert to Lowercase
 converts all letters in the selection (including tag and attribute 
names and values) to lowercase.
Convert Tags to Uppercase
 converts all tag and attribute names and attribute values in 
the selection to uppercase.
Convert Tags to Lowercase
 converts all tag and attribute names and attribute values in 
the selection to lowercase.
Using language-reference material
The Reference panel provides you with a quick reference tool for markup languages, 
programming languages, and CSS styles. It provides information on the specific tags, objects, 
and styles that you are working with in Code view (or the Code inspector). The Reference 
panel also provides example code that you can paste into your documents.
To open the Reference panel:
1.
Do one of the following in Code view:
Right-click (Windows) or Control-click (Macintosh) a tag, attribute, or keyword, and 
then select Reference from the context menu.
Place the insertion point in a tag, attribute, or keyword, and then press Shift+F1.
The Reference panel opens and displays information about the tag, attribute, or keyword 
you clicked.