Skip to main content

Drupal 6 tinymce button layout problem

An article from ComputerMinds - Building with Drupal in the UK since 2005
28th Sep 2008

Mike Dixon

Senior Mind
Hey, you seem to look at this article a lot! Why not Bookmark this article so you can find it easily in the future?

We had a problem today with tinymce on Drupal 6, with a large number of buttons enabled the width of the tinymce button area just kept on growing - not pretty

Adding the following CSS to our Drupal 6 theme solved the tinymce button problem


.defaultSkin table.mceToolbar,
.defaultSkin tr.mceFirst .mceToolbar tr td, 
.defaultSkin tr.mceLast .mceToolbar tr td {
  float:left;
}

.defaultSkin table.mceToolbar{ float:left; }

Hi, thanks for reading

ComputerMinds are the UK’s Drupal specialists with offices in Bristol and Coventry. We offer a range of Drupal services including Consultancy, Development, Training and Support. Whatever your Drupal problem, we can help.