1. 程式人生 > >Dreamweaver解決css程式碼樣式格式化為一行

Dreamweaver解決css程式碼樣式格式化為一行

先看效果

之前

.text-center{
    text-align: center !important;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}

之後

.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }

解決辦法

我是用的漢化CS3版本,上圖