Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
530
Centering buttons in a table
posted

I am trying to center buttons in a table.  It is not working for the WebImageButton but it is working fine for classic asp:button.  I have tried everything I can think of.  Here is my code, can anyone guide me.  I am using version 14.1 CLR 4.5.

<tr>
<td colspan="6" style="text-align: center">
<!-- <igtxt:WebImageButton ID="cmdSave" text="Save" runat="server"></igtxt:WebImageButton>
<igtxt:WebImageButton ID="cmdCancel" Text="Cancel" runat="server"></igtxt:WebImageButton>-->
<asp:Button ID="Button1" runat="server" Text="Button" /> </td>
</tr>