Title: TinyMCE Clear Float
Author: Philipp Bammes
Published: <strong>28. April 2010</strong>
Last modified: 1. August 2018

---

Plugins suchen

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

![](https://ps.w.org/tinymce-clear-buttons/assets/icon.svg?rev=1582181)

# TinyMCE Clear Float

 Von [Philipp Bammes](https://profiles.wordpress.org/tyrannous/)

[Herunterladen](https://downloads.wordpress.org/plugin/tinymce-clear-buttons.1.3.2.zip)

 * [Details](https://de.wordpress.org/plugins/tinymce-clear-buttons/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/tinymce-clear-buttons/#reviews)
 * [Entwicklung](https://de.wordpress.org/plugins/tinymce-clear-buttons/#developers)

 [Support](https://wordpress.org/support/plugin/tinymce-clear-buttons/)

## Beschreibung

Fügt einen Button zum WordPress-TinyMCE-Editor hinzu, um das Umfließen von Elementen(
float) zu beenden.

## Screenshots

 * [[
 * Vorher: Umflossene Bilder im Editor. Das zweite Bild überlagert das erste.
 * [[
 * Nachher: Umfließen beenden-Element eingefügt (siehe das neue Symbol in der zweiten
   Werkzeugleiste)
 * [[
 * Markup im Text-Editor (beachte `<br style="clear: both;">`).

## FAQ

  Welches HTML-Markup nutzt das Plugin?

Zeilenumbrüche im Inline-Styles (`<br style="clear: both;">`).

> Beachte: TinyMCE fügt Absätze um Zeilenumbrüche hinzu, die abhängig vom verwendeten
> Theme zu zusätzlichen Abständen führen können. Um diese Abstände zu verhindern,
> füge Folgendes in den „Zusätzliches CSS“-Bereich des Customizers ein:
>  p > br[
> style=“clear: both;“]:only-child { content: “; display: block; margin-bottom: -
> 1.5em; } Der Wert `1.5em` entspricht dem `margin-bottom`-Wert von `<p>`-Elementen
> deines Themes.

## Rezensionen

![](https://secure.gravatar.com/avatar/bcb5869332abf45b54caa7da58553d098ba732ea67efb4812421496fd49fa6e2?
s=60&d=retro&r=g)

### 󠀁[Works perfectly, thanks!!](https://wordpress.org/support/topic/works-perfectly-thanks-13/)󠁿

 [SforSteph](https://profiles.wordpress.org/sforsteph/) 15. Februar 2019 1 Antwort

The issue of text appearing up between two images (one floated left, one floated
right) was driving me mad and would’ve looked awful to my client. This plugin quickly
and easily solved it – thank you!!

![](https://secure.gravatar.com/avatar/94a09d89b2cc214eef00a8beecbb6c69377c4fa7117adaf198c6c949c96552cc?
s=60&d=retro&r=g)

### 󠀁[Easy to use](https://wordpress.org/support/topic/easy-to-use-2055/)󠁿

 [Certa Web](https://profiles.wordpress.org/certa/) 29. Juni 2018 1 Antwort

The plugin is very easy to use and a great help for our web editors.

![](https://secure.gravatar.com/avatar/48f35c553fba8e7a6a9711d869d1b752f6ae3816ec557be0fe422da9517bffdc?
s=60&d=retro&r=g)

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-4350/)󠁿

 [Kimball31](https://profiles.wordpress.org/kimball31/) 7. September 2017 1 Antwort

Thanks so much!

![](https://secure.gravatar.com/avatar/90da4dbbccef212dd2d78a31440bff0cd4c962a8a7d917dfff142bb05f0e7852?
s=60&d=retro&r=g)

### 󠀁[Solve my problem. Easy to use and very handy.](https://wordpress.org/support/topic/solve-my-problem-easy-to-use-and-very-handy/)󠁿

 [Alexandre Gaeta](https://profiles.wordpress.org/agaeta/) 28. April 2017 1 Antwort

Save some work using this plugin… It´s an easy and similar to a CLEAR:BOTH CSS TAG,
that helps images and blocks alingment .

 [ Alle 6 Rezensionen lesen ](https://wordpress.org/support/plugin/tinymce-clear-buttons/reviews/)

## Mitwirkende und Entwickler

„TinyMCE Clear Float“ ist Open-Source-Software. Folgende Menschen haben an diesem
Plugin mitgewirkt:

Mitwirkende

 *   [ Philipp Bammes ](https://profiles.wordpress.org/tyrannous/)

„TinyMCE Clear Float“ wurde in 1 Sprache übersetzt. Danke an [die Übersetzer](https://translate.wordpress.org/projects/wp-plugins/tinymce-clear-buttons/contributors)
für ihre Mitwirkung.

[Übersetze „TinyMCE Clear Float“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/tinymce-clear-buttons)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/tinymce-clear-buttons/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/tinymce-clear-buttons/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/tinymce-clear-buttons/)
per [RSS](https://plugins.trac.wordpress.org/log/tinymce-clear-buttons/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.3.2 (08/01/2018)

 * Verbesserung: seltener Fehler (aufgezeigt in v1.2.0) die das Parsen des veralteten
   Clear-Elements verhinderte, wenn es einen non breaking space enthielt. (`<div
   style="clear: both;">&nbsp;</div>`)

#### 1.3.1 (05/20/2018)

 * Fehlerbehebung: Fehler (in v1.3.0 eingeführt), der den TinyMCE-Inhalt versteckt
   hat, wenn kein Clear-Element gefunden wurde

#### 1.3.0 (05/19/2018)

 * Fehlerbehebung: Reguläre Ausdrücke zum Wechseln der Clear-Elemente mit Platzhaltern
   und umgekehrt mit DOMParser ersetzt, um alle möglichen Schreibweisen des Clear-
   Elements zu finden (z. B. `<br style="clear: both;">`, `<br style="clear:both"
   >`, `<br style="clear: both;" />`, `<br style="clear:both" />`)

#### 1.2.2 (05/25/2017)

 * Fehlerbehebung: Seltener Fehler (in v1.2.0 eingeführt), der dazu führte, dass
   TinyMCE den `<br />`-Tag entfernt hat
 * Fehlerbehebung: Fehler (in v1.2.0 eingeführt), der verhindert hat, dass das Plugin
   [übersetzt](https://translate.wordpress.org/projects/wp-plugins/tinymce-clear-buttons)
   werden konnte (endgültig)
 * Sonstiges: „Requires at least“ auf WordPress 4.6 erhöht

#### 1.2.1 (03/30/2017)

 * Fehlerbehebung: Fehler (in v1.2.0 eingeführt) der verhindert hat, dass das Plugin
   [übersetzt](https://translate.wordpress.org/projects/wp-plugins/tinymce-clear-buttons)
   werden konnte

#### 1.2.0 (01/26/2017)

 * Neuer Verwalter; erste Aktualisierung nach sieben Jahren
 * Besonderheit: Umfließen beenden-Buttons (links und rechts) (see [FAQ-Sektion](https://de.wordpress.org/plugins/tinymce-clear-buttons/#faq))
 * Sonstiges: Plugin-Quellcode komplett umgebaut

#### 1.1 (05/10/2010)

 * Besonderheit: HTML-Block im WordPress-Stil hinzugefügt

#### 1.0 (04/28/2010)

 * Initiale Veröffentlichung

## Meta

 *  Version **1.3.2**
 *  Zuletzt aktualisiert **vor 8 Jahren**
 *  Aktive Installationen **10.000+**
 *  WordPress-Version ** 4.6 oder höher **
 *  Getestet bis **4.9.29**
 *  Sprachen
 * [English (US)](https://wordpress.org/plugins/tinymce-clear-buttons/) und [German](https://de.wordpress.org/plugins/tinymce-clear-buttons/).
 *  [Übersetze in deine Sprache](https://translate.wordpress.org/projects/wp-plugins/tinymce-clear-buttons)
 * Schlagwörter
 * [clear](https://de.wordpress.org/plugins/tags/clear/)[formatting](https://de.wordpress.org/plugins/tags/formatting/)
   [tinyMCE](https://de.wordpress.org/plugins/tags/tinymce/)[Wordpress Editor](https://de.wordpress.org/plugins/tags/wordpress-editor/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/tinymce-clear-buttons/advanced/)

## Bewertungen

 5 von 5 Sternen.

 *  [  6 5-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/tinymce-clear-buttons/reviews/?filter=5)
 *  [  0 4-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/tinymce-clear-buttons/reviews/?filter=4)
 *  [  0 3-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/tinymce-clear-buttons/reviews/?filter=3)
 *  [  0 2-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/tinymce-clear-buttons/reviews/?filter=2)
 *  [  0 1-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/tinymce-clear-buttons/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/tinymce-clear-buttons/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/tinymce-clear-buttons/reviews/)

## Mitwirkende

 *   [ Philipp Bammes ](https://profiles.wordpress.org/tyrannous/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/tinymce-clear-buttons/)

## Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

 [ Für dieses Plugin spenden ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=T5JM3KRTUBEZA)