Answered
Listing code alphabetically
Hi everyone,
Is there a way to list your code alphabetically in Dreamweaver? (see below)
Thanks.
Mark
Before
.class {
padding: 2px;
display: block;
list-style: none;
margin: 10px;
font-size: 1rem;
font-color: #000;
}
After
.class {
display: block;
font-color: #000;
font-size: 1rem;
list-style: none;
margin: 10px;
padding: 2px;
}
