Hi Probably you want to show data in this notation 1 Data 1 Then try with following code
<table>
<tr>
<td border="1"><sup>1</sup> test1 <sub>1</sub> </td>
<td border="1"><sup>2</sup> test2 <sub>2</sub> </td>
</tr>
</table>
Hi Probably you want to show data in this notation 1 Data 1 Then try with following code
<table>
<tr>
<td border="1"><sup>1</sup> test1 <sub>1</sub> </td>
<td border="1"><sup>2</sup> test2 <sub>2</sub> </td>
</tr>
</table>
It should work as per syntax. May be there is some style is defined for textbox in any external css file that's why it is overriding the width during runtime. So, add css class to override width in Multiline textbox.