Table

Discussion in 'Neofriends Help and Suggestions' started by Lightning, Jan 16, 2010.

  1. Lightning

    Lightning Administrator
    Staff Member

    Joined:
    Nov 8, 2008
    Messages:
    3,021
    Likes Received:
    195
    Gender:
    Male
    Location:
    Florida, USA
    I know we already have a customtable thing, but (maybe I'm stupid) I can't find how to make like a real table. The Customtable for me only gives me a blue box T___T

    [customtable=Title]Writing Here[/customtable]

    Is it possible to to have like something you could make in Microsoft Word-type table.

    Code would be kinda like:

    Code (Text):
    1. [table][tr][td]Sup[/td]
    2. [td]My[/td][/tr]
    3. [tr][td]Friends[/td]
    4. [td]:)[/td][/tr][/table]
    5.  
    6. TR = Tablerow
    7. TD = Tabledown
    8.  
    This would also be convenient for a program I'm trying to make :D
     
  2. tharoux

    tharoux Level IV

    Joined:
    Dec 30, 2006
    Messages:
    2,733
    Likes Received:
    126
    Location:
    In front of my PC, Montreal
    I would really like this !!!
    I'd like to spread my siggy on 2 columns
     
  3. Lightning

    Lightning Administrator
    Staff Member

    Joined:
    Nov 8, 2008
    Messages:
    3,021
    Likes Received:
    195
    Gender:
    Male
    Location:
    Florida, USA
    I know...but maybe change the coding. I'm not exactly the biggest fan of the tds...

    Maybe [li] and [col] would be better for line and column.
     
  4. Anfan

    Anfan Level IV

    Joined:
    Feb 12, 2009
    Messages:
    1,327
    Likes Received:
    105
    Location:
    USA
    FastBullet likes this.
  5. lazypando

    lazypando Level IV

    Joined:
    Nov 16, 2006
    Messages:
    3,326
    Likes Received:
    94
    [table][tr][td]row 1,col 1[/td][td]row 1,col 2[/td][/tr]
    [tr][td]row 2,col 1[/td][td]row 2,col 2[/td][/tr][/table]

    kinda reminds me old school web design XD
     
  6. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    Lol this has been implemented for months already. Take a look at Mooie's sig ;)
     
  7. Lightning

    Lightning Administrator
    Staff Member

    Joined:
    Nov 8, 2008
    Messages:
    3,021
    Likes Received:
    195
    Gender:
    Male
    Location:
    Florida, USA
    Wouldn't be alot more convenient if we just had something integrated in the forum that produced something that looks kinda like the vBulletin tables. Those are really cool...and they also have vBulletin 4 out. Looks awesome :D

    *Confused*...I don't see the table.
     
  8. lazypando

    lazypando Level IV

    Joined:
    Nov 16, 2006
    Messages:
    3,326
    Likes Received:
    94
    mooie uses cells to create something like an image map

    Code (Text):
    1. [table]
    2.   [tr]
    3.     [td]row 1,col 1[/td]
    4.     [td]row 1,col 2[/td]
    5.   [/tr]
    6.   [tr]
    7.     [td]row 2,col 1[/td]
    8.     [td]row 2,col 2[/td]
    9.   [/tr]
    10. [/table]
    yah new vBulletin's pretty cool
    but phpbb3 <3