When working with the following RTE, one challenge I face is reducing the width. However, doing so may result in removal of some features such as bold and underline options.
Is there a way to decrease the width without losing these buttons?
In other words, could the buttons be displayed in a compact dropdown menu?
function MYRTE()
{
theme : "advanced",
theme_advanced_buttons1 : "save,|,bold,italic,underline,|,formatselect,fontselect,fontsizeselect",
theme_advanced_buttons2 : "cut,copy,paste,|,search,replace,|,insertdate,inserttime,preview,|,forecolor,backcolor",
theme_advanced_buttons3 :
}