SPLIT Plugin
Hi,
Can anybody help to explain the use of joincol and fixedsize of the SPLIT plugin:
SPLIT(joincols=>n,fixedsize=>n,colsize=>10|10|10)
You actually cannot determine the last 2 columns widths, it will span to the whole width of the page even you put fixedsize as n and put in some figures in the colsize. Eg,
{SPLIT(joincols=>n,fixedsize=>n,colsize=>10|10|10)}{SPLIT()}
Thanks.