Hello,
After migrating my forum from Invision Power Board (IPB) to XenForo, I noticed that table formatting in posts is no longer preserved. For example, this content:
used to display as a properly aligned grid in IPB, but now shows up as a simple vertical list in XenForo.
These tables were either created using BBCode (e.g.
Is there any official support or recommended solution to restore this type of formatting?
Should I enable HTML in posts, or define custom BBCodes for
Thank you for your help,
Best regards,
After migrating my forum from Invision Power Board (IPB) to XenForo, I noticed that table formatting in posts is no longer preserved. For example, this content:
Code:
CAN CER CIS CON
CRE GLA GUE INC
ISE LUS NER PIR
PLA TAN TRE USE
These tables were either created using BBCode (e.g.
[table][tr][td]
) or via manual spacing with a monospaced font. Unfortunately, XenForo does not render them as expected.Is there any official support or recommended solution to restore this type of formatting?
Should I enable HTML in posts, or define custom BBCodes for
[table]
, [tr]
, [td]
?Thank you for your help,
Best regards,