ArcGIS 10.0 SP5 (build 4400)
Apologies if this isn't the correct forum.
I've got 6000+ polygons (95% are rectangles) that I'm labeling with 11 separate labels for each polygon in a column orientation. The labels for each poly are extracted using a simple Python expression in the Layer Properties window:
[ATTRIBUTE _1] + '\n' + [ATTRIBUTE_2] + '\n' + [ATTRIBUTE_3] ....
The labels are displaying properly, but they are offset to the bottom, almost completely out of the polygon.
What am I missing?