Hi,
How I add a button "text-align" (left, right, justify) on the toolbar?
Thanks.
Forum closed. New forum available at http://community.wymeditor.org/
/* Align right */
.alignRight /* p[class!="alignLeft"][class!="alignCenter"] */ {
text-align: right;
/*
text-align: right;
*/
}
/* Align center */
.alignCenter /* p[class!="alignLeft"][class!="alignRight"] */ {
text-align: center;
/*
text-align: center;
*/
}
Users browsing this forum: No registered users and 2 guests