Dreamweaver CS5 CSS Designer Equivalent?
hi all!
i'm learning textbook class dreamweaver cc , have dreamweaver cs5 , don't feel upgrading yet since getting pretty comfortable cs5. use cc @ school don't have access on weekends why have different version. css designer feature on cc? , fixing margins input code well, i'm not seeing how code being implemented in live view. i'm supposed inputting:
margin {15px20px10px5px}
unless i'm inputting totally wrong. anyway! wanted see if there type of ui equivalent this! thanks!
crobin wrote:
is css designer feature on cc?
yes. css designer panels introduced in cc 2013. there no equivalent in cs5 or cs6.
#selector_id,
.selector_class_name {
margin: 15px 20px 10px 5px; /**use spaces between values**/
}
use design view edit. live view editing introduced. cs5 doesn't have it.
nancy o.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment