Building a table the described way always gives an extra
column at the end. This is revealed when you want to
add borders to your table and table cells with the help of
CSS.
A work-around is to omit the last '|'-character, eg.
| cell1 | cell2
| cell3 | cell4
/Rickard