Editor toolbar shows up in vertical manner

The dhtmlx Editor toolbar does not show correctly. Attached is the editor screen-shot. The code is as below:


Hello,

please check that editor css files are included:

codebase/dhtmlxeditor.css
codebase/skins/dhtmlxeditor_dhx_skyblue.css

Thanks for the reply.

It was actually the width of the Editor which made the toolbar appear vertically. I expectyed it to wrap to the next line. On increasing the Editor DIV size it appears correctly now.

Cant it be possible to create an Editor with smaller size and still have the toolbar appear correctly, since we do not specify the toolbar explicitly and it comes with the Editor itself.