=== Simple Breaks === Contributors: Hit Reach Donate link: Tags: html, br, hr, clear, simple html elements, simple breaks Requires at least: 2.0 Tested up to: 3.1 Stable tag: 2.0.0 Simple Breaks adds in shortcodes for everyday html elements that normally get removed by visual mode == Description == Simple Breaks adds in shortcodes for everyday html elements that normally get removed by visual mode == Usage == Place the shortcodes inside your post/page for the desired effect: * **[br]** - Adds in a line break, accepts the attributes id and class. * **[clearleft]** - does not allow content floating to the left of it, pushes all the content below it down, accepts the attributes id and class. * **[clearright]** - does not allow content floating to the right of it, pushes all the content below it down, accepts the attributes id and class. * **[clearboth]** - does not allow content floating to the left or the right of it, pushes all the content below it down, accepts the attributes id and class. * **[hr]** - Horizontal Rule, draws a line across the page, accepts the attributes id, size class and color. * **[space]** - Blank space, empty, nothing, pushes content down, accepts the attributes id, size and class. == Installation == Installation is Quick, just upload the Simple Breaks files to a Simple Breaks folder within wp-content/plugins and then activate the plugin through the admin dashboard, or find the plugin using the Wordpress plugin search and click install == FAQ == = Q. Where can the plugin be used? = Currently the plugin can be used anywhere that allows shortcodes. = Q. How can I customise the elements? = To customise the elements you can apply a css class using the "Class" attribute, or an ID using the "ID" attribute. = My Question Is Not Answered Here! = If your question is not listed here please look on: [http://www.hitreach.co.uk/wordpress-plugins/simple-breaks/](http://www.hitreach.co.uk/wordpress-plugins/simple-breaks/ "Simple Breaks") and if the answer is not listed there, just leave a comment! == Change Log == = 1.0.0 = Initial Release = 2.0.0 = Tiny MCE buttons added