How to copy Blue Boxes?
#1
So anyone know how to copy the blue boxes that RR provides from one chapter to another?
When I right click after selecting it greys out the copy option.
When I right click after selecting it greys out the copy option.
Re: How to copy Blue Boxes?
#2
You should be able to click view source code button soewhere there and then copy the code of the table. The table code looks somewhat like this:
Well that code got separted... don't have time to edit it now.
Code:
<table style="border-collapse: collapse; width: 100%;" border="1">
Code:
<tbody>
Code:
<tr>
Code:
<td style="width: 48.6447%;">&nbsp;</td>
Code:
<td style="width: 48.6447%;">&nbsp;</td>
Code:
</tr>
Code:
<tr>
Code:
<td style="width: 48.6447%;">&nbsp;</td>
Code:
<td style="width: 48.6447%;">&nbsp;</td>
Code:
</tr>
Code:
</tbody>
Code:
</table>
Well that code got separted... don't have time to edit it now.
- Report this post
- Quote
- Edited by Artim at
Re: How to copy Blue Boxes?
#3
I think if you copy the table from reader view, it might paste cleanly into the chapter write view.
Re: How to copy Blue Boxes?
#4
Start your cursor on the line above the box, then drag down past the box to highlight all of it. Usually works for me
Re: How to copy Blue Boxes?
#5when dealing with tables i usually work in code
copying text is less likely to make things explode
copying text is less likely to make things explode
