Hi,
I am facing problem with placing the image at the bottom right corner of the cell. The code that i’m using is mentioned below.
I want the text to be printed as left aligned and image at the bottom right corner. The cell height should not increase.
<![CDATA[fghtfg]]>
I want the cell to look like
| Text |
But i’m getting the cell as
| Text |
| |
Do suggest on how to proceed?