A filter for WordPress to insert div tags easily, useful if your’re using a WYSIWYG- or any other RichtText editor.
| Author: | Pascal Berkhahn (profile at wordpress.org) |
| WordPress version required: | 2.0 |
| WordPress version tested: | 2.3.3 |
| Plugin version: | 2.0 |
| Added to WordPress repository: | 26-03-2007 |
| Last updated: | 24-03-2008
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | http://pascal-berkhahn.de/category/plugins/ |
| Total downloads: | 2 637 |
| Active installs: | 50+ |
![]() Click to start download |
|
pb-easyDiv is filter to insert <div> tags easily, useful if your're using a WYSIWYG- or any other RichtText editor.
To create a <div> in your posts easily, please use the following code: [div]CONTENT[/div]
Well, a simple <div> 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]
