I am trying to have two Mergefields next to each other on the same line in a single cell within a table.
But if I try to do something like this:
builder.InsertField(" MERGEFIELD Field1");
builder.InsertField(" MERGEFIELD FIeld2);
The second mergefield will be inserted on a new line, when I need them to be on the same line right next to each other.
Is there a way to get multiple mergefields to display on the same line?