tailieunhanh - wiley adobe dreamweaver cs5 bible phần 3

và sau đó các chi tiết làm thế nào bạn có thể hướng dẫn Dreamweaver để định dạng mã nguồn theo cách của bạn. Dreamweaver làm để tùy chỉnh các thông số kỹ thuật năng động HTML mở rộng ưu đãi bên ngoài Dreamweaver quy định cụ thể định dạng mã của bạn | Chapter 5 Accessing the Code Directly To call up the Quick Tag Editor use any of the following methods Choose Modify o Quick Tag Editor. Press the keyboard shortcut Ctrl T Command T . Click the Quick Tag Editor icon on the Property inspector. The Quick Tag Editor has three modes Insert HTML Wrap Tag and Edit HTML. Although you can get to all three modes from any situation which mode appears initially depends on the current selection. The Quick Tag Editor s window see Figure 5-29 appears above the current selection when you use either the menu or keyboard method of opening it or next to the Property inspector when you click the icon. In either case you can move the Quick Tag Editor window to a new location onscreen by dragging its title bar. Tip . 1T . Regardless of which mode the Quick Tag Editor opens in you can toggle to the other modes by pressing the keyboard shortcut Ctrl T Command T . The Quick Tag Editor offers built-in code hinting just like that found in Code view. See the sidebar Working with the Hint List later in this chapter for details about this feature. FIGURE 5-29 The Quick Tag Editor is great for quickly tweaking your code. 233 Part II Designing and Crafting Basic Pages Insert HTML mode The Insert HTML mode of the Quick Tag Editor is used for adding new tags and code at the current cursor position it is the initial mode when nothing is selected. The Insert HTML mode starts with a pair of angle brackets enclosing a blinking cursor. You can enter any tag whether standard HTML or custom XML and any attribute or content within the new tag. When you re finished just press Enter Return to confirm your addition. To add new tags to your page using the Quick Tag Editor Insert HTML mode follow these steps 1. Position your cursor where you would like the new code to be inserted. 2. Choose Modify o Quick Tag Editor or use the keyboard shortcut Ctrl T Command T to open the Quick Tag Editor. The Quick Tag Editor opens in Insert HTML mode as shown in Figure .