View Single Post

Thread: Upcoming TABLE Code Changes

  1. - Top - End - #266
    Ogre in the Playground
    Join Date
    Feb 2012
    Location
    Germany

    Default Re: Upcoming TABLE Code Changes

    As a workaround it seems possible to limit the number of table classes used for a table to one class. Since head, alt1 and alt2 aren't really problematic to emulate, I think most tables could be rewritten manually if this persists longer.

    This tables emulates how old tables can
    be created without using
    more than one class

    though it increases the character count and is not as easy to change - which is certainly of concern for some threads using large tables.

    Spoiler: Code
    Show
    Code:
    [table="class:grid"]
    [tr]
    	[th="bgcolor:#8E5A2E, align:center"][color=#FFFFFF][b]This tables emulates how old tables[/b][/color][/th]
    	[th="bgcolor:#8E5A2E, align:center"][color=#FFFFFF][b]can[/b][/color][/th]
    [/tr]
    [tr]
    	[td="bgcolor:#F0E7D3"]be created[/td]
    	[td="bgcolor:#F0E7D3"]without using[/td]
    [/tr]
    [tr]
    	[td="bgcolor:#DCCDAD"]more than[/td]
    	[td="bgcolor:#DCCDAD"]one class[/td]
    [/tr]
    [/table]


    (If it doesn't get fixed soonish, I will update my thread to acknowledge this problem.)
    Last edited by ChristianSt; 2014-06-19 at 07:42 AM.

    Problems with [table]?
    All you want to know about [table]!
    The Order of the Stick
    Kickstarter Reward Collection

    Last updated: 2016/08/09, containing:
    9 Crayon Drawings | 21 Stick its | 47 Signature Doodles

    Custom Avatar made by the Giant.

    Thanks!