Hi Lothar,
On 08 Sep 13 18:49 Lothar Krepke <
lothar...@gmail.com> said:
>
> We have a 2 Column, 7 Row table, that has to be modified every
> month. In effect, we want to move the top row to the bottom of the
> table, and move all the other rows up one position.
....
> Can you point me to the proper way to make this very simple
> modification?
I know of no (easy?) way to do this in WYSIWYG mode.
My approach would be...
1. Drag across the top row to select it. (A blue outline appears round
each cell)
2. Hit CTRL-C (to copy the row and content to the clipboard).
3. Click immediately below the table.
(That assumes that the table is not the last item on the page. If it
is, before you start add some more content to follow the table!
Placing the cursor outside of any block, but not within the next one
is one of the major WYSIWYG editing issues in BlueGriffon.)
4. Hit CTRL-V (to paste the copied row as a new one row table).
5. Switch to SOURCE viw and locate the following code fragment that
link the two tables and delete it:
</tbody>
</table>
<table style="width: 100%" border="1">
<tbody>
Note: the attributes to the <table> tag may differ on your table.
(Idea for a feature request: Have the Markup Cleaner delete this code
fragment where adjacent <table> tags have identical attributes.)
Greg Chapman
http://www.gregtutor.plus.com
Helping new users of KompoZer and The GIMP
Still exploring BlueGriffon