>
Download This Plugin | |
Download Elegant Themes | |
Name | Line Break Shortcode |
Version | 1.0.1 |
Author | Tim Reynolds |
Rating | 0 |
Last updated | 2011-02-23 02:20:00 |
Downloads |
3541
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Line Break Shortcode plugin added 3 bytes of resources to the Home page and 6 bytes of resources to the sample Post page.
Line Break Shortcode plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Line Break Shortcode plugin ads no tables to your Wordpress blog database.Use this to force line breaks into your posts and pages. It is simple. [br] will add a line break. It won't be filtered out by TinyMCE.
There are no attributes. Not much else to see here. I couldn't find a plugin that did this anywhere. Thought that was odd.
Example time!
If your text editor content looks like this:
Hello this is my
[br]
example!
The HTML will end up:
<p>Hello this is my</p>
<p><br /></p>
<p>example!</p>
Because the default styling of a paragraph tag adds an area of white space below it this may result in more of a break than you wanted. Solution:
Hello this is my [br] example!
Which results in the following HTML:
<p>Hello this is my <br /> example!</p>
Question/Comments: Please hit up the forum or drop me a line at Reynolds.TimJ+LinebreakPlugin@gmail.com