Question
Emmet Shortcodes don't work [Topic edited for clarity]
Hello.
I was following the tutorial Create a responsive grid layout (adobe.com)
and it teaches the code <div class=“row”></div>, then it teaches a shortcut that should create this same line .row tab, but, for some reason, it simply doesn't work on my Dreamweaver, the app simply keeps the text as it is.
- Dreamweaver 2021
- Windows 10 Home Edition
- Steps:
- Open the Source Code (html) tab on Dreamweaver;
- Between the lines <main> and </main> type the code (shortcut) .row and then press the tab button on keyboard.
- Expected result: shortcut typed should be automatically converted to <div class=“row”></div> but nothing happens (.row and the tab space just keep there as a simple text).
