Hi,
If the button and Text field is within the different TR TD pair, how to increase the distance between button and Text field below?
Hi,
If the button and Text field is within the different TR TD pair, how to increase the distance between button and Text field below?
Can you take a screenshot of the actual page output? Do you want to move your button to the right or downwards?
Hi,
I want to increase the distance between button and Text field below.
A simple fix is to add padding to the button's td element:
<tr>
<td style="margin-top: 5px">
<asp:Button runat="serv.......
</td>
</tr>
Try this and see if it works. You can increase 5px to your liking.
If this helps please mark as correct answer.
5 people are following this question.