I have created a table that contains a list.
It is made up of three columns.
The fist contains an image (a custom made bullet with a number in it).
The second sometimes contains an informational icon.
The third contains some text.
I use left and right Padding of 10 pixels for all fields.
What I want to do is to draw a border around some rows. I think this should be very easy to do so it is probably something I am overlooking. I only want an outline for the complete row, not the two vertical lines around the middle cell. When I select table properties, it outlines the complete table (as expected). But when I use Cell properties it draws an outline around all cells including the central cell. The only way I can find is selecting each individual cell and setting the border properties one at a time.
There must be an easier way to do this.
Another problem I ran into is that when I insert a row, the padding settings are discarded. The cell settings of the selected cells are not copied to the inserted cells. When I select multiple rows (because I want to insert multiple rows) and select insert it only inserts one row.
Can someone please help me with these basic tasks and point out the obvious