+ Reply to Thread
Results 1 to 2 of 2

Thread: 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

  2. #2 SP
    Admin MonkY's Avatar
    Daca aveti foarte mult content si nu intra pe pagina, am creat un nou "style" pentru tabele. Exemplul il aveti aici: http://www.consolegames.ro/forum/f60...wii-u-ps3-ps4/ (se poate observa usor ca este fontul mai mic, spatiile mai mici, etc.). Pentru a putea folosi acel style, trebuie doar sa modificati prima linie a table-ului, si sa arate asa:
    PHP Code:
    [table="css=small;head;width=100%"]head col1|head col2|head col3 
    Postez si mai jos un exemplu:
    head col1head col2head col3
    ABC
    123
    XYZ
    Daca nu doriti sa ocupe tot spatiul, atunci scoateti acel width=100% si ramane asa:
    PHP Code:
    [table="css=small;head"]head col1|head col2|head col3 
    Si va arata in felul urmator:
    head col1head col2head col3
    ABC
    123
    XYZ
    Bineinteles ca puteti folosi codurile de aliniament (gen "center"):
    head col1head col2head col3
    ABC
    123
    XYZ

+ Reply to Thread

Similar Threads

  1. Replies: 3 Last Post: 29-01-2013, 10:15
  2. Tema forum By crazyboy4yo in forum Help Desk
    Replies: 5 Last Post: 03-12-2012, 00:42
  3. Cum sa atasati fisiere pe forum By MonkY in forum Help Desk
    Replies: 1 Last Post: 26-06-2011, 07:14
  4. Replies: 1 Last Post: 30-01-2010, 10:36
  5. Forum By octav in forum Offtopic
    Replies: 6 Last Post: 01-08-2009, 17:49

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts