Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
I've tried center anchoring it but it still upper left justifies any image inserted in the image field.
If your image field has "use original size" as a sizing option then the image will end up in the top left corner. If you add the following JavaScript in the initialise event of the image field then it will be centered.
this.para.vAlign = "middle";
this.para.hAlign = "center";
Regards
Bruce
I normally use the old Text Field Trick in LiveCycle.
Create a new Text Field, Set your Text Justification Options and then change the Field to Image Field.
It will retain the Text Field Settings from before.. Used that "trick" many times.
Views
Likes
Replies