ability to add more than one styleshhet in editor
Permalink
feature request:
I'm sure this is an easy one:
The ability to add more than one style in the editor. I am currently adding to styles to divs using HTML editor, which is okay for me but not so great for clients.
I've created divs for dividing page content, and also different borders. I will probably add these together for the final launch but it just shows an example where 2 or 3 styles are needed in one div:
.home_block_4cols{
float: left;
margin: 0;
padding: 0;
width:232px;
}
.leftedge {
border-color: #DCDCDC;
border-style: solid;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
}
.rightedge {
border-color: #DCDCDC;
border-style: solid;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 0px;
}
.topedge {
border-color: #DCDCDC;
border-style: solid;
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
I'm sure this is an easy one:
The ability to add more than one style in the editor. I am currently adding to styles to divs using HTML editor, which is okay for me but not so great for clients.
I've created divs for dividing page content, and also different borders. I will probably add these together for the final launch but it just shows an example where 2 or 3 styles are needed in one div:
.home_block_4cols{
float: left;
margin: 0;
padding: 0;
width:232px;
}
.leftedge {
border-color: #DCDCDC;
border-style: solid;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
}
.rightedge {
border-color: #DCDCDC;
border-style: solid;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 0px;
}
.topedge {
border-color: #DCDCDC;
border-style: solid;
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}