Example: I have Box A and Box B of the same size.
I can make them sit on top of each other, but I can't make them share a line.
i.e. if I align bottom line of object to top line of anchor it will look like so:
Code: Select all
+--+
| |
+--+
+--+
| |
+--+
But I want:
Code: Select all
+--+
| |
+--+
| |
+--+
I think i could dleete line sbut of course that would destroy the integrity of that object.