CTA Float BB Code

Unmaintained CTA Float BB Code 1.0.0

No permission to download
Compatible XF 1.x versions
  1. 1.3
  2. 1.4
  3. 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:
Code:
.ctaBbcodeFloatLeft
{
    float: left;
    margin-right: 8px;
    clear: both;
}

.ctaBbcodeFloatRight
{
    float: right;
    margin-left: 8px;
    clear: both;
}

Style them to suit.

Latest reviews

Excellent!! very simple and easy to install and use... it works without any problem and its highly recommended if you dont want install other addon bigger with functions you dont need. Thank you!!
I didn't want to load up a whole heap of bbcodes just to get float L&R so this was perfect! Thanks for taking the time to make this useful code available. Cheers :)
Ridiculously simple and does exactly as advertised. Thank you!
This is great, I wish I'd known about it earlier. Works really well with xenzine also.
Brogan! This is amazing and I can now convert some article Pages into threads. So excited!!
Works well..
This will come in handy for little projects, thanks :)
Top Bottom