Table formatting

Status
This content is read-only, or is not open for further replies.

Codelizard

Guest
offline
I seem to be full of questions.

This one refers to table formatting. We've been running our forum since 2013 and its been XF 1.5 for all of that time. We just upgraded to XF 2.3.10, and the table structure that we've been using literally forever now doesnt work, leaving bbcodes in plain text everywhere.

Here's how our old table bbcode worked:

Code:

Code:
[TABLE="class: cms_table_grid, width: 700, align: center"]
[TR]
[TD="bgcolor: #0d4a70"]xxxxxxx[/TD]
[TD="bgcolor: #0d4a70"]zzz
[/TD]
[TD="bgcolor: #0d4a70"]zzz
[/TD]
[TD="bgcolor: #0d4a70"]zzzz
[/TD]
[/TR]
[/TABLE]

Is there any way to achieve this in XF 2.3? I'd love the same kind of...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom