The South Pacific
[Suggestion] Beautiful Tables. Beautiful Tables Everywhere! - Printable Version

+- The South Pacific (https://tspforums.xyz)
+-- Forum: Waterfront District (https://tspforums.xyz/forum-3.html)
+--- Forum: Operations Center (https://tspforums.xyz/forum-17.html)
+--- Thread: [Suggestion] Beautiful Tables. Beautiful Tables Everywhere! (/thread-9643.html)



[Suggestion] Beautiful Tables. Beautiful Tables Everywhere! - Amerion - 08-15-2021

Dearest Forum Administrators,

Would it be possible to add features to the table coding on the forum to expand the complexity available?

At present, the table coding on the forum allows for for only one row per every column with codes such as this:

Code:
[table][tr][td]Row 1: Column 1[/td][td]Row 1: Column 2[/td][/tr][/table]

[Image: btJUpKP.png]

The NationStates dispatch coding presents more options for authors as it provides for multiple columns in one row, vice versa, with codes such as this:

Code:
[table][tr][td=r2]Row 1 & 2: Column 1[/td][td]Row 1: Column 2[/td][/tr]
[tr][td]Row 2: Column 2[/td][/tr][/table]

[Image: b.png]



RE: [Suggestion] Beautiful Tables. Beautiful Tables Everywhere! - sandaoguo - 08-15-2021

Header 1Header 2
Cell 1Cell 2
Cell 3 - spans 2 rowsCell4
Cell 5
Cell 6 - spans 2 columns

Added tdc/tdr codes. Use tdc for cells spanning multiple columns, tdr for cells spanning multiple rows.
 
Code:
[table=100][tr][th]Header 1[/th][th]Header 2[/th][/tr][tr][td]Cell 1[/td][td]Cell 2[/td][/tr][tr][tdr="2"]Cell 3 - spans 2 rows[/tdr][td]Cell4[/td][/tr][tr][td]Cell 5[/td][/tr][tr][tdc="2"]Cell 6 - spans 2 columns[/tdc][/tr][/table]



RE: [Suggestion] Beautiful Tables. Beautiful Tables Everywhere! - Amerion - 08-15-2021

Thank you! ^-^


RE: [Suggestion] Beautiful Tables. Beautiful Tables Everywhere! - Jay Coop - 08-15-2021

Wow, I never asked for this because I didn't think it was possible. This is amazing!


RE: [Suggestion] Beautiful Tables. Beautiful Tables Everywhere! - Amerion - 08-15-2021

(08-15-2021, 11:54 AM)Jay Coop Wrote: Wow, I never asked for this because I didn't think it was possible. This is amazing!

Imagine the fun we are about to have Devil


RE: [Suggestion] Beautiful Tables. Beautiful Tables Everywhere! - Jay Coop - 08-15-2021

Is there a code for a heading that spans more than one column?