Hello,
I cannot move the table from one point to another. It seems its fixed. I checked the properties and it looks fine to me.
Following is the html code for the table:
<asp:table id="Table2" runat="server" BorderStyle="So lid" BorderWidth="1" Width="607px">
<asp:TableRow >
<asp:TableCel l Width="90px" Font-Bold="True" HorizontalAlign ="Center" Text="Title"></asp:TableCell>
<asp:TableCel l Width="120px" Font-Bold="True" Text="Author"></asp:TableCell>
<asp:TableCel l Width="65px" Font-Bold="True" HorizontalAlign ="Center" Text="Price"></asp:TableCell>
<asp:TableCel l Width="80px" Font-Bold="True" HorizontalAlign ="Center" Text="Item ID"></asp:TableCell>
</asp:TableRow>
</asp:table>
Can anyone please help.
I cannot move the table from one point to another. It seems its fixed. I checked the properties and it looks fine to me.
Following is the html code for the table:
<asp:table id="Table2" runat="server" BorderStyle="So lid" BorderWidth="1" Width="607px">
<asp:TableRow >
<asp:TableCel l Width="90px" Font-Bold="True" HorizontalAlign ="Center" Text="Title"></asp:TableCell>
<asp:TableCel l Width="120px" Font-Bold="True" Text="Author"></asp:TableCell>
<asp:TableCel l Width="65px" Font-Bold="True" HorizontalAlign ="Center" Text="Price"></asp:TableCell>
<asp:TableCel l Width="80px" Font-Bold="True" HorizontalAlign ="Center" Text="Item ID"></asp:TableCell>
</asp:TableRow>
</asp:table>
Can anyone please help.
Comment