Hi All,
I have below html table:
<table width="100%"> <tr> <td colspan="2" align="left" style="background-color: #f4f4f4;">Booking Summary Please verify your Ad Booking details before proceeding for payment. </td> </tr> <tr> <td width="30%" align="left" style="background-color: #f0f0f0">Ad Category </td> <td width="70%" align="left" style="background-color: #fff"> <asp:TextBox ID="TextBox1" runat="server" Width="723px" ReadOnly="True"></asp:TextBox></td> </tr> <tr> ...

Go to the complete details ...