Created
July 1, 2013 10:15
-
-
Save codeboxr/5899755 to your computer and use it in GitHub Desktop.
Content scrollpane for joomla http://codeboxr.com/joomla25/index.php/content-plugins/content-scrollpane-shortcode-based
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Simple shortcode | |
{cbscrollpane} | |
text here | |
{/cbscrollpane} | |
For width and left align | |
{cbscrollpane align="left" width="300" } | |
text here | |
{/cbscrollpane} | |
For width and right align | |
{cbscrollpane align="right" width="300" } | |
text here | |
{/cbscrollpane} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment