Single post: Cum creati tabele pe forum

  1. #1 SP
    Admin MonkY's Avatar

    Cum creati tabele pe forum

    De ceva timp am introdus tag-ul TABLE pentru tabele, insa nefiind prea documentat, am decis sa deschid un thread separat pentru a va ajuta. So, here it is:

    Exemplul 1 (cu autosort):

    head col1head col2head col3
    row1 col1row1 col2row1 col3
    row2 col1row2 col2row2 col3

    Exemplul 2 (fara sort):

    ABC
    123
    XYZ

    Codul folosit la Exemplul 1:

    PHP Code:
    [table="head"]head col1|head col2|head col3
    row1 col1
    |row1 col2|row1 col3
    row2 col1
    |row2 col2|row2 col3[/table
    Codul folosit la Exemplul 2:

    PHP Code:
    [table]A|B|C
    1
    |2|3
    X
    |Y|Z[/table
    Attached Images Attached Images forum_table.jpg