After I published my last article “Zen Coding: A Quick Way to Write HTML/CSS Code”, some netizens said they didn’t know how to use the Zen coding plug-in on Dreamweaver. OK, today I will write a detailed tutorial on how to use zen coding in DW. If you already know how to use it, you don't need to read this article any more. Fortunately, I tested it on Dreamweaver CS3 and found that both Dreamweaver CS3 and CS4 support the Zen coding plug-in. Prepare Before installing the plug-in, please make sure you have installed Adobe Extension Manager. If not, please download and install it from Adobe official website:
Download and installGo to the Zen Coding project homepage to download the latest Zen Coding plug-in for Dreamweaver. There is a download list in the right column of the page, which is the one with the extension MXP. (The current version is 0.7, which can be downloaded here . There is a version packaged by qianduan, but the official new version is 0.7. It is recommended to use the official one.). After downloading, double-click the Zen Coding v.0.7.mxp file you downloaded to install it directly. It's very simple. After installation, restart DW, and then you will find the zen coding submenu under the command menu, as shown below: This means that the installation has been successful. Copy code The code is as follows:ul#nav>li*4>a Then, select this line of code and press the shortcut key CTRL + , to generate the complete HTML code: Copy code The code is as follows:<ul id="nav"> <li><a href=""></a></li> <li><a href=""></a></li> <li><a href=""></a></li> <li><a href=""></a></li> </ul> It's that simple. Modify Dreamweaver shortcut keysMaybe you are not used to using the default shortcut keys of the Zen Coding plugin, then you can easily modify the shortcut keys: Select the "Shortcut Keys" submenu under the "Edit" menu to edit the shortcut keys. The interface is as follows: The shortcut key line displays the current shortcut key. If you need to change it, move the cursor to the input box behind the key, and then directly press the key you want to use on the keyboard. Click the "Change" button and then confirm. If you modify the shortcut keys, please be careful not to conflict with the currently used shortcut keys. In addition, the default shortcut key settings cannot be modified. You will be prompted when you want to change them, and you can create a new setting according to the prompts. |
<<: Pure CSS to change the color of the picture
>>: JavaScript to implement slider verification code
Table of contents Preface 1. insert ignore into 2...
Basic Concepts By default, Compose creates a netw...
Table of contents Preface webpack-deb-server webp...
Table of contents Overview Code Implementation Su...
1. Overview The so-called life cycle function is ...
As a required course for front-end developers, CS...
The command pattern is a behavioral design patter...
Forms in HTML can be used to collect various type...
History of HTML development: HTML means Hypertext...
Environment: MacOS_Cetalina_10.15.1, Mysql8.0.18,...
Introduction react-i18next is a powerful internat...
Currently, Docker has an official mirror for Chin...
Table of contents 1. Add users 2. Change the user...
Use nginx to configure the separation of PC site ...
Table of contents MySQL's current_timestamp p...