View Single Post
Old September 30th, 2018, 10:12 AM   #8
jeany
Vintage Member
 
jeany's Avatar
 
Join Date: Mar 2010
Location: Brazil
Posts: 1,270
Thanks: 13,013
Thanked 48,707 Times in 1,264 Posts
jeany 175000+jeany 175000+jeany 175000+jeany 175000+jeany 175000+jeany 175000+jeany 175000+jeany 175000+jeany 175000+jeany 175000+jeany 175000+
Default Thank you

Thank you very much for this post, I found out only now. I have been a member of the forum for many years, always wanted to know how to do table columns, but I thought the tag was disabled to work columns. But this code that is written is different from the BB code of examples that I find in google, where they use the tag [ROW] and [TD] which is closer to the html, but may be due to the forum system version. The current form that the forum allows to write the code in columns, I realize that it is difficult to read when you have large information, the code is confusing. In this case ROW and TD would be better than break line and character for columns.

column 1 column 2 column 3 column 4 column 5
cell 1 of row 2 cell 2 of row 2 cell 3 of row 2 cell 4 of row 2 cell 5 of row 2

Form that works in the VEF
HTML Code:
[TABLE=head;width=10%]column 1 | column 2 |column 3 | column 4 | column 5
cell 1 of row 2 | cell 2 of row 2 | cell 3 of row 2 | cell 4 of row 2 | cell 5 of row 2 
[/TABLE]

Form that does not work in the VEF, but would be ideal
HTML Code:
[TABLE=head;width=10%]
  [ROW]
    [TD] column 1 [/TD]  
    [TD] column 2 [/TD] 
    [TD] column 3 [/TD]  
    [TD] column 4 [/TD] 
    [TD] column 5 [/TD]
  [/ROW]
  [ROW]
    [TD] cell 1 of row 2 [/TD]  
    [TD] cell 2 of row 2 [/TD] 
    [TD] cell 3 of row 2 [/TD]  
    [TD] cell 4 of row 2 [/TD] 
    [TD] cell 5 of row 2 [/TD]
  [/ROW]
[/TABLE]

Last edited by jeany; September 30th, 2018 at 10:50 AM..
jeany is offline   Reply With Quote
The Following 12 Users Say Thank You to jeany For This Useful Post: