=== pb-easyDiv === Contributors: pasber Donate link: http://pascal-berkhahn.de/impressum/donation-spende/ Tags: div, post Requires at least: 2.0 Tested up to: 2.3.3 Stable tag: 2.0 A filter for WordPress to insert div tags easily, useful if your're using a WYSIWYG- or any other RichtText editor. == Description == **pb-easyDiv** is filter to insert `
` tags easily, useful if your're using a WYSIWYG- or any other RichtText editor. To create a `
` in your posts easily, please use the following code: `[div]CONTENT[/div]` Well, a simple `
` would be quite senseless without attributes assigned to it, so you would like to use the following code: `[div ATTRIBUTES]CONTENT[/div]` Example: `[div class="whatyouwanthere" id="DivID" title="MyDiv"]CONTENT[/div]` == Installation == Place `wp-pb-easyDiv.php` into your plugins directory (*wp-content/plugins/*) and activate it in your admin panel. == Issues == No issues known yet. == Frequently Asked Questions == = None yet. = Please pose your questions in the comments. == Change log == **2.0** (*2008-03-24*) * renewed the hole plugin, no backwards compatibility! **1.0** (*2007-03-25*) - Initial release.