Creates a BR or DIV element with clear setting to left, right or bothThis is a very simple but useful module. It allows you to add a CE element called Break. When you have many floats in your layout you might need a break to create a clean split point between elements. Instead of having to type all the break elements using HTML, you can use this Content Element instead. - Control which way the clear works: left, right, both
- Toggle the element between BR (default) or use DIV instead
- Element will also incorporate the ID, Class and margins into the element
- Create a custom ce_break.tpl template if you need to add anything else
|