Column float examples
Antenna House Formatter extends the float feature with the ability to position the float in any positions on the page or position it across multiple columns. The reference area where the float is positioned can be specified by -ah-float-reference. Available values are ‘auto’, ‘normal’, ‘page’, ‘multicol’ and ‘column’. Specify -ah-float-x for horizontal position of the float, and specify -ah-float-y for vertical position. This sample shows the float in a column area specified by -ah-float-reference: column
Float example specified by -ah-float-reference: column
Float is positioned at the top of the column -ah-float-reference: column; -ah-float-x: none; -ah-float-y: top;
Float is positioned at the top of the column -ah-float-reference: column; -ah-float-x: none; -ah-float-y: bottom;
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam bibendum tincidunt pharetra. Aenean ultricies molestie ante, sit amet ultricies nunc mollis id. Integer ut porttitor felis, vel tincidunt velit. Duis volutpat, quam quis aliquet tristique, nulla dui malesuada velit, et consectetur tellus ipsum et arcu. Ut tincidunt lorem erat, at elementum nibh varius consectetur. Sed viverra metus quis nibh pulvinar, at dignissim nibh adipiscing. Duis sit amet ipsum non elit tincidunt sagittis ac non tortor.
Mauris commodo, elit a imperdiet interdum, nulla velit viverra elit, at scelerisque urna est eget lacus. Integer eu lobortis neque. Donec malesuada sed arcu vitae fringilla. Quisque imperdiet tortor iaculis, pulvinar neque sit amet, aliquet massa. Sed sed auctor purus.
Vivamus nec turpis elementum, iaculis lorem in, pellentesque metus. Ut blandit tortor mi, ac bibendum felis varius vitae. Ut tincidunt lorem erat, at elementum nibh varius consectetur. Sed viverra metus quis nibh pulvinar, at dignissim nibh adipiscing. Ut tincidunt lorem erat, at elementum nibh varius consectetur. Sed viverra metus quis nibh pulvinar, at dignissim nibh adipiscing.
Float is positioned at the top of the column -ah-float-reference: column; -ah-float-x: right; -ah-float-y: top;
Integer ut porttitor felis, vel tincidunt velit.
Float is positioned at the top of the column -ah-float-reference: column; -ah-float-x: left; -ah-float-y: bottom;
You can also use the -ah-float shorthand property to specify the float-related extended properties at once. The following produce the same result but use different approaches of individuals properties and the shorthand property.

Using individual extended properties (Position the float at the top of the column) -ah-float-reference: column; -ah-float-x: none; -ah-float-y: top;

Using the shorthand property (Position the float at the top of the column) -ah-float: column top;