Float filter

Categories

Component ID

967532

Component name

Float filter

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

7114

Component created

Component changed

Component body

This is a very simple filter that adds surrounding tags around floated img, figure, or table tags.

The filter scans for inline CSS styles and if a float:left or float:right is found (usually added by WYSIWYG editors), a configurable tag (span or div) is added around the original tag with a class of "floatleft" or "floatright".