I have set the buttons progarmically.
Editor.TemplateItemList = "cut, copy, paste, pastetext, pasteword, pasteashtml, undo, redo, InsertEmotion, TableDropDown, Bold, Italic, Underline, JustifyLeft, JustifyCenter, JustifyRight, JustifyFull, ForeColor, BackColor, InsertOrderedList, InsertUnorderedList, Indent, Outdent, InsertLink, YouTube"
But when I set the width it sets it to about 575px because the buttons force the width to be larger. In code, how do I force the buttons to wrap?
Graham