- Compatible XF Versions
- 1.3
- 1.4
- 1.5
This add-on is not affiliated with XenForo Ltd.
Float left and right BB Code.
Import via the Custom BB Codes menu.
Change the path to your own style in the Advanced Options tab.
You will also need to create the CSS classes defined for each BB Code.
Add the following to EXTRA.css:
Style them to suit.
Float left and right BB Code.
Import via the Custom BB Codes menu.
Change the path to your own style in the Advanced Options tab.
You will also need to create the CSS classes defined for each BB Code.
Add the following to EXTRA.css:
Code:
.ctaBbcodeFloatLeft
{
float: left;
margin-right: 8px;
clear: both;
}
.ctaBbcodeFloatRight
{
float: right;
margin-left: 8px;
clear: both;
}
Style them to suit.