Categories > OpenTBS with DOCX >

block=end on table row outputs empty row

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Alex
Date: 2015-12-13
Time: 14:52

block=end on table row outputs empty row

Hi,
how can I hide an empty table row containing just a "block=end" tag?
This is the template
http://i65.tinypic.com/2emhffr.png

This is the output:
http://i67.tinypic.com/2uh94c2.png

thanks,
Alex
By: Skrol29
Date: 2015-12-13
Time: 22:54

Re: block=end on table row outputs empty row

Hi,

You can use : [myblock_sub1.block=end;enlarge=tbs:row].

But the better solution is to not use "block=begin"/"block=end". Instead use:
| (row1) Title[myblock_sub1;block=tbs:row+tbs:row+tbs:row+tbs:row] |
| (row2) | ... |
| (row3) | ... |
| (row4) | ... |

If you have TBS 3.10 you can even use :
| (row1) Title[myblock_sub1;block=4*tbs:row] |
| (row2) | ... |
| (row3) | ... |
| (row4) | ... |