Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

This tutorial suggests nesting tables in content controls but every time I'm trying to do this I get an error saying 'Word cannot turn off design mode because placeholder text in a content control contains invalid items'. I've tried both Rich Text and Plain Text content controls. Office version is 2012.

How do I add a table to a content control?

share|improve this question
I've tested the tutorial with MS Word 2007 and it works. Make sure you add a rich text box content control to your word document and lable it. Furthermore the rich text box content control must contain a table with one row and three cells. – Hans Jun 16 '12 at 12:23
1  
While dropping the tables/controls inside control turn off the "Design Mode". – Atul Verma Jun 16 '12 at 18:18

1 Answer

up vote 0 down vote accepted

It works if design mode is turned off. However I'm still not satisfied, because Word automatically adds an empty paragraph after every table.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.