You are here

Files in AutoFloat 6.2

Primary tabs

File namesort descending Location Namespace Description
autofloat-rtl.css autofloat-rtl.css /** * Float images alternately in right-to-left content. */ /* Adjust the id or class if your theme uses another to target the node body.*/ .content span.autofloat-odd, #content span.autofloat-odd { float: left; margin: 5px 10px 0…
autofloat.admin.inc autofloat.admin.inc The admin settings for the AutoFloat module.
autofloat.css autofloat.css /** * Float images found in the body text alternately right and left. */ /* Adjust the id or class if your theme uses another to target the node body.*/ .content .autofloat-odd, #content .autofloat-odd { float: right; /* LTR */ margin: 5px 0 0…
autofloat.info autofloat.info name = AutoFloat description = An input format filter that wraps images in a span with odd/even classes to make them float alternately left and right. core = 6.x
autofloat.install autofloat.install Sets post-install messages and deletes variables when uninstalled.
autofloat.module autofloat.module Autofloat module: A filter that floats images left and right automatically.
CHANGELOG.txt CHANGELOG.txt By lolandese: Converted into and added a D6 branch. #1676038#comment-6474406 by klausi: Added a section "Related projects" to the project page, linking to the Float filter module. autofloat_install(): no user provided input is…
README.txt README.txt Name: AutoFloat (autofloat) Author: Martin Postma ('lolandese', http://drupal.org/user/210402) Drupal: 6.x -- SUMMARY -- A text format filter that wraps images in a span with odd/even classes to make them float alternately left and…

Other projects