XF 2.1 How to apply alignment style for code bbcode

SilentGround

Member
Licensed customer
Hi

I wan to apply styling affect as seen in my current Xenforo 1.5.15. The code inserted here and styling applied to the code as center works here.
screenshot-1.webp


But the same thing does not work in XF 2.1.
screenshot-2.webp

Is there any way i can style the code as in XF 1.5
 
@ozzy47 I think the point is that center doesn't work in Xenforo 2.

Using center inside the code tags:

Code:
[center]
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Fermentum et sollicitudin ac orci phasellus egestas tellus rutrum tellus.
Quam vulputate dignissim suspendisse in est ante in.
Pellentesque habitant morbi tristique senectus.
[/center]


Using center outside the code tags:

Code:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Fermentum et sollicitudin ac orci phasellus egestas tellus rutrum tellus.
Quam vulputate dignissim suspendisse in est ante in.
Pellentesque habitant morbi tristique senectus.
 
The bbcode would be [CENTER][/CENTER]
yes but i was applying center out of code bbcode


Is this what you need?

Input:
[CODE=rich][CENTER]Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/CENTER][/CODE]

Output:
Rich (BB code):
Lorem ipsum dolor sit amet, consectetur adipiscing elit.​
yes that is what i was looking for, thanks.
 
Back
Top Bottom