This is a very simple but useful CE. 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[/*:m:2126zl9i]
- Toggle the element between BR (default) or use DIV instead[/*:m:2126zl9i]
- Element will also incorporate the ID, Class and margins into the element[/*:m:2126zl9i]
- Create a custom ce_break.tpl template if you need to add anything else[/*:m:2126zl9i]
This element is also really useful when you want to style the break as a border line between content pieces to break it up (pardon the pun). Then you make the style-able ones DIVs and the non-style ones just BRs - neat. I'm using in my new client website -- very slick.
Bookmarks