1. These forums are archived and available in read-only format. No new accounts may be created and content may not be added or edited. This archive is dedicated to hoshiwara.t who tragically passed away in April of 2015. She will be forever missed.

Table Troubles

Discussion in 'General Discussion' started by Aegis Ebonwing, Feb 25, 2015.

  1. Aegis Ebonwing

    Aegis Ebonwing New Member

    Joined:
    Feb 7, 2015
    Messages:
    53
    Likes Received:
    0
    I am attempting to use forum code to make tables to list Aegis' finances, but I seem to have run into an issue..

    Code:
    [table]
    [tr]
       [th]Credits/Expenses[/th]
       [th]Amount[/th]
    [/tr]
    [tr]
       [td]Starting Pixels
    Meals-KeroKero
    Return-Jebe[/td]
       [td]+100
    - 67
    + 50[/td]
    [/tr]
    [tr]
       [td]Current Funds[/td]
       [td]+ 83[/td]
    [/tr]
    [/table]
    


    It does not want to see to work.. it comes out looking like the following;


    [table]
    [tr]
    [th]Credits/Expenses[/th]
    [th]Amount[/th]
    [/tr]
    [tr]
    [td]Starting Pixels
    Meals-KeroKero
    Return-Jebe[/td]
    [td]+100
    - 67
    + 50[/td]
    [/tr]
    [tr]
    [td]Current Funds[/td]
    [td]+ 83[/td]
    [/tr]
    [/table]



    .. and I cannot seem to find the forum resource to properly code the table.. does anyone know how to or if it is even possible?
     
  2. WrongEndoftheRainbow

    WrongEndoftheRainbow Leprechaun Not Found

    Joined:
    Jun 11, 2014
    Messages:
    143
    Likes Received:
    191
    Doing some testing on the table codes, it looks as though tables aren't working. I generally try to avoid them when I format BBcode posts, so if you want tables it may be worth grabbing a gmail account and using Google's spreadsheet function in drive. With a direct link they can be viewed by others and are generally fancier and easier to edit.
     
  3. Aegis Ebonwing

    Aegis Ebonwing New Member

    Joined:
    Feb 7, 2015
    Messages:
    53
    Likes Received:
    0
    Columns do not seem to work either.