FieldSet内的中心表

时间:2015-02-22 05:41:16

标签: html css

我正在寻找有关如何将table集中在fieldset内的最佳解决方案。我将在下面发布我的代码:

<fieldset class="File">
        <legend class="sub">
            <asp:Label ID="label" runat="server" Text="Text Goes Here"></asp:Label></legend>
            <asp:Table ID="Table3" runat="server" CellPadding="5" CellSpacing="0">
                <asp:TableRow>
                    <asp:TableCell>
                    <h3 class="title">Text Goes Here</h3>
                     <div id="newID" >
                     </div>
                    </asp:TableCell>
                    <asp:TableCell>
                        <h3 class="title">
                            <asp:Label ID="newerID" runat="server" Text="Test"></asp:Label></h3>
                        <div id="newestID" style="width: 200px; height: 200px;">
                        </div>
                    </asp:TableCell>
                </asp:TableRow>
            </asp:Table>
    </fieldset>

我在每个tablecell中都有图表,我试图将两个图表放在fieldset的中心,这是整个表格的中心....

有什么想法吗?

0 个答案:

没有答案