Dear madcaps,
Another simple-if-you-know-how question: I have two adjacent tables and nothing between them, I now want to introduce text between them... how do I do this?
thank you............................ liz
Inserting a line (space) between 2 tables
Re: Inserting a line (space) between 2 tables
There may be a more elegant way to do this, but one way to get stuff in where you're having problems placing a cursor:
- Create a <p> elsewhere in the document
- Cut the empty <p> (right-click on the tag, choose Edit > Cut)
- Right-click on the first <table> tag, choose Edit > Paste After
I do this a lot when I can't get my cursor where I want it, or when the Enter key produces unexpected results...
- Create a <p> elsewhere in the document
- Cut the empty <p> (right-click on the tag, choose Edit > Cut)
- Right-click on the first <table> tag, choose Edit > Paste After
I do this a lot when I can't get my cursor where I want it, or when the Enter key produces unexpected results...