Print code, Video tutorial, Collapsing code – Adobe Dreamweaver CC 2015 User Manual
Page 394
387
Coding
Last updated 6/3/2015
Print code
You can print your code to edit it offline, archive it, or distribute it.
1
Open a page in Code view.
2
Select File > Print Code.
3
Specify printing options, and then click OK (Windows) or Print (Macintosh).
Video tutorial
(30 min)
Build the structure of a tile-based web page using tag highlighting, line number highlighting, CSS selector code hinting,
and code completion.
More Help topics
Use the hints menu in the Quick Tag Editor
Verify tags and braces are balanced
About Dreamweaver tag libraries
Copy and move collapsed code fragments
Collapse and expand code fragments
Collapsing code
You can collapse and expand code fragments so that you can view different sections of your document without having
to use the scroll bar. For example, to see all of the CSS rules in the head tag that apply to a div tag farther down the page,
you can fold all the code between the head tag and the div tag so that you can see both sections of code at once.