Help Possible to Add Background Color to Tables?

Discussion in 'Feedback & Assistance' started by Amaury, Jun 29, 2015.

  1. Amaury Legendary Hero

    Joined:
    Jan 15, 2007
    Gender:
    Male
    Location:
    Ellensburg, WA
    1,692
    Based on this rejected bug report, is this possible? Obviously it is on the CSS side as seen in KH-Vids 8.0 and by inspecting the elements, but is it possible at a user-customizable level with BB code?

    KHV Table 1.PNG KHV Table 2.PNG

    Header 1 Header 2
    Content 1 Content 2


    Code:
    [TABLE]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]